Showing results for Visual Studio 2012 RC - .NET Blog

Aug 27, 2018
1
0

ASP.NET Core 2.2.0-preview1: Endpoint Routing

Glenn Condron [MSFT]
Glenn Condron [MSFT]

Endpoint Routing in 2.2 What is it? We're making a big investment in routing starting in 2.2 to make it interoperate more seamlessly with middleware. For 2.2 this will start with us making a few changes to the routing model, and adding some minor features. In 3.0 the plan is to introduce a model where routing and middleware operate together natur...

ASP.NETASP.NET Core
Jul 12, 2012
0
0

Visual Studio 2012 RC Web Tooling Extensions update

Web Development Tools Microsoft
Web Development Tools Microsoft

If you have been following our blog and twitter accounts then you most likely have heard that some of the Web components of Visual Studio 2012 are now “Out of Band”. What that means is that we can update those components separately from Visual Studio itself. Because of this we will be posting updates on a regular basis. Today marks the first of the...

ASP.NET
Jun 14, 2012
0
0

ASP.NET providers and SQL Azure

Web Development Tools Microsoft
Web Development Tools Microsoft

We have two sets of ASP.NET providers which currently exist; the ASP.NET SQL providers, and the ASP.NET Universal Providers. In VS 2010 the SQL providers were in only providers used for our project templates. In VS 2012 we have switched to using the Universal Providers. One of the drawbacks of the SQL providers is that it leverages DB objects of SQ...

ASP.NET
Jun 14, 2012
0
0

Database settings in the VS Publish dialog

Web Development Tools Microsoft
Web Development Tools Microsoft

In Visual Studio 2010 we introduced a database publishing experience in the Package/Publish SQL (PP/SQL) properties page. This support relies on generating create scripts from the source database and then executing those scripts when you publish your web application. For more details regarding this feature take a look at Package/Publish SQL Tab, Pr...

ASP.NET
Jun 14, 2012
0
0

VS Publish dialog Update Database dialog disabled

Web Development Tools Microsoft
Web Development Tools Microsoft

If you have tried out our new Web Publish experience in Visual Studio you may have noticed that the Update Database checkbox is disabled. See the image below. The intended behavior of this checkbox is to enable you to incrementally publish your database schema from the source (the connection string in web.config) to the destination (whatever con...

ASP.NET
May 31, 2012
0
0

New Features for Web Development in Visual Studio 2012 RC

Web Development Tools Microsoft
Web Development Tools Microsoft

Visual Studio 2012 RC is now available to download. Please visit Jason Zander's Blog for detailed announcement. We have more web development enhancement and features in RC. We’ll discuss some of them in future blog posts. Here are a few web development enhancements and features in Visual Studio 2012 RC since Beta. Updated Web project templa...

ASP.NET