Sisterdale25

Stories kicked by Sisterdale25

LINQ To SQL is Dead - Read Between the Lines (codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 6 months ago

David Hayden with some great points on the Linq to SQL announcement and some ideas on how the project could be saved. read more...

4 comments |category: |Views: 817

tags: another

Validate Your Regular Expressions With This Free Online Silverlight To(dev102.com)

submitted by talisharon10talisharon10(800) 3 years, 6 months ago

Validate you regular expressions with this online silverlight regular validation tool read more...

add a comment |category: |Views: 257

tags: another

Pavel Nikolov's blog: Visual Studio 2010(pavkata.blogspot.com)

submitted by mysterymystery(160) 3 years, 6 months ago

My first look at Visual Studio 2010 codename "Rosario". I showed some screen shots and and some new features of the new visual studio. read more...

2 comments |category: |Views: 673

tags: another

Solving common problems with Compiled Queries in Linq to Sql for high (msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 6 months ago

If you are using Linq to SQL, instead of writing regular Linq Queries, you should be using Compiled Queries. if you are building an ASP.NET web application that’s going to get thousands of hits per hour, the execution overhead of Linq queries is going to consume too much CPU and make your site slow. There’s a runtime cost associated with each and every Linq Query you write. read more...

add a comment |category: |Views: 292

tags: another