News

The FrozenSet and FrozenDictionary classes introduced in .NET 8 are immutable collections optimized for fast look-ups. Here’s how to take advantage of them. Developers often grapple with the available ...
Microsoft has open sourced a .NET 5 C# Language Extension for SQL Server, allowing developers to work with relational data in the company's flagship programming language. The new tool joins similar ...
Take advantage of projections in C# to transform an object into a new form that has only the properties you need. Projection is an operation that transforms the results of a query. You can use ...