Posts tagged 'linq-to-sql'
LINQ to SQL cannot read XML fields on SQL 2005?
This is a limitation I found using LINQ to SQL creating a class. I use a table that had a field as an XML element and I received this error below. DBML1005: Mapping between DbType 'Xml' and Type 'System.Xml.Linq.XElement' in Column I found only this information on the web about this problem a bug that...
Continue reading "LINQ to SQL cannot read XML fields on SQL 2005?"
Best practices for using LINQ to SQL on your existing web applications.
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 will just work until you are deploying the application...
Continue reading "Best practices for using LINQ to SQL on your existing web applications."
Why there is still a limitation in LINQ to SQL?
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 second how bad was to create your store procedures...
Continue reading "Why there is still a limitation in LINQ to SQL?"
Using LINQ to SQL makes life easier. An introduction of LINQ to SQL.
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 see if there is something that may improve their...
Continue reading "Using LINQ to SQL makes life easier. An introduction of LINQ to SQL."


