Translate this page
Powered by
Microsoft® Translator
ASP.NET and Web Tools Developer Content Team - Site Home - MSDN Blogs
Sign In
ASP.NET and Web Tools Developer Content Team
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Framework
accessibility configuration gridview listview
ADO.NET Entity Framework
AJAX
AJAX Client Reference
ASP.NET
ASP.NET 4
ASP.NET 4 BETA 1
ASP.NET 4 Beta1
asp.net 4 deployment
ASP.NET AJAX
ASP.NET Controls
ASP.NET Controls for Silverlight
ASP.NET Data Controls
ASP.NET Declarative Syntax
ASP.NET Dynamic Data
ASP.NET MVC
Authentication
Configuration
MVC
Pages
Query Extender
QueryExtender
Silverlight
WebMatrix
Archive
Archives
November 2011
(1)
June 2011
(1)
May 2011
(1)
April 2011
(1)
January 2011
(1)
December 2010
(1)
October 2010
(2)
September 2010
(1)
August 2010
(1)
July 2010
(1)
May 2010
(1)
March 2010
(2)
February 2010
(3)
January 2010
(2)
December 2009
(1)
November 2009
(1)
July 2009
(1)
June 2009
(1)
May 2009
(5)
March 2009
(1)
January 2009
(1)
November 2008
(4)
October 2008
(4)
September 2008
(2)
July 2008
(1)
MSDN Blogs
>
ASP.NET and Web Tools Developer Content Team
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ASP.NET and Web Tools Developer Content Team
Visual Studio Deployment Tutorial Series Published
Posted
3 months ago
by
ASPNETUE
4
Comments
A new series of tutorials about how to deploy an ASP.NET web application has been published on the ASP.NET site: Deployment to a Hosting Provider . The tutorials show you how to deploy a web application project to a third-party hosting provider using...
ASP.NET and Web Tools Developer Content Team
ASP.NET Web Pages - Quick Sheet Documentation Example (Feedback Needed)
Posted
8 months ago
by
ASPNETUE
2
Comments
This post provides a Quick Sheet documentation example that provides select example code, scenarios, tips and reference of an ASP.NET Web Pages helper. Our team is interested in your thoughts and feedback. Here is a Quick Sheet documentation example...
ASP.NET and Web Tools Developer Content Team
Entity Framework Code First Tutorial Supplement: What is Going on in a Fluent API Call
Posted
9 months ago
by
ASPNETUE
2
Comments
In the new Entity Framework Code First MVC tutorial series there are some examples of what has come to be called fluent API method calls. This term refers to code in which a series of method calls are chained together. The Creating a More Complex Data...
ASP.NET and Web Tools Developer Content Team
MVC Entity Framework Tutorials Published
Posted
10 months ago
by
ASPNETUE
3
Comments
The third series of Entity Framework tutorials, Getting Started with the Entity Framework Using ASP.NET MVC , has been published on the ASP.NET site. The tutorials create a sample application similar to the one that the two Web Forms series create ( Getting...
ASP.NET and Web Tools Developer Content Team
More Entity Framework Tutorials for ASP.NET Developers
Posted
over 1 year ago
by
ASPNETUE
16
Comments
The second series of Entity Framework tutorials, Continuing with the Entity Framework and ASP.NET , has been published on the ASP.NET site. The tutorials build on the sample application that the first series, Getting Started with the Entity Framework...
ASP.NET and Web Tools Developer Content Team
Entity Framework Tutorials for ASP.NET Developers
Posted
over 2 years ago
by
ASPNETUE
11
Comments
We have been working on new tutorials intended to introduce ASP.NET developers to the Entity Framework. The first series, Getting Started with the Entity Framework and ASP.NET , has been published on the ASP.NET site. The tutorials build a sample...
ASP.NET and Web Tools Developer Content Team
WebMatrix – Method Chaining
Posted
over 2 years ago
by
ASPNETUE
0
Comments
When you want to create a new chart, you can combine a set of method calls for the Chart helper that will include all the information needed to build the chart. When you combine method calls to create an object in this way, it is called method chaining...
ASP.NET and Web Tools Developer Content Team
WebMatrix - Positional and Named Parameters
Posted
over 2 years ago
by
ASPNETUE
0
Comments
This post provides details and code examples related to Microsoft WebMatrix (Beta). The code examples used in the WebMatrix Getting Started guide show you how to call methods using two different techniques. You can either call a method using positional...
ASP.NET and Web Tools Developer Content Team
Best Practices for ASP.NET MVC
Posted
over 2 years ago
by
ASPNETUE
19
Comments
[This post is based on a document authored by Ben Grover (a senior developer at Microsoft). It is our intention to integrate this information into the MVC 3 documentation on MSDN. We hope to hear from you and welcome any suggestions you might have.] This...
ASP.NET and Web Tools Developer Content Team
Translated Captions for Silverlight Videos – It is Dynamic!
Posted
over 2 years ago
by
ASPNETUE
2
Comments
This post provides details and code about how to create dynamically translating video captions based on the browser language. By implementing the details in this post you can create the following: A Web based solution that displays machine translated...
ASP.NET and Web Tools Developer Content Team
Overview of the ASP.NET API Class Library
Posted
over 2 years ago
by
ASPNETUE
0
Comments
When I was first getting started on the transition from Classic ASP to ASP.NET, one of the most daunting tasks was learning the .NET Framework. Learning C# was comparatively easy, because a series of courses introduced the language gradually. But for...
ASP.NET and Web Tools Developer Content Team
Response.End, Response.Close, and How Customer Feedback Helps Us Improve MSDN Documentation
Posted
over 2 years ago
by
ASPNETUE
8
Comments
Last December someone used the feedback link on the HttpResponse.Close method in MSDN to send the following comment: "Where is any context on use and what is actually occurring?" I maintain the HttpResponse class documentation, so this comment got...
ASP.NET and Web Tools Developer Content Team
Caching Application Data by Using Multiple Cache Objects in an ASP.NET Application
Posted
over 2 years ago
by
ASPNETUE
6
Comments
I am in the process of writing a Walkthrough document about How to use multiple cache objects to cache application data in ASP.Net 4. This blog post is intended to be a precursor for the Walkthrough. When the Walkthrough is completed I intend to submit...
ASP.NET and Web Tools Developer Content Team
Automated Deployment in ASP.NET 4 - Frequently Asked Questions
Posted
over 2 years ago
by
ASPNETUE
2
Comments
Visual Studio 2010 and ASP.NET 4 work with IIS Web Deploy to automate many deployment tasks for Web application projects. We have created how-to, walkthrough, and overview documents to cover this feature, some of which are already available (see ASP.NET...
ASP.NET and Web Tools Developer Content Team
Attributes and ASP.NET MVC
Posted
over 2 years ago
by
ASPNETUE
4
Comments
Anyone who wants to learn about ASP.NET MVC will quickly discover that MVC makes extensive use of a relatively new feature of .NET called attributes. Many programmers who are new to ASP.NET MVC may also be new to the use of attributes. This article covers...
ASP.NET and Web Tools Developer Content Team
First Steps with ASP.NET MVC
Posted
over 2 years ago
by
ASPNETUE
2
Comments
ASP.NET MVC is a new web application framework based of the Model-View-Controller (MVC) development pattern. Its purpose is to make large-scale web applications easier to maintain by decreasing inter-dependencies among application layers. ASP.NET MVC...
ASP.NET and Web Tools Developer Content Team
ASP.NET Topics on MSDN – The Top 10 List
Posted
over 2 years ago
by
ASPNETUE
0
Comments
Below are links pointing to the most popular ASP.NET topics on MSDN over the last year (02/2009 to 02/2010). Rather than just providing a list of the top MSDN topics, I expanded the list by providing the top 10 for managed reference and general reference...
ASP.NET and Web Tools Developer Content Team
ASP.NET Page Life Cycle Diagram
Posted
over 2 years ago
by
ASPNETUE
9
Comments
The following diagram shows some of the most important methods of the System.Web.UI.Page class that you can override in order to add code that executes at specific points in the page life cycle. It also shows how these methods relate to page events and...
ASP.NET and Web Tools Developer Content Team
Website User Authentication - ASP.NET 4 Web Applications
Posted
over 2 years ago
by
ASPNETUE
5
Comments
I am in the process of writing a Walkthrough document about the new Login templates that are available in ASP.Net 4 and Visual studio 2010. This blog post is intended to be a precursor for the Walkthrough. When the walkthrough is completed I intend to...
ASP.NET and Web Tools Developer Content Team
ASP.NET Web Application Projects vs. Web Site Projects in Visual Studio
Posted
over 3 years ago
by
ASPNETUE
3
Comments
[Note: This document is an advance copy of a new topic that will be released with the documentation for Visual Studio 2010 and ASP.NET 4. Comments are welcome and will be taken into account when the final version of the document is prepared for release...
ASP.NET and Web Tools Developer Content Team
Sample Web Application Demonstrates Accessibility Techniques and ASP.NET Configuration System
Posted
over 3 years ago
by
ASPNETUE
0
Comments
I have posted on Code Gallery a Web application that was designed to demonstrate some techniques for conforming to accessibility guidelines in ASP.NET. The application is a Web site project that also demonstrates how to access ASP.NET configuration data...
ASP.NET and Web Tools Developer Content Team
Accessibility in Visual Studio 2010 and ASP.NET 4
Posted
over 3 years ago
by
ASPNETUE
1
Comments
[Note: This document is a preliminary version of a white paper that was released with the Beta 2 version of Visual Studio 2010 and ASP.NET 4. The revision with changes resulting from the comments and with information about Beta 2 enhancements to ASP.NET...
ASP.NET and Web Tools Developer Content Team
ASP.NET 4 (Beta 1) - Using the ASP.NET QueryExtender Control to Provide Search in a Web Page
Posted
over 3 years ago
by
ASPNETUE
3
Comments
Do you want to provide search in your Web page? Are you unfamiliar with data sources? Do you want to want to take advantage of a query language without having to learn the query language? You want to provide search using declarative syntax? The new QueryExtender...
ASP.NET and Web Tools Developer Content Team
Designing URLs in ASP.NET 4 Web Sites for Search Engine Optimization (SEO)
Posted
over 3 years ago
by
ASPNETUE
3
Comments
One of the best resources for learning how to increase traffic to your site is Rand Fishkin’s seomoz.org Among the many strategies Rand advocates is paying close attention to the structure and content of your URLs. The more search-engine-friendly and...
ASP.NET and Web Tools Developer Content Team
How to find information in MSDN about ASP.NET and JavaScript
Posted
over 3 years ago
by
ASPNETUE
1
Comments
Most developers use the term “JavaScript” generically to refer to the language that’s formally known as ECMAScript . The name “JavaScript” refers to the implementation of this language originally done by Netscape, and the Microsoft implementation is known...
Page 1 of 2 (39 items)
1
2