Pro ASP.NET 1.1 in VB .NET: From Professional to Expert

ASP.NET is Microsoft’s next-generation technology for creating server-side web applications. It’s built on the Microsoft .NET Framework, which is a cluster of closely related new technologies that revolutionizes everything from database access to distributed applications. ASP.NET is one of the mo...

Mô tả đầy đủ

Đã lưu trong:
Chi tiết về thư mục
Những tác giả chính: Moroney, Laurence, MacDonald, Matthew, Allen, K. Scott, Avery, James
Định dạng: Sách
Ngôn ngữ:English
Được phát hành: Apress 2012
Những chủ đề:
Truy cập trực tuyến:http://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/31721
Các nhãn: Thêm thẻ
Không có thẻ, Là người đầu tiên thẻ bản ghi này!
Thư viện lưu trữ: Thư viện Trường Đại học Đà Lạt
Miêu tả
Tóm tắt:ASP.NET is Microsoft’s next-generation technology for creating server-side web applications. It’s built on the Microsoft .NET Framework, which is a cluster of closely related new technologies that revolutionizes everything from database access to distributed applications. ASP.NET is one of the most important components of the .NET Framework—it’s the part that enables you to develop high-performance web applications and web services. The traditional concepts involved in creating web applications still hold true in the .NET world. Each web application is made up of web pages. You can render rich HTML and even use JavaScript, create components that encapsulate programming logic, and tweak and tune your applications using configuration settings. However, behind the scenes ASP.NET works quite differently from traditional scripting technologies like classic ASP (Active Service Pages) or PHP (PHP: Hypertext Preprocessor). It’s also much more ambitious than JSP (Java Server Pages).