Microsoft .NET | News, how-tos, features, reviews, and videos
Take advantage of the stream classes in .NET 7 for faster reads and writes of the data in your .NET applications.
Take advantage of query types in EF Core to query types that don’t have keys and to map to tables and views that lack an identity column.
Upgrade to Microsoft’s machine learning framework for .NET improves model building for text classification, introduces a sentence similarity API, and adds more AutoML capabilities.
You have a number of different ways to store and retrieve data between requests in ASP.NET Core MVC applications. Here’s how to take advantage of them.
Learn how you can use Entity Framework Core to log data to the console, SQL Server, and other log targets when working with ASP.NET Core 7 applications.
November means it’s time for a new .NET release. What’s in .NET 7 for the cloud and for containers? Cross-platform support and cloud-native functionality.
Now available in a production release, .NET 7 brings performance enhancements, a new version of C#, container and cloud-native tooling, and sweeping improvements to .NET MAUI and other .NET libraries and frameworks.
Take advantage of the in, out, and ref keywords to pass parameters to your C# methods in .NET and make your code more readable and maintainable.
Take advantage of the BitArray class in .NET 7 to perform bitwise operations on your data for improved performance.
Take advantage of FluentValidation to validate your model classes when working with minimal APIs in ASP.NET Core 6.