Browse by Tags

All Tags » ASP.NET MVC (RSS)

Building Windows Azure Cloud Services App with Web Role, Worker Role, Table Storage and Service Bus by shiju

Windows Azure Cloud Services, provides a Platform as a Service (PaaS) offering for building multi-tier, highly scalable, reliable cloud applications on the Windows Azure Cloud platform. In this blog post, I will demonstrate how to build a multi-tier Windows...

Generating Entity Data Model Diagram from EF Code First DbContext by shiju

The Entity Framework Code First approach lets the developers to build applications with Domain-Driven Design (DDD) by hand coding your Persistence Ignorance (PI) classes. At the same time, it would be great if we could see the entity model in a visual...

Writing Unit Tests for an ASP.NET MVC Action Method that handles Ajax Request and Normal Request by shiju

In this blog post, I will demonstrate how to write unit tests for an ASP.NET MVC action method, which handles both Ajax request and normal HTTP Request. I will write a unit test for specifying the behavior of an Ajax request and will write another unit...
Filed under: , , ,

Using TypeScript in ASP.NET MVC Projects by shiju

In the previous blog post Microsoft TypeScript : A Typed Superset of JavaScript , I have given a brief introduction on TypeScript. In this post, I will demonstrate how to use TypeScript with ASP.NET MVC projects and how we can compile TypeScript within...

Dependency Injection in ASP.NET Web API using Autofac by shiju

In this post, I will demonstrate how to use Dependency Injection in ASP.NET Web API using Autofac in an ASP.NET MVC 4 app. The new ASP.NET Web API is a great framework for building HTTP services. The Autofac IoC container provides the better integration...

Building a Windows Azure App using Azure Queue, Azure Table and ASP.NET MVC Web Role by shiju

In this post, I will demonstrate a Windows Azure app using Azure Queue, Azure Table and a ASP.NET MVC 4 Web Role application. This post is explaining few initial steps for building a demo Azure app where asynchronous commands (write operations that changes...

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...
More Posts Next page »