There's so much going on in/with Sharpscript that it makes me both confused and afraid.
#sharpscript #scripting #programming #LINQ #dotnet
https://dev.to/canro91/a-quick-guide-to-linq-with-examples-5e58 - a series on #LINQ including common gotchas and looking into the source. Nice series https://www.linkedin.com/in/iamcesaraguirre/.
Happy Saturday, developers!
Writing Faster C# Code - Task.WhenAll vs Parallel.ForEachAsync in DotNet
https://m.youtube.com/watch?v=GE-phyI6lEM&feature=youtu.be
#dotnet #dotnetcore #performance #LINQ
Question for the #dotnet #csharp #linq people: is there a way to pass in a predicate to a method that tells it to skip the step? For context, I have a function that takes a predicate which is then used in a Where step. I know I could use x => true, but that would still evaluate it for every item. I want a predicate that would basically return everything and not evaluate anything.
RT @JoeMayo
Decided it's time to stop working on LINQ to Twitter. Here's the story: https://bit.ly/ByeL2T
#twitterapi #csharp #LINQ #dotnet
I remember years ago seeing performance comparisons that Linq methods were notably slower than doing the equivalent some other way (i.e. using a `for` loop instead of `Where()`). I wonder with all the performance improvements that have gone into .NET since, if that's still the case nowadays.
Either way, I'm still probably going to keep using those Linq methods lol
The approach of FunctionX is to present programming instructions with practical exercises that can be used in real-world projects.
#Tutorial #Csharp #DotNet #LINQ #XML #RazorPages #jQuery #WinForms #ASPdotnet #Python
#tutorial #csharp #dotnet #LINQ #xml #razorpages #jquery #winforms #aspdotnet #python
Neuer Song von LinQ zu Weihnachten
Ein neuer Song namens "Winter Magic" von LinQ wird am 24. Dezember veröffentlicht.
#JaME #LinQ #idol #jidol #idolgroup
https://www.jame-world.com/de/news/161852-neuer-song-von-linq-zu-weihnachten.html
#idolgroup #jidol #idol #LINQ #jame
@mmadson I love smart languages. #Linq in C# is for me much smarter as #JavaStreamingAPI with its methods like mapToDouble, mapToInteger, … why not having a single method like Select like in C#. And using local variables in #Lambdas in Java is not natural… why not allowing lambdas in count() or other #Aggregates ? But concerning languages, everyone of us has its special flavor. 😊
#LINQ #JavaStreamingAPI #lambdas #Aggregates
@tunaxor as a #csharp dev but interested in #fp patterns, I always have to remember the names in #linq vs. standard fp names, like "Select" = "Map". Also handy when I switch to #typescript
Jag både hatar och älskar #LINQ. Jag skulle gärna vilja bemästra det men när jag sitter med det svär jag mest.
RT @alvinashcraft@twitter.com
Checking Out Visual Studio Notebooks by @JoeMayo@twitter.com.
#visualstudio #csharp #linq #dotnet #JupyterNotebooks
https://joemayo.medium.com/checking-out-visual-studio-notebooks-8f7a0fdaec66
🐦🔗: https://twitter.com/alvinashcraft/status/1555535340986933248
#jupyternotebooks #dotnet #LINQ #csharp #visualstudio
RT @JoeMayo@twitter.com
New Release! LINQ to Twitter v6.15.0: https://bit.ly/L2T6-15
#Linq2Twitter #dotnet #csharp #twitterapi #LINQ