|
|
-
|
|
Dependency Injection and Inversion of Control (IoC) are one of the key players in todays web architectures. DI improves code reusability and guarantees loosely coupled systems. Having a DI onboard will help in both code maintenance perspective and applicat...
|
|
-
|
|
Before looking at the code, Read about – What is JumpStart?
We use Unity IoC container to achieve dependency injection for Web API. Create a ASP.Net MVC4 Project and its associated Class Library as shown in this tutorial – http://www.intstrings.com/r...
|
|
-
|
|
In this tutorial we are going to see how we can authenticate users who want to use our services against Windows Azure Active Directory (WAAD) through Access Control Services (ACS). This tutorial is going to narrate a step by step process, I personally sugg...
|
|
-
|
|
In this short tutorial, I am going to narrate on how we can lazy load images in a ASP.Net MVC 4 page. In most of today’s social media sites, we often come across lots and lots of images which load immediately a page renders and in return kill most of the b...
|
|
-
|
|
This article is intended to narrate MY OWN way of implementing ASP.Net MVC in many of recent projects which I have architected. On the first hand, I would like to describe the phrase – “MY OWN”, then we will move forward with a brief description of below h...
|
|
-
|
|
In this short tutorial, I am going to show how to validate a Dropdownlist in MVC3 using Razor Syntax.
Our Model Class –
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.ComponentModel.DataAnnot...
|
|
-
|
|
Its been a while since I blogged, but I am back with some new series coming through, mainly focusing on MVC and JQuery.
This small blog post is out to answer some of the common questions which I do see most often – “Differences between ASP.Net and ASP.Net ...
|
|