Microsoft .NET | News, how-tos, features, reviews, and videos
Open-source successor to Microsoft Silverlight allows developers to build rich interactive web UIs with .NET, C#, XAML, and now, F#.
Take advantage of the new IExceptionHandler interface to handle exceptions gracefully in your ASP.NET Core applications.
Take advantage of the Code First approach in Entity Framework Core to create the data model for your application based on its domain entities in ASP.NET Core.
Microsoft has introduced a lightweight and portable test runner for its MSTest unit testing framework.
Amazon simplifies writing Lambda functions in C# with features like Lambda Annotations, which uses C# source generators to generate code from a REST API path. Support for .NET 8 is coming soon.
AutoMapper makes life easy, but has its limits. Learn how to implement a custom mapper to handle complex data structures or incompatible types.
AppCAT application and code assessment tool helps to identify issues .NET applications may have when moved to the Azure cloud.
Primary constructors in C# 12 can be used in classes and structs as well as record types. Here’s how they make your code cleaner and more concise.
New dotnet-coverage tool collects code coverage for console and web applications, merges coverage reports, instruments binaries, and calculates code coverage for each test separately.
Understand the differences between the most commonly used interfaces for accessing and manipulating collections of data in C#.