Showing results for June 2013 - .NET Blog

Jun 29, 2013
Post comments count0
Post likes count0

Make VS2012 MVC4 VSIX template to work for Visual Studio 2013 preview

Xinyang Qiu
Xinyang Qiu

Visual Studio 2012.2 supports customized MVC4 template, you can get a walkthrough here: http://blogs.msdn.com/b/yjhong/archive/2012/12/13/custom-mvc-4-template-walkthrough.aspx or http://www.asp.net/mvc/overview/getting-started/custom-mvc-templates. But the created template VSIX file cannot be uploaded to VS Gallery at the time. Starting 6/26/...

ASP.NET
Jun 28, 2013
Post comments count0
Post likes count0

Browser Link feature in Visual Studio Preview 2013

Reshmi Mangalore
Reshmi Mangalore

Browser Link is just a channel between your Visual Studio IDE and any open browser. This will allow dynamic data exchange between your web application and Visual Studio. This feature is enabled by default in Visual Studio 2013 Preview. When Browser Link is enabled we register an HTTPModule with ASP.NET, which will then inject a <script> refe...

ASP.NET
Jun 27, 2013
Post comments count0
Post likes count0

Introducing ASP.NET Identity – A membership system for ASP.NET applications

pranav rastogi
pranav rastogi

ASP.NET Identity is the new membership system for building ASP.NET web applications. ASP.NET Identity allows you to add login features to your application and makes it easy to customize data about the logged in user. [Update] Please visit  ASP.NET Identity for getting the latest information about ASP.NET Identity project and learning mor...

ASP.NET
Jun 27, 2013
Post comments count0
Post likes count0

Get the latest .NET Bits

.NET Team
.NET Team

We maintain a set of pages that make it easier for you to find all the .NET Framework versions, SDKs, and targeting packs that you can take advantage of in your .NET apps, as we mentioned last year on the .NET blog. We recently redesigned the pages and added more SDKs for you to download. You may even find some SDKs to try that you didn’t know abou...

.NET
Jun 27, 2013
Post comments count0
Post likes count0

Adding External Logins to your ASP.NET application in Visual Studio 2013

pranav rastogi
pranav rastogi

The project templates showcase a way of logging in with external login providers, along with the normal way of logging in by creating a local account This post highlights how you can turn on support for logging through these services in the ASP.NET project templates that shipped with Visual Studio 2013 Preview. To learn more about how authenticati...

ASP.NET
Jun 27, 2013
Post comments count0
Post likes count0

HTML Editing Features in Visual Studio 2013 Preview

VKichline
VKichline

The Preview Release of Visual Studio 2013 contains a surprising addition: a brand new HTML editor! In fact, VS 2013 contains two HTML editors. The story’s a little complicated, so this article will do its best to simplify the matter. Visual Studio 2012 included a brand new CSS editor, implemented entirely in managed code and highly extensibl...

ASP.NET
Jun 26, 2013
Post comments count0
Post likes count0

ASP.NET updates to support Windows Azure Active Directory

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

Today we released an update to the Visual Studio **2013 Preview **which enables you to create ASP.NET applications which use Windows Azure Active Directory for authentication. In this post I will describe; how you can get the additional support, where to find more info and a list of known issues. How to get the latest support In order to try out...

ASP.NET
Jun 26, 2013
Post comments count0
Post likes count0

Announcing release of ASP.NET and Web Tools for Visual Studio 2013 Preview and the refresh update

Xinyang Qiu
Xinyang Qiu

I’m excited to show the new features of the ASP.NET and Web Tools for Visual Studio 2013 Preview. I’m also announcing the release of ASP.NET and Web Tools Refresh for Visual Studio 2013 Preview. This refresh update is a free download for Visual Studio 2013 Preview, and contains a few bug fixes, updated templates and Scaffolding for both...

ASP.NET
Jun 26, 2013
Post comments count0
Post likes count0

Announcing the .NET Framework 4.5.1 Preview

.NET Team
.NET Team

Updated (2017): See .NET Framework Releases to learn about newer releases. This release is unsupported. Updated (July 2015): See Announcing .NET Framework 4.6 to read about the latest version of the NET Framework. Update: The .NET Framework 4.5.1 RTM has been released and is available for download. The content below is still a great descripti...

.NET
Jun 26, 2013
Post comments count0
Post likes count0

NuGet 2.6 Released and Included in Visual Studio 2013 Preview

Jeff Handley
Jeff Handley

We are excited to announce that NuGet 2.6 has been released and it is included in the box with Visual Studio 2013 Preview. For details about what's in the release, the release notes are published on docs.nuget.org. NuGet 2.6 Features Support for Visual Studio 2013 NuGet 2.6 is the first release that provides support for Visual Studio 201...

NuGetRelease announcement