In this blog, we will see how to handle exceptions in Python application. If you are new to Python, please read my previous blog - Introduction to Python Programming
A database connection string is a very basic task for a developer who is working on ASP.Net. But defining a database connection string in .Net Core and reading back into C# code is a little different than the traditional ASP.Net framework.
In this blog, we will see Razor Pages Handler's methods in detail. Also, we will explore how handler methods invoked in Razor pages based on user action.
Before ASP.Net Core 2.0 we had MVC option to develop a web application. After the release of .Net Core 2.0, a developer has one more option to create a Web Application in .Net Core that is called .Net Core Razor pages.
In this blog, we will see how to host an ASP.Net Core application on IIS server. Hosting ASP.Net Core app on IIS is a little bit different than hosting a traditional ASP.Net web application. If you are new to ASP.Net core, you may read this blog - ASP.Net Core Blog