Microsoft .NET | News, how-tos, features, reviews, and videos
The company has just updated its strategy for C#, F#, and Visual Basic, committing to performance and stability for all three languages.
Take advantage of implicit and explicit operators to convert between user-defined types and improve the readability of your code.
Learn how you can take advantage of delegates like Action, Func, and Predicate to facilitate callbacks and add flexibility to your code.
MVVM toolkit updates include new diagnostic analyzers and performance optimizations for improved developer user experience.
Take advantage of delegates to promote flexibility and code reuse in your .NET applications and to implement event-driven programming with ease.
Take advantage of the built-in support for OpenAPI in ASP.NET Core to automatically document your HTTP endpoints. Minimal APIs are supported too.
Graph Developer Proxy allows developers to test their Microsoft Graph applications locally by simulating Microsoft Graph API errors and mocking Microsoft Graph API responses.
Take advantage of the null object pattern in .NET to eliminate the need for null checks and avoid runtime errors in your applications.
Learn how to protect the information handled by your .NET applications by encrypting and decrypting the data using either a single key or a public/private key pair.
Take advantage of endpoint filters in ASP.NET Core 7 to modify request and response objects, short-circuit the request processing pipeline, or handle cross-cutting concerns for every request.