Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
.NET Web Development and Tools Blog
>
August, 2012
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
JScript
MVC
Orcas
Sayed Ibrahim Hashimi
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
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
August, 2012
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
.NET Web Development and Tools Blog
Getting Symbols and Source with ASP.NET Nightly NuGet Packages
Posted
9 months ago
by
Henrik F Nielsen
1
Comments
You can now get full symbols and source along with the nightly NuGet packages making it possible to debug the latest MVC, Web API, and Web Pages bits by tracing directly through the source. This is enabled by SymbolSource , which hosts the symbols and...
.NET Web Development and Tools Blog
List of ASP.NET Web API and HttpClient Samples
Posted
9 months ago
by
Henrik F Nielsen
2
Comments
Here is a list of the Web API and HttpClient samples you can find in our samples repository on aspnet.codeplex.com . They illustrate various features of Web API and HttpClient targeting either Visual Studio 2010 using .NET 4 or Visual Studio 2012 using...
.NET Web Development and Tools Blog
Customizing the login UI when using OAuth/OpenID
Posted
9 months ago
by
pranav rastogi
12
Comments
In the last post I showed how you can plug in your own OAuth/OpenID provider. This post shows you how you can pass in extra data about the provider such as display name, image etc and use this information when building up the UI for login screen ...
.NET Web Development and Tools Blog
NuGet Feed Performance Update
Posted
9 months ago
by
jeffhandley
6
Comments
As you might know, NuGet has been having some performance (and timeout) related issues recently. Earlier this week, we completed a deployment that helped, but it didn't address everything. Many users are still seeing slow responses or even timeouts...
.NET Web Development and Tools Blog
Plugging custom OAuth/OpenID providers
Posted
9 months ago
by
pranav rastogi
5
Comments
In the previous post , I wrote about how you can use the existing providers for Google, Facebook etc. and retrieve extra metadata about the authenticated users. Let’s assume you wanted to change the way the providers request for information. Some examples...
.NET Web Development and Tools Blog
Expected NuGet Downtime - August 22 11pm-12am PDT
Posted
9 months ago
by
Mads Kristensen
0
Comments
As mentioned in a previous post , we’ve been working to address some performance problems on the NuGet Gallery . The fixes we have in place include some time-consuming database migrations. During our dry run deployments, we found that virtually...
.NET Web Development and Tools Blog
NuGet Gallery Performance Issues
Posted
9 months ago
by
Mads Kristensen
5
Comments
Since August 16th, and especially since August 21st, the NuGet Gallery has been exhbiting intermittent performance issues. Some users are reporting errors when attempting to browse or search for NuGet packages from Visual Studio or other clients. Many...
.NET Web Development and Tools Blog
Web Deploy (MSDeploy) how to sync a folder
Posted
9 months ago
by
Sayed-Ibrahim-Hashimi
0
Comments
Today I saw the following question on StackOverflow MSDeploy - Deploying Contents of a Folder to a Remote IIS Server and decided to write this post to answer the question. Web Deploy (aka MSDeploy) uses a provider model and there are a good number of...
.NET Web Development and Tools Blog
Extra Information from OAuth/OpenId Provider
Posted
9 months ago
by
pranav rastogi
11
Comments
When you authenticate a user using the OAuth/OpenId providers, you can request for some extra information about the user if you have granted access for these providers to send this information. For eg if you login using Facebook, you can request information...
.NET Web Development and Tools Blog
Announcing the Release of SignalR 0.5.3
Posted
9 months ago
by
bradygaster
1
Comments
SignalR 0.5.3 Release Notes The SignalR team has been working long hours in their team room in Building 18 for the past few months adding features, resolving issues, and cranking out code. Today the team has released the 0.5.3 release of SignalR. This...
.NET Web Development and Tools Blog
Visual Studio project compatibility and VisualStudioVersion
Posted
9 months ago
by
Sayed-Ibrahim-Hashimi
2
Comments
One of the most requested features of Visual Studio 2012 was the ability to open projects in both VS 2012 as well as VS 2010 ( requires VS 2010 SP1 ). In case you haven’t heard we did implement that feature. You may be wondering how we were able to do...
.NET Web Development and Tools Blog
Releasing Microsoft ASP.NET Universal Providers Core 1.2
Posted
9 months ago
by
pranav rastogi
2
Comments
I hope everyone has been busy downloading Visual Studio 2012 and have started building awesome web applications. We have been busy too during this time. We have just released an update to the version of Universal Providers that shipped with VS2012. Following...
.NET Web Development and Tools Blog
Getting Started with ASP.NET 4.5 Web Forms
Posted
9 months ago
by
Kthnwmn
0
Comments
The best way to learn what’s new in ASP.NET 4.5 Web Forms, is to work through the latest tutorial series by Erik Reitan: Getting Started with ASP.NET 4.5 Web Forms . The 10 tutorials in the series progressively guide you through building a Web Forms application...
.NET Web Development and Tools Blog
Profile specific web.config transforms and transform preview
Posted
9 months ago
by
Sayed-Ibrahim-Hashimi
1
Comments
When we released VS2010 we add support for web.config (XDT) transforms during publish/package. Note: From now on I’ll only use the word publish from now on but the full content relates to packaging as well. In the original implementation when you published...
.NET Web Development and Tools Blog
Links to ASP.NET WebAPI blog posts and Data Access blog posts
Posted
9 months ago
by
Web Development Tools Microsoft
1
Comments
Here are some blog posts about ASP.NET WebAPI that we just released. ASP.NET Web API Released and a Preview of What’s Next Introducing the ASP.NET Web API Help Page (Preview) [Video] OData support in ASP.NET Web API ASP.NET Web API...
.NET Web Development and Tools Blog
Migration for user accounts from the SqlMembershipProvider to the Universal Providers
Posted
9 months ago
by
Xiaohong Tang
1
Comments
As you know ASP.Net SqlMembershipProvider / SqlRoleProvider only support Microsoft SQL Server and Microsoft SQL Server Express. There is no support for Microsoft SQL Azure and Microsoft SQL Server Compact . The ASP.NET Universal Providers have been created...
.NET Web Development and Tools Blog
Visual Studio 2012 RTW
Posted
9 months ago
by
Web Development Tools Microsoft
7
Comments
Visual Studio 2012 is now released to the web. Please visit Jason Zander’s Blog for detailed announcement. This page lists what’s new in ASP.NET 4.5 and Visual Studio for Web . We are updating the Visual Studio 2010 publish experience as...
.NET Web Development and Tools Blog
More info on publish links in Visual Studio 2012
Posted
9 months ago
by
Sayed-Ibrahim-Hashimi
2
Comments
Within the web publishing tools in Visual Studio there are a few places where we point to more resources. For example if you open a VS publish profile (.pubxml) file you will see a link in the comments pointing to http://go.microsoft.com/fwlink/?LinkID...
.NET Web Development and Tools Blog
OAuth/OpenID Support for WebForms, MVC and WebPages
Posted
9 months ago
by
pranav rastogi
44
Comments
[Update] Adding relevant links at the bottom of the post One of the coolest features in Visual Studio 2012 is the ability to login using your Microsoft, Facebook, Twitter or Google account. The project templates showcase a social way of logging...
.NET Web Development and Tools Blog
Using Dynamic Data with Entity Framework DbContext
Posted
9 months ago
by
pranav rastogi
4
Comments
In Visual Studio 2012, if you create a ADO.NET Data Model then the generated Context class derives from a type called DbContext instead of ObjectContext. DbContext is also used when you are using EntityFramework Code First This post outlines the changes...
.NET Web Development and Tools Blog
How to create Web Deploy packages in Visual Studio 2012
Posted
9 months ago
by
Sayed-Ibrahim-Hashimi
0
Comments
When building Visual Studio 2012 we made an effort to reduce the amount of menu options which are shown on toolbars as well as context menus. If you have used any of the pre-release versions of VS 2012 then you might have noticed that the Build Deployment...
.NET Web Development and Tools Blog
Plans regarding Website projects and Web Deployment Projects
Posted
10 months ago
by
Sayed-Ibrahim-Hashimi
7
Comments
The release of Visual Studio 2012 is right around the corner . If you’ve been following our blog/twitter then you may know that many of the Web related components of Visual Studio are now“out-of-band”, meaning that we can update them independently of...
Page 1 of 1 (22 items)