#csharp
Read more stories on Hashnode
Articles with this tag
Source Generators are part of Roslyn feature that automatically generates code during the compilation process. Why Source Generators Alternatıve to...
System.ComponentModel.DataAnnotations provides attribute classes that are used to define metadata for ASP.NET MVC and ASP.NET data controls. The...
Introduction Output Caching was one of my favorite features in .Net Framework. Unfortunately, output caching was not available .Net Core until .Net 7...
Microsoft released C# 11 on November 2022. C# 11 has great new features and enhancements. You will like these features, especially Required Member and...