Skip to main content

ASP.Net MVC

Backup MySQL Database by ASP.Net MVC Actions
You will discover how to add ASP.Net MVC Actions allowing to backup a MySQL database.
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.
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.
Subscribe to ASP.Net MVC