Showing results for ASP.NET 4.5 - .NET Blog

Sep 20, 2016
0
0

Announcing the DotNetCompilerPlatform 1.0.2 release

Matt FJH
Matt FJH

Update Microsoft.CodeDom.Providers.DotNetCompilerPlatform is now open sourced on GitHub. If you have any suggestion or issue, please go to this link and post your thought there.   Today I'm pleased to announce that the Microsoft.CodeDom.Providers.DotNetCompilerPlatform 1.0.2 package is released on NuGet. It enables ASP.NET to support the ne...

ASP.NET
Jul 20, 2015
0
0

Announcing ASP.NET 4.6 and ASP.NET 5 beta 5 in Visual Studio 2015 Release

Jeffrey Fritz
Jeffrey Fritz

Long time readers of this blog or followers of the ASP.NET Community Standup know that this day was coming, and we have a released version of ASP.NET 4.6 framework and tools with Visual Studio 2015.  Not only are we shipping ASP.NET 4.6, but we are also including with Visual Studio 2015 a bundle of ASP.NET 5 beta 5 runtime tools and libraries.  The...

ASP.NET
Jun 11, 2015
0

Cool ASP.NET Web Forms Features in 2015 – Async Model Binding

Jeffrey Fritz
Jeffrey Fritz

This is the first in a twice weekly series of blog posts that we’re going to share from the Microsoft Web Development blog to showcase some of the really cool and mature features available in ASP.NET Web Forms for developers to use in their projects.  Web Forms is the development model that was deployed first with ASP.NET in 2001, and has been impr...

ASP.NET
Feb 9, 2015
0
0

ASP.NET MVC 5.2.3, Web Pages 3.2.3 and Web API 5.2.3 Release

Yishai G_
Yishai G_

While the MVC team is working hard on MVC 6 as part of the ASP.NET 5 effort, we also keep working on the 5.x packages. Today we are releasing ASP.NET MVC 5.2.3, Web Pages 5.2.3 and Web API 5.2.3. This release addresses 13 issues. Here is the full list. Highlight of issues fixed Web API Issues 2092 Significant performance improvement in the defa...

ASP.NET
Dec 17, 2014
0
0

ASP.NET MVC 5.2.3, Web Pages 3.2.3 and Web API 5.2.3 Beta releases

Yishai G_
Yishai G_

While the MVC team is working hard on MVC 6 as part of the ASP.NET 5 effort, we also keep working on the 5.x packages. Today we are releasing a Beta of ASP.NET MVC 5.2.3, Web Pages 5.2.3 and Web API 5.2.3.This preview release addresses 12 issues. Here is the full list.Highlight of issues fixedWeb API Issues2092 Significant performance improvement i...

ASP.NET
Aug 5, 2014
0
0

Announcing RTM of ASP.NET Identity 2.1.0

pranav rastogi
pranav rastogi

We are releasing RTM of ASP.NET Identity 2.1.0. The main focus in this release was to fix bugs and add SignInManager to make it easier to use security features such as Account Lockout, Two-Factor Authentication for login. ASP.NET Identity 2.1 is included in the ASP.NET templates which were released with VS 2013 Update 3. The templates have been up...

ASP.NET
May 13, 2014
0
0

Improvements to ASP.NET Web Forms

pranav rastogi
pranav rastogi

The Visual Studio team released Visual Studio 2013 Update 2 RTM. As part of this update we have added new features for ASP.NET Web Forms. This post will highlight some of the improvements done in ASP.NET Web Forms which are part of this release and some changes that we are working on. ASP.NET Identity 2.0 Support ASP.NET Identity is the new moder...

ASP.NET
May 12, 2014
0
1

Enabling the .NET Compiler Platform (“Roslyn”) in ASP.NET applications

Damian Edwards
Damian Edwards

The .NET languages team recently announced the availability and open sourcing of a public preview of “Roslyn”, the new .NET Compiler Platform. This is the long awaited .NET “compiler as a service” that represents the future of languages and compilation for .NET. You can download a preview including new compilers and Visual S...

ASP.NET
Dec 26, 2013
0
0

How to customize the generated files from the New Scaffolded Item dialog

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

In Visual Studio 2013 we introduced the Add New Scaffolded Item dialog. This dialog replaced the Add View/Add Controllers ASP.NET MVC dialog which was had in 2012. This new dialog works for all ASP.NET projects (MVC, Web Forms and Web API). This is one example of how we are delivering on the “One ASP.NET” vision. We’ve also released the same suppor...

ASP.NET
Nov 18, 2013
0
0

Building Browser Link extension in Visual Studio 2013

Reshmi Mangalore
Reshmi Mangalore

Browser Link feature in Visual Studio 2013 provides APIs for you to write your own Browser Link Extension. To take a look at some of the extensions, you can download Web Essentials for Visual Studio 2013 RTM. In this blog, I will give you a step by step overview of the various APIs that we provide. You will need the following to start with: ...

ASP.NET