As ASP.NET developers, we often write dynamic SQL to perform some database operations. These dynamic SQL is some cases might be created by...
Showing posts with label SQL. Show all posts
Showing posts with label SQL. Show all posts
Wednesday, January 9, 2013
Saturday, December 29, 2012
Update Stored Proc with Raw SQL Query via EDF Framework
Update Stored Proc with Raw SQL Query via EDF Framework Introduction Today, in this article let's play around with one of the inte...
Wednesday, December 26, 2012
Delete Stored Proc with Raw SQL Query via EDF Framework
Delete Stored Proc with Raw SQL Query via EDF Framework Introduction Today, in this article let's play around with one of the inte...
Saturday, November 17, 2012
Self Join using Lambda
Self Join using Lambda Self Join using Lambda Introduction Today, in this article let's play around with one of the interesti...
Self Join using LINQ
Self Join using LINQ Self Join using LINQ Introduction Today, in this article let's play around with one of the interesting a...
Sunday, November 11, 2012
What are SQL Joins and How to use thses..
The first thing we learn to do with SQL is writing a SELECT statement to get data from one table. This kind of statement seems to be str...
Saturday, September 8, 2012
Local LINQ to SQL Database For Your WP7 Application
There aren't many applications that are of value without having some for of data store. In Windows Phone development we have a few op...