By aberteau , 25 July, 2017 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
By aberteau , 20 July, 2017 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
By aberteau , 19 July, 2017 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