Tagged in

Dot Net Framework

.Net Programming
.Net Programming
Explore the .Net with the latest in C# from basic to advanced, including .Net versions 9, 8, 6, 5, Core 3.1, .Net Framework, ASP.NET Core, MVC, design patterns, OOPS, and SOLID principles. Get top tutorials, best practices, and hands-on code examples on GitHub.
More information
Followers
3.3K
Elsewhere
More, on Medium

.NET Coding Best Practices -part 7

Auto property initializer is one of the new feature in C# 6 which Microsoft introduced, below are…


.NET Coding Best Practices -part 5

String formatting is very common thing we as a programmer do, let’s see different ways of doing it…