![Jonas Lara Profile](https://pbs.twimg.com/profile_images/1887746062854578176/vhQ8hIdL_x96.jpg)
Jonas Lara
@jonas1ara
Followers
396
Following
53K
Statuses
7K
LINQ to .NET was the beginning of functionalization of C#.
What does composition look like for functions? You've heard about composition over inheritance. We compose objects to add new behavior. You can do the same with functions in C#. Higher-order functions can take other functions as parameters or return them as results. They let you write code that's more flexible and composable because you can pass behavior around like data. Want to learn more about functional programming? Start here:
0
0
1
RT @KooKiz: I've published the third part of my series of articles about writing a .NET garbage collector in C#. In this one, we add a help…
0
22
0
Learn how .NET languages are compiled to a common intermediate language and then converted to machine code via JIT. #DEVCommunity #dotNET
0
0
1
RT @Aaronontheweb: .NET devs, what are the best options out there for self-hosted vector embeddings? I'm looking at just using Postgres' pg…
0
2
0
Oh, look at a person talking about high performance techniques in C# 👀 ** Click follow
Just rewrote a C dependency in C# and got that sweet 10-20x performance improvement. Reason? A lot of C code is written in the most naive way and simply hopes for the best. Or it has trouble bringing in dependencies. It's trivial to use FrozenSet<T> in C# and not so trivial in C.
0
0
2
RT @ubuntu: Ubuntu on Windows Subsystem for Linux (WSL) is now available in Microsoft’s new tar-based architecture, enabling image customiz…
0
145
0
RT @nickkovalsky: When #dotnetmaui meets 💀DOOM💀. iOS, MacCatalyst, Android and Windows with sound. Powered by @dotnet 9, @SkiaSharp, Plugin…
0
14
0