Showing results for October 2009 - .NET Blog

Oct 29, 2009
4
1

Converting a Web Site Project to a Web Application Project

Web Development Tools Microsoft
Web Development Tools Microsoft

Differences between Web Site Projects (WSP) and Web Application Projects (WAP) are highlighted in blogs such as this one. Based on that, if you feel a WAP would be better for your particular needs than a WSP, but have already created a WSP, you may be asking yourself, “Can I convert my WSP into a WAP, without starting from scratch?”. This ...

ASP.NET
Oct 27, 2009
0
0

New Silverlight Tooling Support in Visual Studio 2010 Beta 2

Web Development Tools Microsoft
Web Development Tools Microsoft

Visual Studio 2010 Beta 2 will bring full support for developing applications in Silverlight 3.  There’s a few things that have changed since VS2010 Beta 1, and we hope you enjoy the new beta release! Silverlight 2 is no longer supported – long live Silverlight 3 Now that Silverlight 3 has released (including a GDR; the latest version is...

ASP.NET
Oct 23, 2009
0
0

ASP.Net MVC in Visual Studio 2010 Beta 2

Web Development Tools Microsoft
Web Development Tools Microsoft

Visual Studio 2010 Beta 2 contains ASP.Net MVC 2 in the box so there is no need to install an out of band update to Visual Studio 2010 to develop ASP.Net MVC applications. Phil Haack posted about the in-box experience for Beta 2 andd also provides some info on how to upgrade your ASP.Net MVC 1 apps to ASP.Net MVC 2. From a tooling perspective, all ...

ASP.NET
Oct 23, 2009
0
0

Dev10 Beta2, Import from web.config file and other changes for DB deployment UI

Web Development Tools Microsoft
Web Development Tools Microsoft

Dev10 Beta2 DB Deployment property page has some changes from Beta1.  Please provide your valuable feedback for us to make it better for you.  Thanks. 1. Tab page name changed from “Deploy/SQL” To “Deploy SQL” 2. Customer can use “Import from Web.config” button to import all the connection strings defined in root web....

ASP.NET
Oct 23, 2009
0
0

Visual Studio 2010 Beta 2 – Intellisense Issue in Javascript/HTML.

Web Development Tools Microsoft
Web Development Tools Microsoft

If by any chance you are not seeing intellisense in your JavaScript or HTML after installing Visual Studio 2010 Beta 2 you might be running into a known bug that we can show you how to fix. The bug is related to user settings which we don’t remove when Beta 1 is uninstalled. One particular setting under HKCUSoftwareMicrosoftVisualStudio10.0HTML ...

ASP.NET
Oct 22, 2009
0
0

Visual Studio 2010 Beta2 Performance

Web Development Tools Microsoft
Web Development Tools Microsoft

Visual Studio 2010 Beta2 is out and we at the Web Development Tools team are pleased to let you know that we have fixed a lot of the performance issues from Beta1. It took a considerable amount of time and effort but we feel it was well worth it. We would like to thank the community for your feedback and in helping us identify a lot of these issues...

ASP.NET
Oct 21, 2009
0
0

Visual Studio 2010 Beta 2 – Web Tools Overview

Web Development Tools Microsoft
Web Development Tools Microsoft

Visual Studio 2010 Beta 2 has officially shipped! If you haven’t already, download a copy from here. What New with Visual Studio If you are new to Visual Studio 2010 please check out all our previous blogs to get a understanding of all the changes we made for Beta 1 including this intro blog on beta 1: http://blogs.msdn.com/webdevtools/...

ASP.NET
Oct 19, 2009
0
0

Visual Studio 2010 – Beta 2 : Announcements

CLR Team
CLR Team

·         <![endif]>Visual Studio 2010 and .NET Framework 4 Beta 2 availability – The Visual Studio 2010 and .NET Framework 4 Beta 2 will be available to MSDN subscribers on Monday, October 19th, with general availability on October 21st.![if>     · &...

.NET
Oct 15, 2009
0
0

Single Project Add View in ASP.Net MVC 2 Preview 2

Web Development Tools Microsoft
Web Development Tools Microsoft

Last week we released ASP.Net MVC 2 Preview 2 for Visual Studio 2008 Sp1. In the box support for single project areas is now included and the Add View tool has been modified to streamline this scenario. A walkthrough that creates two simple single project areas can be found here. If you follow the steps in the walkthrough you will notice that Add ...

ASP.NET