IT Computer Articles Tutorials.

ASP And ASP.NET Articles Tutorials

Active Server Pages (ASP) is a Microsoft technology that lets you combine HTML pages, script commands, and COM components to create interactive web pages or web-based applications that are easy to modify. ASP.NET combines Active Server Pages with the .NET Framework. This technology allows you to create dynamic web applications. ASP.NET pages work in all browsers. Best of all, ASP.NET lets you build web pages using less code than you need with classic ASP.

    (Page 1 of 2)   
    « Prev
      
    1
      2  Next »

    Windows XP Professional supports two types of disk storage: basic and dynamic. Basic disk storage uses partition-oriented disks. A basic disk contains basic volumes (primary partitions, extended partitions, and logical drives).


    ASP.Net

    ASP.NET is a technology for creating dynamic Web applications. It is part of the .NET Framework; you can author ASP.NET applications in most .NET compatible languages, including Visual Basic, C#, and J#. ASP.NET pages (Web Forms) are compiled, providing better performance than with scripting languages. Web Forms allow you to build powerful forms-based Web pages. When building these pages, you can use ASP.NET server controls to create common UI elements, and program them for common tasks. These controls allow you to rapidly build a Web Form out of reusable built-in or custom components, simplifying the code of a page.

    ASP.Net Programming

    ASP.NET, the next version of ASP, is a programming framework used to create enterprise-class Web Applications. These applications are accessible on a global basis leading to efficient information management. The advantage ASP.NET offers is more than just the next version of ASP.


    When you’re developing a website, you need to see it in action on a real server, to see how it will work. While you could upload your pages to your web host every time you make a change, this quickly gets time-consuming and tiresome. Wouldn’t it be great if you could have a little test server of your own? Well, the server is nothing but a piece of software – so you can! Please note that, for the purposes of this article, I will assume you’re using Windows as your operating system.

    ASP Scripting Languages

    An ASP file normally contains HTML tags, just like an HTML file. However, an ASP file can also contain server scripts, surrounded by the delimiters < % and %>. Server scripts are executed on the server, and can contain any expressions, statements, procedures, or operators valid for the scripting language we prefer to use.

    ASP Domains

  • A Domain Name is a unique name for our web site.
  • Choosing a hosting solution should include domain name registration.
  • Our domain name should be easy to remember and easy to type.

  • ASP Hosting

    If we want our Web Site to be visible to the world, it has to be hosted on a Web Server.
    Web Server

  • The collection of all our web pages is called our web site.
  • To let others view our work, we must publish our web site.
  • To publish our work, we must copy our site to a web server.
  • Our own PC can act as a web server if it is connected to a network.
  • Most common is to use an Internet Service Provider (ISP).

  • ASP and Features

    ASP stands for Active Server Pages. It is a Microsoft Technology. ASP is a program that runs inside Internet Information Services. To run IIS, we need Windows NT or later. PWS is a smaller, but fully functional version of IIS. To run PWS, we need Windows 95 or later. InstantASP, ChiliASP are technologies that run ASP without Windows Operating System.

    Dynamically Using Methods in ASP.NET

    In this article, young Jhon will explain how one would execute a method without actually calling it.

     


    What is .Net and Where is ASP.NET?

    This article is desiged for those you wish to learn a little bit about the .Net framework. Not only will it show you how .Net operates, it will explain where ASP.NET fits in.What is .NET, though? If you check out Microsoft's .NET Page, it is described as "Microsoft's platform for XML Web services." Microsoft also describes .NET as a way of delivering software services.

    (Page 1 of 2)   
    « Prev
      
    1
      2  Next »