.NET Blog
Free. Cross-platform. Open source. A developer platform for building all your apps.
Latest posts
VS2010 Beta1 "Delete existing objects before creating" flag for DB Deployment
Here is an example of end to end scenario of the last blog VS2010 Beta1 Web Application Project Database package and SMO options. Here, we’re going to...
CLR Inside Out – Building Tuple
The new installment of the “CLR Inside Out” column in MSDN magazine is now available on line. This month we have an article from Matt ...
Check out the following on our Tips and Tricks Blog
Tip#66: Did you know... how to insert quotes values automatically while typing the attrib values?Tip #67: Did you know the list of ASP.Net MVC shortcuts?Tip...
VS2010 Beta1 Web Application Project Database package and SMO options
In Visual Studio 2010 Beta1 release, SQL server database schema and data can be packaged for deployment along with the website. It utilizes Msdeploy SQL ...
Enabling CAS Policy Compatibility Mode for a Project
If you’re migrating a VS project over to VS 2010 Beta1 and you are calling code that is passing Evidence objects to the runtime expecting security policy ...
Visual Web Developer – Designer Survey
The VWD team is always looking for ways to improve our product for our customers. To help us better achieve this goal we have created a survey that we hope you ...
Getting more information than the exception class provides
We recently had a question about how to get more information than an exception’s type provides. The developer was trying to copy a file and didn’t ...
Tail Call Improvements in .Net Framework 4
Grant Richins has a post on the CLR Code Generation team blog that covers the work done to improve the x64 JIT to honor the "tail." instruction prefix, thereby ...
ASP.Net MVC for Visual Studio 2010 Beta1 Codeplex
ASP.Net MVC for Visual Studio 2010 is available for download here: http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28527.There is no new ...