ASP.NET Core Tricks
ASP.NET Core - Best practices (tips and tricks) - an opinionated approach - Part 2
Introduction In the last post, we talked about tips and tricks, different strategies and approaches to make your code and project easier to maintain. This post is the second part in the series. Avoid HTML Helpers - Use Tag Helpers We should avoid using HTML Helpers in favour of Tag Helpers.
ASP.NET Core - Best practices (tips and tricks) - an opinionated approach - Part 1
Introduction - ASP.NET Core Best Practices This post is about ASP.NET Core best practices post. We will talk about some of the best practices while working with ASP.NET Core. It is a collection of tips and tricks, different strategies and approaches to make your code and project easier to maintain. Also, it will be more pleasant to work on the project. These include the ways to organise the solution, project, pieces of code, tips for writing tests and other things that developers deal with.