overview
1
fundamentals
2
get tools
3
start coding
What is web development? (overview) Web development is a broad term for the process of writing a web page or site. Web pages are written with HTML, CSS and JavaScript. These pages can be simple text and graphics that resemble a document. Pages can also be interactive or display changing information. Interactive server pages are a little more complex to write, but they enable richer web sites. Today, most pages are interactive and provide modern online services like shopping carts, dynamic visualizations, and even complex social networks.
Watch this video about Microsoft web development offerings, and then prepare your environment by installing the tools you'll use to build your first web application. LEARN THE FUNDAMENTALS OF WEB DEVELOPMENT Now that you know what web development is, watch this video to learn about the tools and technologies for web development, including these main programming models for building web applications: ASP.NET, and scripting with Silverlight and JavaScript or jQuery.
For help picking the right version of Visual Studio, review the Visual Studio 2010 comparison chart.
Download the sample code, then follow along with these videos to get started coding right away. DISCIPLINED DEVELOPMENT ASP.NET MVC is a web framework that implements a model, view, and controller development pattern that provides separation between the data, presentation, and logic for the application. In this tutorial, you will learn how to create a Twitter client that runs across a wide variety of clients.
FAST FORMS ASP.NET Web Forms is a web framework that uses server-based HTML controls and code to create forms that are executed on the server and consequently support a variety of clients. In this tutorial, you will learn how to create a Twitter client that runs across a wide variety of clients.
TWEETING TO RUN AN RIA ON THE DESKTOP Silverlight is an online and offline web framework that integrates sound, video, graphics, text and animation into a declarative and procedural programming environment. In this tutorial Pete Brown will show you animation, forms design, service calls, and more.
|
Developer Topics ASP.NET Web Forms: Get Started with ASP.NET Web Forms ASP.NET MVC: Get Started with ASP.NET MVC ASP.NET Web Pages: Get Started with ASP.NET Web Pages Silverlight: Get Started guide for developers Scripting: Learn more at Script Junkie C# and .NET for Java Developers HTML Modernizr: HTML5 and CSS3 Using SVG For Flexible, Scalable, and Fun Backgrounds, Part I Translating Canvas with HTML5 Server Internet Information Server (IIS) Windows Media Services Client Application Services High Performance Computing Books
|