Welcome to the Lounge
For lazing about and discussing anything in a software developer's life that takes your fancy.
The Lounge is rated PG. If you're about to post something you wouldn't want your kid sister to read then don't post it. No flame wars, no abusive conduct and please don't post ads.
Technical discussions are welcome, but if you need specific help please
use the programming forums.
|
|
 |

|
Looking at the Entity Framework 5 release, it has some nifty features I'd like to take advantage of (e.g., automatic query compilation, proper lookups of indexed varchar columns). However, many of those features will not work unless you have .Net 4.5, and we have .Net 4.
So, we just need to install .Net 4.5. However, .Net 4.5 doesn't work on Windows Server 2003, which is what our development server is on. So, we need to upgrade Windows.
And once we upgrade Windows, .Net, and Entity Framework, there are still some features we can't take advantage of (e.g., table-valued parameters), because we are on SQL Server 2005. We were supposed to upgrade to 2008 months ago, but it never happened. So, that will need to be kick-started too.
This could take a while to get all these ducks in a row...
|
|
|
|
 |
|
|
General
News
Suggestion
Question
Bug
Answer
Joke
Rant
Admin