Tuesday, August 28, 2012
Free eBooks for Data Developers
Free eBooks for Data Developers: What are some of your favorite development resources? Chime in and share what you use, help others out.
Tuesday, August 21, 2012
Releasing Microsoft ASP.NET Universal Providers Core 1.2
I hope everyone has been busy downloading Visual Studio 2012 and have
started building awesome web applications. We have been busy too during
this time.
We have just released an update to the version of Universal Providers that shipped with VS2012. Following are the key changes with this release
You can follow this documentation on how to update a nuget package.
While updating you will get the EntityFramework 5.0.0 package as well from the nuget.org
Cross posted to http://blogs.msdn.com/b/pranav_rastogi/archive/2012/08/20/releasing-microsoft-asp-net-universal-providers-core-1-2.aspx
We have just released an update to the version of Universal Providers that shipped with VS2012. Following are the key changes with this release
- Address key performance issues with the providers
- Depends on EntityFramework Code First
What should you do
This version of Universal Providers Core that shipped with VS2012 was 1.1. Take a moment and update to 1.2You can follow this documentation on how to update a nuget package.
While updating you will get the EntityFramework 5.0.0 package as well from the nuget.org
Some common FAQ
- Works on .NET v4.0/4.5
- Works on VS2010/VS2012
- 1.2 is compatible with 1.1
- ASP.NET forums http://forums.asp.net/25.aspx/1?Security
- Stack Overflow: Use the tag “membership” Following are some questions for universal providers on SO http://stackoverflow.com/search?q=universal+providers
Cross posted to http://blogs.msdn.com/b/pranav_rastogi/archive/2012/08/20/releasing-microsoft-asp-net-universal-providers-core-1-2.aspx
Subscribe to:
Posts (Atom)
Could not find a part of the path ... bin\roslyn\csc.exe
I am trying to run an ASP.NET MVC (model-view-controller) project retrieved from TFS (Team Foundation Server) source control. I have added a...

-
ASP.NET MVC’s tooling support goes a long way in making it a LOB Application friendly platform. However the default Controller scaffold c...
-
WPF Tutorial is described here http://www.wpftutorial.net/WPFIntroduction.html Sort Description about wpf http://www.wpftutorial.net/Lea...
-
The ASP.NET MVC 4 Internet template adds some new, very useful features which are built on top of SimpleMembership. These changes add som...