You are browsing the archive for Visual Studio 2010.

by Editor

Free Sandbox Hosting for Visual Studio 2010 RC and ASP.NET 4.0 RC from Discount ASP.NET

February 16, 2010 in Articles, News, Reference

Discount ASP.Net has updated their Hosting Sandbox for Visual Studio 2010 RC and ASP.NET 4.0 RC. http://www.discountasp.net/press/2010_02_16_free-asp.net-4.0-RC-hosting.aspx To learn more about the new Web Deployment features in Visual Studio 2010 check out this Step by Step Walkthrough on Web 1-Click Publish with VS 2010 To provide feedback on the RC please visit the Visual Studio Connect site .  You can also contact the Web Tooling team directly by sending mail to vsweb@microsoft.com Bradley Bartz | Visual Web Developer Read More……(read more)

by Editor

Visual Studio 2010 RC public download available now!

February 10, 2010 in Articles, News, Reference

It’s finally here.  Visual Studio 2010 and .Net 4.0 release candidate is available for everyone to download now. To download the public RC of Visual Studio 2010 go the RC landing page :  Since the beta we’ve been focused on performance improvements, reducing memory requirements, increasing stability and fixing customer reported bugs. Here are just a few of the tweets flying around about the RC: @CanadianJames #vs2010 is fast like ambulances flying through a school zone at 120 mph being chased by ninjas. and the ninjas are on fire! @ddotterer Trying out VS2010 RC: Snappier UI, much faster intellisense, significant build time reduction, etc. Overall: AWESOME JOB! #vs2010 #vs2010RC @alazlasse Testing #VS2010 RC performance: loading solution…(read more)

by Editor

How to extend target file to include registry settings for web project package

February 10, 2010 in Articles, News, Reference

Web project package and deployment targets files are written with extensibility in mind.  User can easily extend a property to include more functionalities in their package by using msbuild targets and properties.  If we check the Microsoft.Web.Publishing.targets file under “%Program Files%\MSBuild\Microsoft\VisualStudio\v10.0\Web\”, we can see the following, which means if file $(WebPublishPipelineProjectName).wpp.targets exists in the project directory, we’ll import it automatically when build package or publish. <!– *************************************************************** –> <!– To allow the Team build to have custom setting for the Web Application project without change the project file –> <!– by default…(read more)

by Editor

Visual Studio 2010 RC Feedback Channel for Web Tools

February 9, 2010 in Articles, ASP.NET, News, Reference, Web

As you probably heard the Visual Studio 2010 RC is currently available for MSDN subscribers! You can download it from here http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx . General public release is slated for Wed. The Web Development Tools Team has setup a DL that we would like you to use to send us direct feedback on anything web development related for this RC. The DL is: vsweb@microsoft.com Once you have had a chance to use the product please send us feedback on your overall experience with our product. The more details you can provide the better. Also, feel free to shoot us a mail if: You encounter a bug or issue. You have general feedback, suggestions or ideas on our web tools product. If you do encounter a bug please send us a clear…(read more)

by Editor

ASP.NET MVC 2 and Visual Studio 2010

December 20, 2009 in Articles, ASP.NET, ASP.NET MVC, aspnetmvc, News, Reference, Software Development

When we released ASP.NET MVC 2 Beta back in November, I addressed the issue of support for Visual Studio 2010 Beta 2. Unfortunately, because Visual Studio 2010 Beta 2 and ASP.NET MVC 2 Beta share components which are currently not in sync, running ASP.NET MVC 2 Beta on VS10 Beta 2 is not supported. The release candidate for ASP.NET MVC 2 does not change the situation, but I wasn’t as clear as I could have been about what the situation is exactly. In this post, I hope to clear up the confusion (and hopefully not add any more new confusion) and explain what is and isn’t supported and why that’s the case. Part of the confusion may lie in the fact that ASP.NET MVC 2 consists of two components, the runtime and what we call “Tooling”. The runtime…(read more)