Visual Studio Code's .NET MAUI workload, which evolves the former Xamarin.Forms mobile-centric framework by adding support for creating desktop applications, has reached general availability. Finally ...
Take advantage of the powerful static code analysis tool to identify and understand issues in your .Net application’s code Assessing the quality of an application’s code is often a subjective process.
Good documentation is important for any application, and it starts with documenting your code. It helps you and it helps your users. It's no secret that I believe documentation is a crucial element of ...
Take advantage of base controllers to avoid dependency injection code duplication and enforce the DRY principle in ASP.NET Core MVC. When working with controllers in web applications using ASP.NET ...