Browse by Tags

All Tags » ASP.NET » ASP.NET MVC (RSS)

Commands, Command Handlers and Command Dispatcher by shiju

In this post, I am trying to add some CQRS principles onto my EFMVC project. EFMVC is a small web app for demonstrating ASP.NET MVC and EF Code First. Please keep in mind that this is not the implementation CQRS patterns, but trying to add some CQRS flavors...

EFMVC 1.0 Preview Released by shiju

A while ago, I have released EFMVC , a demo web app built using ASP.NET MVC 3, EF Code First and Unity. The EFMVC app has demonstrated many architectural patterns and practices such as Generic Repository, Repository pattern, Unit of Work pattern, Dependency...

Autofac - My Choice of IoC Container by shiju

I have been using Unity for dependency injection since the early days of ASP.NET MVC framework. Recently I have evaluated other IoC containers and really impressed with Autofac. The next version of my codeplex project EFMVC will be use Autofac as IoC...

ASP.NET MVC 4 Enhancements to Default Project Templates by shiju

The ASP.NET MVC 4 provides an additional project teamplate for Mobile Web Application. The new Project dialog is shown below The project templates that are used to create new ASP.NET MVC 4 projects have been updated and provide a nice and modern looking...

ASP.NET MVC 4 Developer Preview Released by shiju

Microsoft has announced the availability of ASP.NET MVC 4 Developer Preview. The following are the some of the new features of ASP.NET MVC 4 Developer Preview. Mobile Project Template based on jQuery Mobile Enhancements to Default Project Templates Recipes...

Building JavaScript MVVM apps in ASP.NET MVC using KnockoutJS by shiju

JavaScript is getting more attention in modern web application development and increasing the popularity of JavaScript on every day. HTML 5 is making a revolution in web apps world and it is becoming a common platform for variety of scenarios. JavaScript...

Speaking at Kerala Microsoft User Group on JavaScript MVVM and KnockoutJS by shiju

I will be speaking about JavaScript MVVM and KnockoutJS at Kerala Microsoft User Group , Kochi on August 20. In this session, I will provide an overview of KnockoutJS, a MVVM framework for creating rich, interactive  user interfaces with JavaScript...

User Activity logging in ASP.NET MVC app using Action Filter and log4net by shiju

In this post, I will demonstrate how to use an action filter to log user tracking information in an ASP.NET MVC app. The below action filter will take logged user name, controller name, action name, timestamp information and the value of route data id...

Using MvcPaging in ASP.NET MVC Apps by shiju

In this post, I will demonstrate how to use NuGet package MvcPaging in ASP.NET MVC apps. MvcPaging provides a Pager HtmlHelper that renders a pager based on a PagedList implementation. MvcPaging’s Pager helper is also providing Ajax functionality for...

Microsoft MVP for the Second Time by shiju

Last Friday, I got an email from Microsoft stating that I have been awarded as Microsoft MVP again for 2011!! Now I became a Microsoft MVP for the second time in a row. Here's the email below: Dear Shiju Varghese, Congratulations! We are pleased to present...
More Posts Next page »