Categories: C#.Net

One-click Code Cleanup in Visual Studio 2019

It explains how to do code cleanup through one-click code cleanup feature in Microsoft Visual Studio 2019.

Categories: C#.Net, Asp.Net, Asp.Net MVC

Microsoft Visual Studio 2019 Start Window

It explains about various option available on Microsoft Visual Studio 2019 Start Window.

Categories: C#.Net

Tasks And Asynchronous Programming in C#

Most of the code we write executes synchronously. In the synchronous method, the code executes in de

Tags:
Categories: C#.Net

Interpolated Strings Over string.Format() in C#

Discuss about why to use Interpolated Strings Over string.Format() in C#