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
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
(2)
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
Cryptographic Improvements in ASP.NET 4.5, pt. 2
Posted
6 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
Using IIS7 with Visual Studio 2005 & Visual Studio 2008
Posted
over 5 years ago
by
Web Development Tools Microsoft
4
Comments
Mike Volodarsky on the IIS team just published some very useful articles describing how to setup and configure IIS7 to properly work with Visual Studio 2008 and Visual Studio 2005. The article covers necessary components needing to be installed, and the...
.NET Web Development and Tools Blog
How to Bin Deploy SQL Compact Edition 4.0 and Razor web projects
Posted
over 2 years ago
by
Web Development Tools Microsoft
1
Comments
With the release of VS2010 SP1 Beta1, Web Matrix, and Razor QFE, we can build web projects containing SQL Compact Edition 4.0 sdf file and ASP.NET Web Pages with Razor syntax. However, this might be a problem when you are ready to deploy your project...
.NET Web Development and Tools Blog
Web Custom Control Behavior and Authoring
Posted
over 3 years ago
by
Web Development Tools Microsoft
0
Comments
Some Best Practices and Guidance for Web Control Vendors Targeting Visual Studio The goal of this post is to provide guidance for control vendors on best practices for writing custom controls with regard to their behavior in Visual Studio. It is designed...
.NET Web Development and Tools Blog
ASP.NET WebForms Model Binding – Overview
Posted
6 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
Tutorial Series on Model Binding with ASP.NET Web Forms
Posted
1 month 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
The Aspnet Compiler Build Task in Visual Studio 2010 ASP.Net MVC 2 Projects
Posted
over 3 years ago
by
Web Development Tools Microsoft
1
Comments
If you crack open the project file in an ASP.Net MVC 2 application (in notepad or unload your project and then click “ Edit *.proj” ), you will notice an interesting line. <MvcBuildViews>false</MvcBuildViews> This is an option to...
.NET Web Development and Tools Blog
Working with SVG files in Visual Studio and Visual Web Developer
Posted
over 4 years ago
by
Web Development Tools Microsoft
3
Comments
Scalable Vector Graphics (SVG) is W3C standard language for describing two-dimensional vector and mixed vector/raster graphics in XML. Firefox 3+, Opera 9+ and Safari 3+ support SVG rendering. Unfortunately, Internet Explorer 8 does not support SVG natively...
.NET Web Development and Tools Blog
How to solve JavaScript IntelliSense problems in VS2010
Posted
over 3 years ago
by
Web Development Tools Microsoft
4
Comments
VS2010 should support all of the VS2008 JavaScript functionalities as shown in Scott Guthrie’s VS2008 JavaScript IntelliSense blog . It includes: 1. Basic type inference 2. IntelliSense from referenced external JavaScript libraries 3. IntelliSense...
.NET Web Development and Tools Blog
Framework .NET 3.5 Sp1 required for targeting frameworks 2.0, 3.0 or 3.5 (multi-targeting) using Visual Studio 2010
Posted
over 3 years ago
by
Web Development Tools Microsoft
5
Comments
We have had some customers ask why they are unable to target earlier frameworks .NET 2.0, 3.0 or 3.5 using Visual Studio 2010. Targeting earlier frameworks (also known as Multi-targeting) is in-fact fully supported in VS 2010, but there is a pre-requisite...
.NET Web Development and Tools Blog
New Features for Web Development in Visual Studio 2012 RC
Posted
11 months ago
by
Web Development Tools Microsoft
6
Comments
Visual Studio 2012 RC is now available to download. Please visit Jason Zander's Blog for detailed announcement. We have more web development enhancement and features in RC. We’ll discuss some of them in future blog posts. Here are a few web development...
.NET Web Development and Tools Blog
Tips & Tricks: Start-Up Options and Instances of ASP.Net Development Server in a Multi-project Solution
Posted
over 6 years ago
by
Web Development Tools Microsoft
13
Comments
If you have more than one project in your solution you can use following options of solution properties to set your start up actions... You can get the below dialog by right clicking your solution and going to its properties: If you have more than...
.NET Web Development and Tools Blog
New Web Development Features in Visual Studio 2008 Beta 2
Posted
over 6 years ago
by
Web Development Tools Microsoft
7
Comments
You may have heard by now that Visual Studio 2008 Beta 2 is available for public download. I wanted to take a minute to highlight some of the new web developer features that we've added since Beta 1: Design view support for configuring AJAX Extenders...
.NET Web Development and Tools Blog
How to use wcftestclient as svc file debugger for VS2008 SP1
Posted
over 4 years ago
by
Web Development Tools Microsoft
3
Comments
Wcftestclient can be used to debug a WCF service. Here are two ways to enable wcftestclient debugging in Visual Studio VS2008 SP1 web applications. Tradition way: In Web application project property page, web tab, one can specify start external program...
.NET Web Development and Tools Blog
New series of video tutorials on Visual Web Developer Express 2008
Posted
over 4 years ago
by
Web Development Tools Microsoft
4
Comments
We have started a new series of video tutorials on Visual Web Developer Express 2008. Over the course of next few weeks we will be adding many more videos to this series . These video tutorials will range in complexity from beginner to intermediate and...
.NET Web Development and Tools Blog
Localizing a Silverlight application
Posted
over 5 years ago
by
Web Development Tools Microsoft
11
Comments
VS Silverlight beta2 adjusted its build functionalities to support the new Silverlight runtime localization model, which essentially is “one language, one xap”. This article provides the steps to take to build a localized app Let us say, you want to localize...
.NET Web Development and Tools Blog
Deploying your first Facebook App on Azure using ASP.NET MVC Facebook Template
Posted
6 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
Getting started with ASP.NET AJAX in Visual Web Developer
Posted
over 7 years ago
by
Web Development Tools Microsoft
8
Comments
Once you download ASP.NET AJAX , you are ready to start using Visual Web Developer and Visual Studio 2005 for your development. The first thing you will notice when you open up Visual Web Developer is that you now have a new project type called ASP...
.NET Web Development and Tools Blog
XDT (web.config) Transforms in non-web projects
Posted
over 3 years ago
by
Web Development Tools Microsoft
7
Comments
One of the really cool features that we shipped for Visual Studio 2010 was web.config (XDT) transformations . Because the transformations are so simple and straightforward one of the first questions that someone asks after using it is “how can I use this...
.NET Web Development and Tools Blog
Silverlight 1.1 Tools for Visual Studio 2008 available for download
Posted
over 6 years ago
by
Web Development Tools Microsoft
6
Comments
A quick announcement -- an updated version of the Microsoft Silverlight 1.1 Tools Alpha for Visual Studio 2008 that works with the released version of Visual Studio 2008 is now available! This release provides the same features as the Silverlight Tools...
.NET Web Development and Tools Blog
Debugging A Web Site With A Host Header
Posted
over 5 years ago
by
Web Development Tools Microsoft
11
Comments
If you have downloaded the RTM version of SP1 for Visual Studio 2008, you may get an error when trying to debug a Web Site with a host header on IIS 6 or IIS 5.1. The error message reads: "Unable to start debugging on the web server. An authentication...
.NET Web Development and Tools Blog
Enabling ASP.NET Web API Help Pages for ASP.NET Web Forms Applications
Posted
6 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
ASP.NET MVC 1.0 now Live!
Posted
over 4 years ago
by
Web Development Tools Microsoft
14
Comments
ASP.NET MVC 1.0 is now Live. You can download it right now here . Also check out Phil Haack’s post on the release. If you are new to MVC, please check out our previous posts for more information and links to many useful blogs and resources. Alternatively...
.NET Web Development and Tools Blog
Solution / Hotfix: Developing web applications using Visual Studio 2005 and IIS7
Posted
over 6 years ago
by
Web Development Tools Microsoft
13
Comments
Bradley Millington on our team posted a while back on required configuration steps for developing web applications using Visual Studio 2005 & IIS7 on Vista. This is an update to that post with information to address issues that you may still encounter...
.NET Web Development and Tools Blog
Spell checker update 2.1: a few bug fixes and couple of new features
Posted
over 6 years ago
by
Web Development Tools Microsoft
13
Comments
Note: this post is obsolete. Please use newer version: http://blogs.msdn.com/webdevtools/archive/2008/11/29/spell-checker-update-2-2-full-support-for-vs-2008-sp1-simpler-setup-and-a-few-bug-fixes.aspx Bug fixes: <param>Text</param>...
Page 6 of 16 (377 items)
«
4
5
6
7
8
»