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. Tag Helpers are […]
Continue readingIntroduction – 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 […]
Continue reading