Posted by
|
|
| Posted on: 19-01-2012 09:13:53 |
|
|
This is an article continued from Developing a simple application using LINQ [Part 3]. In this part we will be looking at where we can use specific datatypes instead of using the "var" keywo...
Posted by
|
|
| Posted on: 15-01-2012 08:08:45 |
|
|
This is an article continued from Developing a simple grocery inventory- Part 2. In this part we will be looking at the different groups of controls on the "Add/Delete" tab, looping through...
Posted by
|
|
| Posted on: 20-11-2011 08:29:10 |
|
|
This is the second part of a series on developing a simple application using LINQ. You can read Part 1 at dvwx.in/linq-series-1. In this part we will be looking at datacontext, the "var" key...
Posted by
|
|
| Posted on: 10-11-2011 03:00:51 |
|
|
In the previous article titled "LINQ - An easy introduction" we saw how LINQ works with data and objects. In this article which is a part of a series, we will develop a very simple inventory...
Posted by
|
|
| Posted on: 05-09-2011 02:22:00 |
|
|
To put it very simply, Language-Integrated Query or LINQ is another way to query data using native code. It adds native querying capability to .NET languages. You may ask “what is the need of an...