Showing results for June 2014 - .NET Blog

Jun 25, 2014
0
0

dotnetConf is on! Free virtual conference.

.NET Team
.NET Team

The free, virtual and community-driven dotnetConf is on. Point your web-browser to dotnetConf. No registration, manager approval or anything required! The virtual conference is two days long. Check out the schedule to find talks that interest you. Join the community, online and in the dotnetConf JabbR room.    

.NET
Jun 20, 2014
0
0

Would you like a MultiDictionary?

Immo Landwerth
Immo Landwerth

We’ve recently shipped new collection types on NuGet with our Immutable Collections package. NuGet allows us to ship prerelease and experimental versions of libraries to gather feedback from the community. In this post, our software developer intern Ian Hays will talk about his intern project: an experimental NuGet package containing advanced...

.NET
Jun 20, 2014
2
0

ASP.NET vNext Routing Overview

Mugdha Kulkarni (MSFT)
Mugdha Kulkarni (MSFT)

Introduction The ASP.NET Routing system is primarily responsible for two operations: A typical route definition is a string that contains a URL template to match, such as: "blog/{year}-{month}-{day}/{slug}" With the URL template, the route definition can also contain default values and constraints for parts of the URL. Thi...

ASP.NET
Jun 17, 2014
1
0

Dependency Injection in ASP.NET vNext

Victor Hurdugaci
Victor Hurdugaci

Dependency Injection (DI) is a software design pattern, a particular case of the Inversion of Control pattern, in which one or more dependencies are injected into dependent objects. The pattern is used to create program designs that are loosely coupled and testable. This article assumes that you are already familiar with DI. If not, you can read t...

ASP.NET
Jun 13, 2014
0
0

.NET Native Deep Dive: Debugging into Interop Code

.NET Team
.NET Team

This post was authored by Yi Zhang, a Senior Software Development Engineer on the .NET Native team. .NET Native and MCG At this point, you’ve probably seen the .NET Native announcement and some of our other .NET Native blog posts. We’ve talked about how .NET Native brings you the productivity of C#, but also with the performance of C+...

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

QueueBackgroundWorkItem to reliably schedule and run background processes in ASP.NET

Rick_Anderson
Rick_Anderson

Stack Overflow is loaded with questions on how to reliably run a resource-intensive process on a background thread. See  so0, so1, so2, so3, so4, so5, so6, so7, so8, so9, so10 . Examples of long-running tasks include sending email, image processing, and generating a PDF file. When Phil Haack was a program manager on the ASP.NET MVC team, he wr...

ASP.NET
Jun 3, 2014
0
0

ASP.NET vNext in Visual Studio “14” CTP

pranav rastogi
pranav rastogi

A few weeks ago at TechEd North America we announced ASP.NET vNext. Today we are releasing the first preview of Visual Studio “14” CTP, which will have support for creating and debugging ASP.NET vNext applications. This post will cover what is ASP.NET vNext and give you a walkthrough of what you can do in this preview. ASP.NET vNext has been desig...

ASP.NET
Jun 3, 2014
0
0

Announcing web features in Visual Studio “14” CTP

Xinyang Qiu
Xinyang Qiu

Today, the Visual Studio team announced the release of Visual Studio “14” CTP version 14.0.21730.1 DP.  Our team added features to support ASP.NET vNext development.  We will have future blogs to talk about some of the features in detail.  Note, Visual Studio side by side support is not available on this early build. Do n...

ASP.NET