Backup MySQL Database by ASP.Net MVC Actions You will discover how to add ASP.Net MVC Actions allowing to backup a MySQL database. Tags ASP.Net MVC MySQL Read more about Backup MySQL Database by ASP.Net MVC Actions
Improve manipulation of MVC action URLs You will discover one of the techniques that I usually use on ASP.Net MVC projects to simplify the use of MVC actions. Tags ASP.Net MVC Read more about Improve manipulation of MVC action URLs
Create HTML Helpers using the TagBuilder class In this tutorial, we will create HtmlHelper extensions using a utility class of the ASP.NET MVC Framework, named TagBuilder. This solution allows to use C # code to easily build HTML tags. Tags TagBuilder ASP.Net MVC HtmlHelper Read more about Create HTML Helpers using the TagBuilder class