Rachelle's doodleo.com: Just another Doodleo.com Blogs weblog

ASP.NET Tutorials

ASP.NET attempts to simplify developers’ transition from Windows application development to web development by offering the ability to build pages composed of controls similar to a Windows user interface. A web control, such as a button or label, functions in very much the same way as its Windows counterpart: code can assign its properties and respond to its events. Controls know how to render themselves: whereas Windows controls draw themselves to the screen, web controls produce segments of HTML and JavaScript which form part of the resulting page sent to the end-user’s browser.

ASP.NET encourages the programmer to develop applications using an event-driven GUI model, rather than in conventional web-scripting environments like ASP and PHP. The framework attempts to combine existing technologies such as JavaScript with internal components like “ViewState” to bring persistent inter-request state to the inherently stateless web environment.

If you are just starting out with ASP.NET, try these ASP.NET Tutorial.

You can follow any responses to this entry through the RSS 2.0 feed.