Web Technology by Microsoft


Microsoft is introducing everytime a brand new technologies to world and Today here we update you with the Microsoft Web Technology i.e. ASP.NET. ASP.NET is an entirely new technology for server-side scripting. ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites, web applications and web services.

The Microsoft .NET Framework is an environment for building, deploying, and running Web applications and Web Services. .NET Framework provides Richer server control hierarchy with events, Larger class library, Better support for development tools, Easier and quicker programming, Event-driven programming.
 

dot net framework

ASP.NET provides increased performance by running compiled code (first request for an ASP.NET page on the server will compile the ASP.NET code and keep a cached copy in memory). ASP.NET is built on the Common Language Runtime (CLR), it allows programmers to write code on Programming languages:

    C# (Pronounced C sharp)
    Visual Basic (VB .NET)
    J# (Pronounced J sharp)
    ASP.NET uses ADO.NET



microsoft asp.net

Important feature of ASP.Net

    Maintaining the View State: (maintain the form value when form comes from server)
    ADO.NET (for Data Base connectivity)
    ADO.NET is entirely based on XML.
    Use the same controls for all types of devices.
    Master Pages, Themes, and Web Parts (allow you to create a consistent look and behavior for all the pages)
    Full support for XML standards like, XHTML, XML, and WSDL.
    Navigation Controls (Site Maps, Dynamic HTML menus, Tree Views)
    Mobility Support (Microsoft Mobile Internet Toolkit (MMIT))
    The ASP.NET SOAP (Simple Object Access Protocol) extension framework allows ASP.NET components to process SOAP messages.
    Microsoft introduced a new code-behind model which allows static text to remain on the .aspx page, while dynamic code remains in the .asp.cs page (similar to model-view-controller frameworks)
    Language Integrated Query (LINQ): adds native data querying capabilities to .NET languages.
    ASP.NET AJAX.
    ASP.NET MVC Framework.