AutoMapper is an .NET library which will be very useful to solve your complex problem and also it avoids duplication of code. Those who work on large enterprise .NET applications, most of the times you would change your domain model to view model or vice versa. But sometimes you need to do it in multiple... Continue Reading →
Introduction to BenchMarkDotNet
There are many powerful libraries/packages available in the NuGet Package Manager. One of the most powerful library is BenchMarkDotNet. It helps you to transform methods into benchmarks, track their performance, and also share reproducible measurable experiments. The respsective library is being used in 3000+ projects. The results will be shown in an user friendly fashion... Continue Reading →
.NET revolution
One of the most valuable ideas of Microsoft includes .NET. Microsoft initiated this idea in the 1990's under the Next Generation Windows Services and they released their first beta version in late 2000. .NET Framework 1.0 was officially release on February 13, 2002 which can be used by Windows 98, Windows ME, Windows NT 4.0,... Continue Reading →
How to create ASP.NET Core Web API using Visual Studio 2019
ASP.NET Core is a cross-platform, high-performance, open-source framework for building modern, cloud-based, internet connected applications. Using this framework you can build web applications, IoT applications etc. And also you can develop cross-platform applications. It has better architecture and performance when compared to .NET framework. And also it has built-in dependency injection. In this blog, we... Continue Reading →
Whats new in Visual Studio 2019
Visual Studio is an Integrated Development Environment IDE developed by Microsoft which is used to code,debug and run the respective applications. According to Wikipedia, Visual Studio supports around 36 programming languages and the advantage of using Visual Studio is the code editor and debugger will support all these programming languages and also it supports cross-platform. The latest version of Visual Studio is 2019(16.4.1). There are some major improvements done... Continue Reading →