Tuesday, September 18, 2012

Restriction and Projection Operators in LINQ

Restriction and Projection Operators in LINQ


Restriction and Projection Operators in LINQ

Posted: 03 Sep 2012 05:10 AM PDT

Want to learn about the LINQ Operators? This article would discuss about restriction and projection LINQ operators and how to use these LINQ operators in your program.

Create Temporary cursor in MS SQL Server

Posted: 08 Sep 2012 07:00 AM PDT

In this article I am going to explain what is temporary cursor and how you can use it in a stored procedure. Temporary cursor is very useful and it is very simple. The Temporary cursor is very fast and easy and it requires very less code compared to the normal cursor.

APPLY Operator in Sql Server

Posted: 10 Sep 2012 12:20 AM PDT

In this article I explain about what APPLY Operator is and where to use in SQL Server. APPLY operator allows you to join a table with table valued function. The APPLY operator is used in the FROM clause between a left table source and a right table source. CROSS APPLY and OUTER APPLY are the two forms of APPLY operator.

Multiple file upload

Posted: 10 Sep 2012 06:21 AM PDT

This article deals with multiple file upload using SWF upload,A tool for multiple image uploads SWF is a Java script Library that uses the Flash Player's upload function which includes file size checking and uploading progress

Integrating google analytics with your web application

Posted: 11 Sep 2012 11:50 PM PDT

Google analytics is one of the best APIs of google in recent days. Google analytics gives the analytical reports related to page visit which is very much important for the site owner. This article explains how to incorporate this API with your application.

How To use sub Query in sql server 2005-08

Posted: 12 Sep 2012 09:40 AM PDT

In this article I am going to explain you about sub Query. Sub Query is very useful if you wanted to do any calculation and wanted to hold sub values. We can definitely say taht sub query is one of the very important feature of sql server 2005-08.

How to Use Pivot Table in sql server.

Posted: 14 Sep 2012 08:39 AM PDT

In this article I will be explaining you about Pivot table. Pivot Table can make a dynamic Query using that you can do calculation. Pivot table feature in SQL is very important while making SQL server report.

How to sort results in UNION query in SQL Server

Posted: 18 Sep 2012 12:19 AM PDT

Looking for a solution to get the results in a UNION query in the order of the SELECT statements? Learn how to sort the results in a UNION statement.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home