|
|
SQL Server 2011 aka Denali Written on November 23, 2010, by Mentor Ibrahimi. |
A few weeks back i was discussing with a friend about why Microsoft doesn’t implement any kind of paging option for result set’s in SQL Server. It is possible to implement kind of paging with ROW_NUMBER() window function, but in overall it makes code look awful. Microsoft recently release the CTP1 of its next SQL Server codenamed [...]
|
|
Using LINQ to SQL ORM Written on June 3, 2010, by Mentor Ibrahimi. |
One of the hardest things i encounter when i do write LINQ queris, is that i always tend to approach results as i would in T-SQL. Well, recently i read an article about LINQ and the author said that one of the major steps a developer find hard to do, is working with LINQ without [...]

