Browse by Tags

All Tags » LINQ to SQL (RSS)

Best practices for using LINQ to SQL on your existing web applications. by albertpascual

Previously I have been talking about the limitations of Linq to SQL for your data layer. You should read it here . This post is part of the Linq to SQL series . Linq to SQL is a great technology I found that adding the data layer on the web application...
Filed under: , , , ,

Why there is still a limitation in LINQ to SQL? by albertpascual

LINQ to SQL was going to be the solution that all developers have been asking for to be able to use databases. Now developers would be able to interact with a database using C# and SQL language together and get intellisense to their tables. This for a...

Using LINQ to SQL makes life easier. An introduction of LINQ to SQL. by albertpascual

LINQ to SQL came out with 3.5 and I am still amazed that many people accomplished to stay away from that simple technology. When you ask them, they've heard about but they are not sure how everything works together. Instead of looking it up to learn to...
More Posts