Browse by Tags

All Tags » linq (RSS)

My first book - Building a Web 2.0 Portal with ASP.NET 3.5

My first book " Building a Web 2.0 Portal with ASP.NET 3.5 " from O'Reilly is published and available in the stores. This book explains in detail the architecture design, development, test, deployment, performance and scalability challenges...

Linq to SQL: How to Attach object to a different data context

After upgrading to Visual Studio 2008 RTM, you will have trouble updating Linq to SQL Classes which are read from one data context and then updated into another data context. You will get this exception during update: System.NotSupportedException: An...
Posted by omar | 29 comment(s)
Filed under: ,

Data Access usind DLinq

DLinq is so much fun. It's so amazingly simple to write data access layer that generates really optimized SQL. If you have not used DLinq before, brace for impact! When you use DLinq, you just design the database and then use SqlMetal.exe (comes with...
Posted by omar | 1 comment(s)
Filed under:

XLinq: Reading RSS and Atom using XLinq

I am playing around with XLinq. I made a RSS Viewer which downloads RSS/Atom feed and shows a list of links of titles. XLinq is so unbelievably easy to use. See in less than 10 lines I can populate a DataList full of links from RSS/Atom feed. First I...
Posted by omar | 2 comment(s)
Filed under: