My technical blog now has its own dedicated domain.
In this post, we will try to understand how routing works in an ASP.NET.
Software development is difficult. Especially if you are working on a 25-year old enterprise software that has gone through multiple platforms, technologies, and has seen multiple generations of developers. All of which makes it hard to understand and difficult to develop. What can we do as developers? Turns out, a lot.
In this post we will see what's the use of Startup class in ASP.NET, and how it differs from the Program class we saw earlier.
Let's look at what the Program class does in an ASP.NET application.