Exception handling in C#

Exception handling is a crucial aspect of writing robust and fault-tolerant applications in C#. It ensures that your application can gracefully handle unexpected errors without crashing. In this blog, we'll explore the fundamentals of exception handling in C#, best practices, and advanced techniques. What is an Exception? An exception is an unexpected event that occurs... 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 →

Blog at WordPress.com.

Up ↑