MS SQL (6)

Clean, Better, and Sexier Generic Repository Implementation for Entity Framework
10 January 2013 · 6 minutes read

With the new release of the GenericRepository.EntityFramework package, we now have clean, better and sexier generic repository implementation for Entity Framework. Enjoy!

Asynchronous Database Calls With Task-based Asynchronous Programming Model (TAP) in ASP.NET MVC 4
9 April 2012 · 6 minutes read

Asynchronous Database Calls With Task-based Asynchronous Programming Model (TAP) in ASP.NET MVC 4 and its performance impacts.

Visual Studio 11 Beta Code-Named "Juneau" SQL Server Database Project - Quick Overview
7 April 2012 · 4 minutes read

Quick Overview of Code-Named "Juneau" SQL Server Database Project which is one of the most awesome features of Visual Studio 11 beta

Parent / Child View In a Single Table With GridView Control On ASP.NET Web Forms
28 April 2011 · 3 minutes read

This awesome blog post will demonstrate how to create a complete, sub-grouped product list in a single grid. Get ready for the awesomeness...

SQL Injection vs. Lethal Injection / Protection Against SQL Injection
29 January 2011 · 4 minutes read

SQL Injection and Lethal Injection... They are both dangerous and they can be easily fatal. But how? What is SQL Injection and how it can effect my project? The answers are in this blog post.

Sending E-mail to All List of Membership Users with ASP.Net Using Built-in Membership API
26 November 2010 · 3 minutes read

Most of the Asp.Net developers are using Membership class of Asp.Net and in this blog post we will see how to send e-mail to all of the membership users at once...