LinqToSQL2
LinqToSQL2 copied to clipboard
Optimize Context startup by caching meta-data ourselves
It's now left up to the user to cache the meta-data and we can do that ourselves with a static resource very easily. This allows faster context creation and thus faster queries without any effort.