Articles Tagged 'sql'
I thought it would be fun to share what it was like my first week making the transition from Redmond to Silicon Valley in my new role. And more importantly, I thought it would be fun to explain publicly to my uncle back in Mississippi that my job ...
You can learn a lot by reading other people's source code. That's the idea behind this series, " The Weekly Source Code ." You can certainly become a better programmer by writing code but I think good writers become better by reading as much as th...
A lot of eager students will be graduating with CS degrees soon. Realistically, with almost 10% unemployment, out-sourcing, and a rough economy, it can be hard for a college-grad to find a tech job. Here's a brain-dump: Condition your mind Until y...
ADO.NET Team Blog
2/12/2010
Visual Studio 2010 and .NET Framework 4 RC was announced earlier this week on Soma’s blog . Included in this release are a set of improvements in Entity Framework runtime and designer. Here are some of the highlights: Entity Framework Better N-Tie...
I've just been fiddling with the first appendix of C# in Depth, which covers the standard query operators in LINQ, and describes a few details of the LINQ to Objects implementations. As well as specifying which operators stream and which buffer th...
MSDN: Visual C# Headlines
2/9/2010
Jim Nakashima updates an existing post on Web Applications and talks about migrating an existing database running on SQL Express and ASP.NET providers to SQL Azure.
ADO.NET Team Blog
2/8/2010
The "Entity Designer Database Generation Power Pack" is a downloadable addition to Visual Studio 2010 Beta 2 which includes some new database generation technologies. The original Database Generation feature in the Entity Designer in VS 2010 is ex...
Technical debates are discussed endlessly within the blog-o-sphere/twitter-verse, and they range across every developer community. Each language, framework, tool, and platform inevitably has at least a few going on at any particular point in time....
Charlie Calvert
1/19/2010
Pedram Rezaei has written a detailed and code centric article on how to create a LINQ provider similar to the LINQ to SQL provider. This article has large amount of specific technical information in it of interest to developers who want to tackle ...
MSDN: Visual C# Headlines
1/19/2010
Learn how to build a simple IQueryable provider similar to the LINQ to SQL provider.