Microsoft All-In-One Code Framework
- The Microsoft All-In-One Code Framework is a free, centralized code sample library driven by developers’ needs. Our goal is to provide typical code samples for all Microsoft development technologies, and reduce developers’ efforts in solving typical programming tasks.
- You can download code samples of all Microsoft Technologies like Asp.Net, C#.Net, Silver Light, Windows Mobile, WCF, Asp.Net MVC..etc
Download from http://1code.codeplex.com/ or refer to http://code.msdn.microsoft.com/
C# Coding Standards
C# Coding Standards by Lance Hunt .. CSharp Coding Standards
Microsoft .NET Framework 3.5 ASP.NET Application Development
Microsoft .NET Framework 3.5 ASP.NET Application Development Microsoft .NET Framework 3.5 ASP.NET Application Development Exam 70-562
Asp.Net Developer Guidance
Asp.Net Developer Guidance ASP NET Developer Guidance Map – v1
VS 2008 & VS 2010 Shortcut Keys
VS 2008 shortcut keys Visual C_Sharp 2008 Poster
Visual C++ 2010 Default Key Binding Visual C++ 2010 Default Key Binding
Visual C# 2010 Shortcut Keys VS-KB-Brochure-CSharp-A4
Info for Tech Students
Check out the latest Microsoft Tools
Dotnet Dream Spark
Participate in Microsoft IT Challenge Cup
Imagine Cup
Microsoft’s tech blog
Coding 4 Fun
Visual Studio Tools for Windows Phone 7
Michael Crump Blog
Microsoft’s Student Web Site
Microsoft’s Student Web Site
Microsoft’s Fun Zone
Fun Zone
.Net Design Patterns
Download Desing Patterns
ASP.NET Hosting Tutorials
Welcome to a series of tutorials that will look at the steps involved in deploying an ASP.NET web application to a production environment managed by a web host provider, as well as exploring common challenges that might be encountered. These tutorials are geared to be concise and provide step-by-step instructions with plenty of screen shots to walk you through the process visually.
- Introduction and Core Concepts
- Deploying Data-Driven Applications
- Handling and Logging Runtime Errors
-
Site Administration
Introduction and Core Concepts :
1 .ASP.NET Hosting Options: ASP.NET web applications are typically designed, created, and tested in a local development environment and need to be deployed to a production environment once it is ready for release. This tutorial provides a high-level overview of the deployment process and serves as an introduction to this tutorial series.
Download ASP.NET Hosting Options
2.Determining What Files Need to Be Deployed: What files need to be deployed from the development environment to the production environment depends in part on whether the ASP.NET application was built using the Web Site Model or Web Application Model. Learn more about these two project models and how the project model affects deployment.
Download Determining What Files Need to Be Deployed
3.Deploying Your Site Using an FTP Client : The simplest way to deploy an ASP.NET application is to manually copy the necessary files from the development environment to the production environment. This tutorial shows how to use an FTP client to get the files from your desktop to the web host provider.
Download Deploying Your Site Using an FTP Client
4.Deploying Your Site Using Visual Studio : Visual Studio includes tools for deploying a website. Download Deploying Your Site Using Visual Studio
5. Common Configuration Differences Between Development and Production : In earlier tutorials we deployed our website by copying all of the pertinent files from the development environment to the production environment. However, it is not uncommon for there to be configuration differences between environments, which necessitates that each environment have a unique Web.config file. This tutorial examines typical configuration differences and looks at strategies for maintaining separate configuration information.
Download Common Configuration Diff between Development & Production
6.Core Differences Between IIS and the ASP.NET Development Server : When testing an ASP.NET application locally, chances are you are using the ASP.NET Development Web Server. However, the production website is most likely powered IIS. There are some differences between how these web servers handle requests, and these differences can have important consequences. This tutorial explores some of the more germane differences.
Download Core Differences Between IIS and the ASP.NET Development Server
