Free Introduction to ASP.NET Ebook

Download free programming, computer, it, technology books

Jan
04

Introduction to ASP.NET

Posted by admin

ASP.NET provides integrated compilation support to build source files into DLLs in just-in-time fashion

  • Auto-compilation supported for .aspx, .ascx, .asmx and .ashx files
  • The generated assembly is stored in subdirectory off of CodeGen directory
  • ASP.NET automatically references all assemblies in \bin directory
  • ASP.NET automatically references several commonly-used .NET assemblies
  • Other assemblies can be referenced through custom configuration
  • Shadow-copying allows DLLs to be overwritten while application is running

Download free ebook : Introduction_to_ASP.NET.pdf

Tags: ,
  1. January 4th, 2008 at 11:51 51

    thank u

Add A Comment