Skip to main content

Implementation

Handle MySQL data types with FluentMigrator
Extension methods to handle MySQL data types with FluentMigrator
Handle MySQL data types with NHibernate mapping by code
Some extension methods to handle MySQL data types with NHibernate mapping by code
Improve NHibernate QueryOver with Restrictions and ICriterion
You will discover one of the techniques to centralize and produce more comprehensive code around NHibernate QueryOver.
Improve NHibernate QueryOver with extension methods
You will discover one of the techniques to centralize and produce more comprehensive code around NHibernate QueryOver.
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.
Chat Web Application using SignalR and AngularJs
In this tutorial, we will realize a chat application based on SignalR and AngularJs. This solution is based on responsive design SPA Web clients and a SignalR Hub for message exchange.
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 Implementation