Stories recently tagged with 'LinqToSql'

LINQ to SQL Batch Updates/Deletes: Fix for 'Could not translate expres(aneyfamily.com)

submitted by terry.aneyterry.aney(115) 4 years, 1 month ago

I've found and posted a new fix in the code from my original post: Batch Updates and Deletes with LINQ to SQL. I'm not sure of the etiquette for this sort of thing: new post (like I'm doing) or just a comment in the original post. I want to be sure to make anyone who downloaded my code aware of an issue/fix (assuming they are monitoring via a RSS feed). read more...

add a comment |category: |Views: 23

tags: another

LINQ To SQL model is easily synchronized with your live database(perpetuumsoft.com)

submitted by PerpetuumPerpetuum(88) 4 years, 1 month ago

The article describes mechanism and a tool which allwos database developers automatically synchronize LINQ To SQL model with their live database structure. read more...

add a comment |category: |Views: 10

tags: another

LINQ to SQL (Part 8 - Executing Custom SQL Expressions) (weblogs.asp.net)

submitted by KlausKlaus(755) 4 years, 6 months ago

Over the last few weeks I've been writing a series of blog posts that cover LINQ to SQL. LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to model relational databases using .NET classes. You can use LINQ expressions to query the database with them, as well as update/insert/delete data. read more...

add a comment |category: |Views: 29

tags: another

LINQ to SQL (Part 7 - Updating our Database using Stored Procedures)(weblogs.asp.net)

submitted by KlausKlaus(755) 4 years, 6 months ago

Over the last few weeks I've been writing a series of blog posts that cover LINQ to SQL. LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to model relational databases using .NET classes. You can use LINQ expressions to query the database with them, as well as update/insert/delete data. read more...

1 comment |category: |Views: 22

tags: another

Text Mining and Analysis With LinqToSql, Part 1(blog.wekeroad.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 8 months ago

"It might be tempting to think that some well-written FT queries or Regular Expression wizardry can tell you a lot about your unstructured data (aka “text”). But Text Mining is a lot more than that. It’s detective work, slogging through millions and millions of text records to find relatable patterns and derivative words. There is no automation of this stuff - it’s investigation with a goal in mind. Used to be this stuff took months - but armed with some cool technology, it can now take weeks or even days." read more...

add a comment |category: |Views: 13

tags: another

Linq to SQL: Many to Many Tables(chrisbrandsma.com)

submitted by cwbrandsmacwbrandsma(1711) 4 years, 9 months ago

Showing two ways to query a many to many table relationship using Linq to Sql and outlining the performance differences between them. read more...

1 comment |category: |Views: 3445

tags: another

Linq to Sql: Extension Methods(chrisbrandsma.com)

submitted by cwbrandsmacwbrandsma(1711) 4 years, 9 months ago

A brief discussion of the extension methods that get generated when a LINQ to SQL mapping is generated. read more...

add a comment |category: |Views: 472

tags: another