Showing results for August 2012 - Page 3 of 3 - .NET Blog

Aug 15, 2012
0
0

Using Dynamic Data with Entity Framework DbContext

pranav rastogi
pranav rastogi

In Visual Studio 2012, if you create a ADO.NET Data Model then the generated Context class derives from a type called DbContext instead of ObjectContext. DbContext is also used when you are using EntityFramework Code First This post outlines the changes you have to do to your Dynamicdata project template if you want your context to derive from DbC...

ASP.NET
Aug 9, 2012
0
0

.NET Framework 4.5 Talks from TechEd 2012 and aspConf

Brandon Bray
Brandon Bray

The .NET Framework team is out at conferences all the time. We love getting to meet with you all to discuss the latest news about what we’re building and even better learning about what all of you want to build. Deon Herbert, a program manager on the .NET Framework project management team, pulled together the following article for all of you ...

.NET
Aug 6, 2012
0
0

Plans regarding Website projects and Web Deployment Projects

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

The release of Visual Studio 2012 is right around the corner. If you’ve been following our blog/twitter then you may know that many of the Web related components of Visual Studio are now“out-of-band”, meaning that we can update them independently of Visual Studio itself. Because of this we are planning to ship updates a few times a year. We are cur...

ASP.NET