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
(10)
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
Model Binding Fundamentals
Posted
7 months ago
by
pranav rastogi
0
Comments
In the previous post we looked at an overview of what is Model Binding and the benefits it brings in for WebForms developers. In this post we will look at the basic fundamentals and how the Model Binding system works with controls. Data Binding with...
.NET Web Development and Tools Blog
ASP.NET Web API and HTTP Byte Range Support
Posted
8 months ago
by
Henrik F Nielsen
8
Comments
Range requests is the ability in HTTP to request a part of a document based on one or more ranges. This can be used in scenarios where the client wants to recover from interrupted data transfers as a result of canceled requests or dropped connections...
.NET Web Development and Tools Blog
Web Publish Updates with Windows Azure SDK 1.8
Posted
8 months ago
by
hoowhatwen
0
Comments
We recently released new updates to the publishing experience in Visual Studio 2012 and Visual Studio 2010 as part of the Windows Azure SDK for .NET 1.8 release. The main new features include web site project (WSP) publishing using the same new...
.NET Web Development and Tools Blog
All about <httpRuntime targetFramework>
Posted
8 months ago
by
levibroderick
2
Comments
Background – on quirks and compatibility The .NET Framework (including ASP.NET) strives to maintain near-100% compatibility when an existing framework is updated on a machine. We try to ensure as much as possible that if an application was developed and...
.NET Web Development and Tools Blog
Capturing Unhandled Exceptions in ASP.NET Web API's with ELMAH
Posted
8 months ago
by
Mark Berryman
3
Comments
I'm a fan of using ELMAH to track unhandled exceptions in my ASP.NET applications. If you haven't tried ELMAH , you should definitely check it out. There's even an ELMAH NuGet package so it's trivial to install. Now that I'm getting my feet wet with Web...
.NET Web Development and Tools Blog
ASP.NET WebForms Model Binding – Overview
Posted
8 months ago
by
pranav rastogi
10
Comments
This is the first post in the part of series around Model Binding. In this post I will introduce Model Binding integration in ASP.NET WebForms 4.5 while focusing on history, benefits, principles and the integration of Model Binding. In the upcoming posts...
.NET Web Development and Tools Blog
Interacting with Databases for Web Developers in VS 2012
Posted
8 months ago
by
pranav rastogi
0
Comments
VS2012 is out and with it brings a host of developer improvements when dealing with data. This post aims at highlighting a few key improvements which will affect you the most and hopefully you will find this information useful in getting started with...
.NET Web Development and Tools Blog
Enabling ASP.NET Web API Help Pages for ASP.NET Web Forms Applications
Posted
8 months ago
by
Mark Berryman
3
Comments
ASP.NET Web API Help Pages is a new preview feature that automatically generates help page style content for your Web API endpoints. You can read more about it at Introducing the ASP.NET Web API Help Page and in further posts on Yao's blog. I won't revisit...
.NET Web Development and Tools Blog
Deploying your first Facebook App on Azure using ASP.NET MVC Facebook Template
Posted
8 months ago
by
Yao - MSFT
5
Comments
Today we announced the preview for ASP.NET Fall 2012 Update and one of the cool features we added to the update is the Facebook Application Template . This template includes a new library that makes it easier to develop Facebook applications using ASP...
.NET Web Development and Tools Blog
ASP.NET Web Forms Application (2012) Templates on Visual Studio 2010
Posted
8 months ago
by
pranav rastogi
0
Comments
The release of Visual Studio 2012 included updated templates for ASP.NET WebForms, MVC and WebPages. The templates showcased the use of modern standards in HTML5, CSS and JavaScript. Apart from these, they also showcased social login via Twitter, Facebook...
.NET Web Development and Tools Blog
Cryptographic Improvements in ASP.NET 4.5, pt. 3
Posted
9 months ago
by
levibroderick
4
Comments
Thanks for joining us for the final day of our series on cryptography in ASP.NET 4.5! Up to now, the series has discussed how ASP.NET uses cryptography in general, including how the pipelines are implemented in both ASP.NET 4 and ASP.NET 4.5. We introduced...
.NET Web Development and Tools Blog
Cryptographic Improvements in ASP.NET 4.5, pt. 2
Posted
9 months ago
by
levibroderick
1
Comments
Thanks for joining us for day two of our series on cryptography in ASP.NET 4.5! In yesterday's post , I discussed how ASP.NET uses cryptography in general, where key material is pulled from and how it is stored, and various problems that the APIs have...
.NET Web Development and Tools Blog
Cryptographic Improvements in ASP.NET 4.5, pt. 1
Posted
9 months ago
by
levibroderick
2
Comments
I am Levi Broderick, a developer on the ASP.NET team at Microsoft. In this series, I want to introduce some of the improvements we have made to the cryptographic core in ASP.NET 4.5. Most of these improvements were introduced during beta and spent several...
.NET Web Development and Tools Blog
BlogEngine.NET and Windows Azure Web Sites
Posted
9 months ago
by
bradygaster
2
Comments
The Windows Azure Web Sites team has been hard at work looking at various applications and working with vendors and community contributors to add some great applications to the web sites gallery. If you’re a blogger and you’d like to get started for free...
.NET Web Development and Tools Blog
Spell Checker extension for Visual Studio 2012 HTML, ASP.NET, CSS and other files
Posted
9 months ago
by
Mikhail Arkhipov
5
Comments
I have updated spell checker extension for Visual Studio 2012. You can download it from Visual Studio Gallery . Spell checker supports text verification in: HTML and ASP.NET element content and attributes HTML style comments <-- HTML -...
.NET Web Development and Tools Blog
More Details on the “Closing Tag Problem”
Posted
10 months ago
by
Mads Kristensen
0
Comments
We are testing a fix for the “closing tag problem” bug, but it will still take some time to deliver the fix to customers. The work-around posted earlier will alleviate the problem now and should not need to be undone once the fix is shipped...
.NET Web Development and Tools Blog
Workaround for HTML closing tag problem
Posted
10 months ago
by
Mads Kristensen
4
Comments
In Visual Studio 2012, HTML tags will fail to be automatically closed when using the following keyboard layouts: Canadian Multilingual Croatian Czech Hungarian Latvian Polish Romanian Serbian Slovak Slovenian On...
.NET Web Development and Tools Blog
WCF Duplex Bi-directional Streaming with WebSocket Transport
Posted
10 months ago
by
James Osborne-MSFT
4
Comments
DuplexBiDirectionalStreaming VS2012 project DuplexBiDirectionalStreaming.zip Introduction With WebSocket transport, it’s possible to use streamed transport on the Duplex Callback – something that was previously a technical limitation with WCF but is now...
.NET Web Development and Tools Blog
ASP.NET 4.5 ScriptManager Improvements in WebForms
Posted
10 months ago
by
pranav rastogi
8
Comments
The ScriptManger control has undergone some key targeted changes in ASP.NET 4.5 which makes it easier to register, manage and combine scripts using the ASP.NET weboptimization feature. This post will highlight the changes that have happened to this control...
.NET Web Development and Tools Blog
Configuring your ASP.NET application for Microsoft OAuth account
Posted
10 months ago
by
pranav rastogi
0
Comments
This post is a part of the series about how to enable and use OpenID/OAuth support that was added to the ASP.NET templates in Visual Studio 2012. In this post I am going to detail the instructions on configuring your application to use Microsoft account...
.NET Web Development and Tools Blog
An ASP.NET Open Source How-To Decoder Ring
Posted
10 months ago
by
Henrik F Nielsen
0
Comments
As you probably know, ASP.NET MVC, Web API, and Web Pages are available as open source on aspnetwebstack.codeplex.com . If you want to go beyond using the official RTM versions and either use the latest nightly drops, compile it yourself, or create pull...
.NET Web Development and Tools Blog
How to use the EntityDataSource control with the DbContext API
Posted
10 months ago
by
Tom Dykstra - MSFT
2
Comments
The EntityDataSource control is designed to work with the ObjectContext API because that's all that existed when the control was created. The DbContext API was introduced later, in Entity Framework 4.1 alongside the Code First development workflow. ...
.NET Web Development and Tools Blog
ASP.NET Data Access Guidance Published
Posted
10 months ago
by
Tom Dykstra - MSFT
4
Comments
On 9/11 we published a new* set of pages on MSDN offering guidance for getting started with data access in ASP.NET. If you're already using ASP.NET, parts of these pages will just repeat what you already know or take for granted, but a few parts contain...
.NET Web Development and Tools Blog
Integrate OpenAuth/OpenID with your existing ASP.NET application using Universal Providers
Posted
10 months ago
by
pranav rastogi
10
Comments
Over the past couple of weeks I have come across lots of questions/discussions on while OAuth/OpenId is cool as a feature in the ASP.NET templates in Visual Studio 2012, but how do I easily integrate this into my application outside of the templates....
.NET Web Development and Tools Blog
Getting Symbols and Source with ASP.NET Nightly NuGet Packages
Posted
10 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...
Page 3 of 16 (397 items)
1
2
3
4
5
»