Showing results for March 2009 - Page 2 of 2 - .NET Blog

Mar 10, 2009
Post comments count0
Post likes count0

How does Web Deployment with VS10 and MSDeploy Work?

Web Development Tools Microsoft
Web Development Tools Microsoft

Web Deployment has taken a huge stride in Visual Studio 2010.   I have started a blog series where I have written about web deployment, you can read more about them below: Destination Well the concepts of source and destination are pretty simple but the reason why they are so interesting ...

ASP.NET
Mar 6, 2009
Post comments count0
Post likes count0

Hotfix for Visual Studio hang when opening Web project from a remote site

Web Development Tools Microsoft
Web Development Tools Microsoft

Under certain conditions opening Web projects from remote sites may become very slow. We've seen quite a few 'hang' reports submitted via 'Send Information to Microsoft' feedback (aka Dr. Watson). The reason is that sometimes XML editor (which is used when you edit web.config) may begin walking remote Web site file structure looking for XML sc...

ASP.NET
Mar 4, 2009
Post comments count0
Post likes count0

ASP.NET MVC Release Candidate 2

Web Development Tools Microsoft
Web Development Tools Microsoft

ASP.NET MVC Release Candidate 2 is live! Check out Phil Haack’s blog, Haacked.com, for information on the new installer and some other general release info. The release is mostly focused on responding to customer feedback but there are some minor tooling improvements and bug fixes that are worth calling out. Tooling Improvements And Important Fixes...

ASP.NET
Mar 4, 2009
Post comments count0
Post likes count0

Preview of Code Contract Tools Now Available

CLR Team
CLR Team

We’ve mentioned Code Contracts over on the BCL Blog a few times now, but never yet on the CLR Blog.  Basically, Code Contracts are a way to add preconditions, post-conditions, and object invariants to your code.  The goal is to help you catch developer errors earlier in the cycle.  In my Introduction to Code Contracts post, I g...

.NET
Mar 3, 2009
Post comments count0
Post likes count0

What’s new in Beta 1 for the coordination data structures?

phillips.joshua
phillips.joshua

We're currently working on the Beta of .NET 4.0 (no dates to announce) and there are lots o’ new stuff for the Parallel Extensions.  We hope you’re as excited about it as we are.  Given that we have so much coming down the pipes, we decided to roll out posts on what’s coming in digestible chunks.  What’s better to start with than the low-level infr...

.NET Parallel Programming
Mar 3, 2009
Post comments count0
Post likes count0

Hotfix Available for ASP.NET MVC Crashes With Azure/Power Commands/Resharper

Web Development Tools Microsoft
Web Development Tools Microsoft

If you have been experiencing Visual Studio crashes when opening view pages in design view or having trouble installing ASP.NET MVC due to problems with third party add-ins such as Power Commands, please try out the just released CLR hotfix here: https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=16827&wa=ws...

ASP.NET
Mar 1, 2009
Post comments count0
Post likes count0

Resource Manager and .Net Interaction with ServiceControlManager

CLR Team
CLR Team

Kim Hamilton has a couple of excellent posts on the BCL Team blog. In the first post on Working with the ResourceManager, Kim talks about the basics of resource generation, constructing a ResourceManager and how resource fallback works. The post also covers debugging resource loading failures using Fusion logs, Reflector and Resview.  In the...

.NET