Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
.NET Web Development and Tools Blog
Server & Tools Blogs
>
Developer Tools Blogs
>
.NET Web Development and Tools Blog
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
.NET Web Development and Tools Blog
Your official information source from the .NET Web Development and Tools group at Microsoft.
Follow Us
Follow @aspnet
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Blog - Link List
ASP.NET Resources
www.ASP.Net
ASP.NET Forums
Web Developer Tips & Tricks
Cloudy Developer
CloudyDeveloper.com is a place for tips and tricks for developers targeting Microsoft’s cloud and web technologies
ASP.NET User Voice
Uservoice for ASP.NET
Related Blogs
Scott Guthrie's Blog
Vishal Joshi's Blog
Vishal Joshi's Tangent
Scott Hanselman's Blog
Sayed Hashimi's Blog
Jon Galloway's blog
Mads Kristensen's blog
Entity Framework Team blog
Entity Framework Team blog
Brady Gaster's blog
Pages
Jobs
Available jobs
Translate this page
Powered by
Microsoft® Translator
Live Now on Developer Tools Blogs
Tags
.NET
AJAX
Announcements
ASP.NET
CSS and HTML
Development
IntelliSense
JScript
MVC
Orcas
Silverlight
tips and tricks
Vishal R. Joshi
Visual Studio
Visual Studio 2008
visual Studio 2008 sp1
Visual Studio 2010
Visual Web Developer
VS10
VS2008
VWD
WAP
Web
Web 2.0
Web Deployment
More
▼
Less
▲
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
July 2013
(4)
June 2013
(9)
May 2013
(3)
April 2013
(3)
March 2013
(6)
February 2013
(6)
January 2013
(6)
December 2012
(7)
November 2012
(8)
October 2012
(7)
September 2012
(9)
August 2012
(22)
July 2012
(1)
June 2012
(4)
May 2012
(1)
April 2012
(1)
March 2012
(6)
February 2012
(3)
January 2012
(1)
September 2011
(6)
August 2011
(1)
June 2011
(3)
March 2011
(2)
February 2011
(1)
January 2011
(5)
December 2010
(2)
November 2010
(4)
October 2010
(2)
September 2010
(3)
August 2010
(2)
July 2010
(1)
June 2010
(3)
May 2010
(6)
April 2010
(13)
March 2010
(9)
February 2010
(8)
November 2009
(1)
October 2009
(10)
September 2009
(5)
July 2009
(2)
June 2009
(10)
May 2009
(3)
April 2009
(4)
March 2009
(10)
February 2009
(6)
January 2009
(7)
December 2008
(2)
November 2008
(8)
October 2008
(10)
September 2008
(7)
August 2008
(9)
July 2008
(3)
June 2008
(7)
May 2008
(8)
April 2008
(7)
March 2008
(8)
February 2008
(6)
January 2008
(3)
December 2007
(6)
November 2007
(3)
October 2007
(2)
September 2007
(2)
August 2007
(3)
July 2007
(7)
June 2007
(6)
May 2007
(3)
April 2007
(5)
March 2007
(6)
February 2007
(3)
January 2007
(2)
December 2006
(3)
November 2006
(6)
October 2006
(1)
September 2006
(1)
August 2006
(4)
July 2006
(4)
June 2006
(1)
May 2006
(7)
April 2006
(3)
More
▼
Less
▲
Blog - Title
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
.NET Web Development and Tools Blog
Introducing $select and $expand support in Web API OData
Posted
3 days ago
by
Javier Calvarro Nelson
1
Comments
Last week Microsoft released the preview of Visual Studio 2013, and along with it came the ASP.NET and Web Tools for Visual Studio 2013 Preview. In this new release, we are expanding the OData support in Web API to include support for $select and $expand...
.NET Web Development and Tools Blog
Understanding OWIN Forms authentication in MVC 5
Posted
5 days ago
by
Hongye Sun - MSFT
2
Comments
Overview The new security feature design for MVC 5 is based on OWIN authentication middleware. The benefit for it is that security feature can be shared by other components that can be hosted on OWIN. Since the Katana team did a great effort to support...
.NET Web Development and Tools Blog
Manage CORS policy dynamically
Posted
6 days ago
by
Xueyuan Dai
2
Comments
Brief We introduced CORS support in ASP.NET Web API a few months ago . Out of the box it supports configuring CORS policy by attributes. It is a very intuitive and powerful way but lacks flexibility at runtime. Imaging your service allows a 3rd party...
.NET Web Development and Tools Blog
Fix SPA VB project creating issue for ASP.NET and Web Tools Preview Refresh for Visual Studio 2013 Preview
Posted
6 days ago
by
Xueyuan Dai
1
Comments
Issue Unfortunately after installing ASP.NET and Web Tools Preview Refresh for Visual Studio 2013 Preview, creating SPA VB template will fail. This post describes how to fix this issue. Option 1: Fix script I authored these two scripts...
.NET Web Development and Tools Blog
Make VS2012 MVC4 VSIX template to work for Visual Studio 2013 preview
Posted
9 days ago
by
Xinyang Qiu
0
Comments
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 . But the created template VSIX file cannot be uploaded to VS Gallery at the...
.NET Web Development and Tools Blog
Browser Link feature in Visual Studio Preview 2013
Posted
10 days ago
by
Reshmi Mangalore
3
Comments
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...
.NET Web Development and Tools Blog
Introducing ASP.NET Identity – A membership system for ASP.NET applications
Posted
11 days ago
by
pranav rastogi
11
Comments
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. Features Following are some...
.NET Web Development and Tools Blog
Adding External Logins to your ASP.NET application in Visual Studio 2013
Posted
11 days ago
by
pranav rastogi
0
Comments
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...
.NET Web Development and Tools Blog
HTML Editing Features in Visual Studio 2013 Preview
Posted
11 days ago
by
VKichline
7
Comments
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...
.NET Web Development and Tools Blog
Announcing release of ASP.NET and Web Tools for Visual Studio 2013 Preview and the refresh update
Posted
12 days ago
by
Xinyang Qiu
12
Comments
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...
.NET Web Development and Tools Blog
ASP.NET updates to support Windows Azure Active Directory
Posted
12 days ago
by
Sayed-Ibrahim-Hashimi
1
Comments
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...
.NET Web Development and Tools Blog
Knockout IntelliSense Highlighting Bug Fix
Posted
14 days ago
by
VKichline
0
Comments
We introduced Knockout IntelliSense in Visual Studio 2012 for web projects with KnockoutJS included, and fixed a few bugs in VS Update 1 and 2. However, one bug was not fixed in VS Update 2 and is still frequently reported: the highlighting region can...
.NET Web Development and Tools Blog
View Persisted Logs in Azure Storage in Visual Studio 2012
Posted
21 days ago
by
anhphan
0
Comments
In ScottGu’s Blog “ Announcing the release of Windows Azure SDK 2.0 for .NET ”, among all other new features, you learn how to stream your Windows Azure Web Site’s application logs into Visual Studio. It might be also useful if you persist those same...
.NET Web Development and Tools Blog
DataTable using SignalR+AngularJS+EntityFramework
Posted
1 month ago
by
Gustavo Armenta Valdez
3
Comments
SignalR brought developers an easier way to build real-time, very responsive web applications. But, how does it play with other available technologies? I took a couple of days to implement a very common scenario needed in every Enterprise Application...
.NET Web Development and Tools Blog
ASP.NET hosts six community created SPA templates now
Posted
2 months ago
by
Xinyang Qiu
0
Comments
Since announcement of 4 community created Single Page Application templates when releasing ASP.NET and Web Tools 2012.2 in February 2013, the community has done some updates to the templates and released 2 more templates: Backbone template and Breeze...
.NET Web Development and Tools Blog
Please update to the latest version of Web Essentials 2012 after installing VS2012 Update 2
Posted
2 months ago
by
Xinyang Qiu
2
Comments
After releasing ASP.NET and Web Tools 2012.2, which is also included in Visual Studio 2012 update 2, we’ve received a few customer feedback about their VS shows an error dialog saying: An exception has been encountered. This may be caused by an extension...
.NET Web Development and Tools Blog
Seeking Feedback on Alternative Formats for ASP.NET MVC and Deployment Content Maps
Posted
2 months ago
by
Tom Dykstra - MSFT
2
Comments
The ASP.NET content maps are lists of resources that we have reviewed and recommend. The content maps have been popular in their present form, but we’re looking at ways to improve them, such as by publishing more lists but with a narrower focus to each...
.NET Web Development and Tools Blog
XDT (XML Document Transform) released on codeplex.com
Posted
2 months ago
by
Sayed-Ibrahim-Hashimi
3
Comments
In Visual Studio 2010 we introduced a simple and straight forward method of transforming web.config during publishing/packaging. This support is called XML Document Transform, aka XDT. It allows you to transform any XML file, not just web.config. To learn...
.NET Web Development and Tools Blog
Debugging ASP.NET Web API with Route Debugger
Posted
3 months ago
by
Rick_Anderson
6
Comments
Tutorial and Tool written by Troy Dai (Twitter @troy_dai) with assistance from Rick Anderson (Twitter @RickAndMSFT ) Search for “asp.net web api routing” on stackoverflow , you’ll find many questions. How exactly does Web API routing work? Why doesn’t...
.NET Web Development and Tools Blog
Tutorial Series on Model Binding with ASP.NET Web Forms
Posted
3 months ago
by
Tom FitzMacken - MSFT
5
Comments
I have written a tutorial series that shows how to use model binding with ASP.NET Web Forms. You might be familiar with the model binding concept from ASP.NET MVC, but with ASP.NET 4.5, model binding is now available in Web Forms applications. Model binding...
.NET Web Development and Tools Blog
ASP.NET MVC Facebook Birthday App
Posted
3 months ago
by
Rick_Anderson
0
Comments
Tom Dykstra and I have published a really cool tutorial on creating a MVC FB birthday app . You can test the app out by clicking on the FB link below: https://apps.facebook.com/birthdayapp-mvc/ The image below shows the birthday app. Yao Huang Lin ...
.NET Web Development and Tools Blog
Deploy a Secure ASP.NET MVC application with OAuth, Membership and SQL Database
Posted
3 months ago
by
Rick_Anderson
9
Comments
I’ve published a tutorial shows you how to build a secure ASP.NET MVC 4 web application that enables users to log in with credentials from Facebook, Yahoo, and Google and deploy the application to Windows Azure. This tutorial assumes that you have no...
.NET Web Development and Tools Blog
ASP.NET Web API: Using Namespaces to Version Web APIs
Posted
4 months ago
by
Mike.Wasson
3
Comments
In this post, I’ll show how to extend the routing logic in ASP.NET Web API, by creating a custom controller selector. Suppose that you want to version your web API by defining URIs like the following: /api/v1/products/ /api/v2/products/ ...
.NET Web Development and Tools Blog
Visual Studio Web Deployment Tutorial Series Updated for Windows Azure and LocalDB
Posted
4 months ago
by
Tom Dykstra - MSFT
1
Comments
This week we published an updated version of the popular 12-part tutorial series that shows how to deploy an ASP.NET web application with SQL Server databases. Here are links to the new tutorials, with notes about what’s in them and what’s new: Introduction...
.NET Web Development and Tools Blog
Disabling Knockout Intellisense
Posted
4 months ago
by
VKichline
10
Comments
Update 4/4/2013: This problem is fixed in Visual Studio 2012 Update 2 (VS2012.2). If the internal JavaScript engine could not figure out the IntelliSense in one second, VS will time out instead of keep evaluating (which in some cases can slow down VS...
Page 1 of 16 (391 items)
1
2
3
4
5
»