Latests
Loading...

Nov 6, 2014

CRUD Operations Using the Generic Repository Pattern and Dependency Injection in MVC

This article introduces to you how we can use dependency injection is your application to perform curd operations. To implement Dependency...

Read more »

6 important uses of Delegates and Events

In this article we will first try to understand what problem delegate solves, we will then create a simple delegate and try to solve the p...

Read more »

Detail example of using JSON & AngularJS

In this short tutorial, I'm going to walk through turning the data from two boring  Northwind  JSON web services into the following Ma...

Read more »

Nov 5, 2014

Introduction to ASP.NET Boilerplate

ASP.NET Boilerplate is a starting point for new modern web applications using best practices and most popular tools.

Read more »

Using AngularJs, ASP.NET MVC, Web API and EntityFramework to build NLayered Single Page Web Applications

In this article, I'll show you how to develop a  Single-Page Web Application  (SPA) from ground to up using the following tools: A...

Read more »

Using Multiple Models in a View in ASP.NET MVC 4 / MVC 5

When I was a beginner for ASP.NET MVC, I faced a question many times: how many ways do you know to use/pass multiple models in/to a view? ...

Read more »