Showing results for .NET - .NET Blog

Jan 16, 2015
0
0

Making It Better: Updates for ASP.NET 5 in Visual Studio 2015 CTP 5

Jeffrey Fritz
Jeffrey Fritz

It's been about two months since we released the first beta of ASP.NET 5, and today we happy to announce that ASP.NET 5 Beta2 is available. For developers using Visual Studio, you'll find great new tools to support and enhance your development process.  All ASP.NET developers will be able to take advantage of a new runtime and many product qua...

ASP.NET
Nov 24, 2014
0
0

Content negotiation in MVC 6 (or how can I just write JSON)

Yishai G_
Yishai G_

[Update] - We decided to make two significant changes starting with Beta3, we are to not include the XML formatter by default, as well as special treat browsers. The content below is still relevant up to MVC 6 Beta2.IntroIn this blog, I intend to provide a simplified how-things-work and how-to-change-the-behavior. It is not intended as a deep dive ...

ASP.NET
Jun 9, 2014
24
0

Updating the MVC Facebook API

N. Taylor Mullen
N. Taylor Mullen

Over the past several months Facebook made changes to their application development APIs that were incompatible with the MVC Facebook support. We have been working on updates while the Facebook API kept evolving, and on 4/30/2014 Facebook announced a two-year stability guarantee. This was a fantastic announcement because this ensured a similar sta...

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
Mar 4, 2014
0
0

ASP.NET MVC 5 Lifecycle Document Published

cephalin
cephalin

Fresh out of the oven is a PDF document that charts the lifecycle of every ASP.NET MVC 5 application. Many of you have requested this document over the years and we're glad to finally put it in your hands now. You will find the PDF document very similar to the ASP.NET application lifecycle topic in its approach. It's a graphical representation of t...

ASP.NET
Nov 26, 2013
0
0

Modified ASP.NET 4.5 CPU Throttling

Web Development Tools Microsoft
Web Development Tools Microsoft

The Security and Quality Rollup is available via Windows Update, Windows Server Update Services, and Microsoft Update Catalog.

ASP.NET
Oct 9, 2013
0
0

Enable and monitor ASP.NET App Suspend on Windows Server 2012 R2

Web Development Tools Microsoft
Web Development Tools Microsoft

This post describes how to enable and monitor ASP.NET App Suspend on Windows Server 2012 R2. It was written by Rich Lander, a Program Manager on the .NET team. ASP.NET App Suspend is a big new feature in the .NET Framework 4.5.1. You can read an overview of ASP.NET App Suspend (including a demonstration video) over on the .NET blog. ASP.NET Ap...

ASP.NET
Sep 30, 2013
0
0

OWIN Middleware in the IIS integrated pipeline & StageMarkers

.NET Team
.NET Team

Although OWIN middleware components are primarily designed to run on an OWIN pipeline, it can run on IIS as well. Similar to how HttpModules can subscribe to a specific IIS integrated pipeline event, an OWIN middleware can be subscribed to run at a specific IIS integrated pipeline event. Check out OWIN Middleware in the IIS integrated pipeline to k...

ASP.NET
Sep 22, 2013
0
0

Web Publish how to automate multi-project publish with file system

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

The other day I received an email from a customer with a question which I’ve summarized as below. I have a solution containing multiple web projects. One of the projects, _RootSite, is the top level website which I want to publish. It’s an MVC project. I also have other web projects in the same solution. These other projects are apps themselves...

ASP.NET
Jul 19, 2013
0
0

Writing Web API Client Code for Multiple Platforms Using Portable Libraries

Ian_Hong
Ian_Hong

The Microsoft ASP.NET Web API Client Libraries make it easy to write .NET clients that interact with RESTful HTTP services. Unfortunately, until recently the Web API client libraries did not support all platforms. Because of this limitation, developers had to maintain different code, depending on the target platform. The new release of Microsoft A...

ASP.NET