Performance Improvements in .NET 8, ASP.NET Core, and .NET MAUI | .NET Conf 2023Reference https://www.youtube.com/watch?v=YiOkz1x2qaE&list=PLdo4fOcmZ0oULyHSPBx-tQzePOYlhvrAU&index=21 https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-8/Dec 27, 2023·1 min read
Building Cloud Native apps with .NET 8 | .NET Conf 2023.Net Cloud Native .Net has had the aspirational goal of being the most productive platform for building Cloud Native apps for some time. Health Checks Kestrel HTTP Client Factory Polly gRPC YARP Container Builds Native AOT Running distribu...Dec 10, 2023·1 min read
.NET Containers advancements in .NET 8This is a summary of .NET Containers advancements in .NET 8 on .Net Conf 2023. It is requied from communitity for .Net Container Images to be Small (registry pull faster) Secure (non-root; no shell or package manager) Compliant (minimal dependenci...Dec 7, 2023·2 min read
New Data Annotations in .NET 8System.ComponentModel.DataAnnotations provides attribute classes that are used to define metadata for ASP.NET MVC and ASP.NET data controls. The namespace has new annotations and modifications to existing ones on .NET8. Let's review those. Also, you ...Dec 6, 2023·2 min read
AZ-400: Designing and Implementing Microsoft DevOps Solutions NotesThese are my notes while preparing AZ-400 exam. Site Reliability Engineering Reliability is the ability of a system or component to perform its intended function under specified conditions for an extended period without failure. A reliable product ha...Aug 15, 2023·7 min read
Exploring Output CacheIntroduction Output Caching was one of my favorite features in .Net Framework. Unfortunately, output caching was not available .Net Core until .Net 7 version. The output caching middleware enables caching of HTTP responses. .Net saves the cached entr...Jan 17, 2023·3 min read
7 New Features of C# 11Microsoft released C# 11 on November 2022. C# 11 has great new features and enhancements. You will like these features, especially Required Member and Raw String Literals. You can find the source code for this post on my GitHub repository. Let's disc...Jan 15, 2023·5 min read