ericswann

Stories submitted by ericswann

Mindscape LightSpeed 3.0 – Advocating a Commercial ORM(ericswann.org)

submitted by ericswannericswann(145) 2 years, 5 months ago

Compares the features of Mindscape's LightSpeed 3.0 ORM with those of LINQ to SQL and NHibernate. read more...

5 comments |category: |Views: 427

tags: another

ASP.Net SQL Server 2005 Membership Provider and NewSequentialID(ericswann.org)

submitted by ericswannericswann(145) 3 years, 1 month ago

Describes how to alter the ASP.Net membership provider scripts to use NewSequentialID instead of NewID for improved performance. Also includes a download that has an alternate script using the GUID.Comb implementation. read more...

add a comment |category: |Views: 25

tags: another

LINQ to SQL Data Context Provider(ericswann.org)

submitted by ericswannericswann(145) 3 years, 1 month ago

Provides an approach to lifetime management of LINQ to SQL Data Contexts with a strategy based pattern for caching the Data Context. The solution also allows the Data Context to be set up using a registration approach. Included code will work for web, winforms, or service projects. read more...

1 comment |category: |Views: 366

tags: another