|
|
Trong nhiều năm qua, ASP đã được cho rằng đó thực sự là một lựa chọn hàng đầu cho web developers trong việc xây dựng những web sites trên nền máy chủ web Windows bởi nó vừa linh hoạt mà lại đầy sức mạnh. Đầu năm 2002, Microsoft đã cho ra đời một công nghệ mới đó chính là ASP.NET. Đây thực sự là một bước nhảy vượt bậc của ASP cả về phương diện tinh tế lẫn hiệu quả cho các developers. Nó tiếp tục cung cấp khả năng linh động về mặt hỗ trợ ngôn ngữ, nhưng hơn hẳn về mặt lĩnh vực ngôn ngữ script vốn đã trở nên hoàn thiện và trở thành ngôn ngữ cơ bản của các developers. Việc phát triển trong ASP.NET không chỉ yêu cầu hiểu biết về HTML và thiết kế web mà còn khả năng nắm bắt những khái niệm của lập trình và phát triển hướng đối tượng.
ASP.NET là một nền tảng ứng dụng web (web application framework) được phát triển và cung cấp bởi Microsoft, cho phép những người lập trình tạo ra những trang web động, những ứng dụng web và những dịch vụ web. Lần đầu tiên được đưa ra thị trường vào tháng 2 năm 2002 cùng với phiên bản 1.0 của .NET framework, là công nghệ nối tiếp của Microsoft’s Active Server Pages(ASP). ASP.NET được biên dịch dưới dạng Common Language Runtime (CLR), cho phép những người lập trình …..
ASP.NET 2.0 with AJAX is arguably the fastest, most efficient, most reliable and best supported way to create interactive web applications available today. Combined with the development tools available from Microsoft, both free and commercial, it is incredibly easy to create web sites that look great and perform well. Best of all, most of the “plumbing” (security, data access, layout, and so on) is taken care of for you by the .NET Framework.
This book will teach you how to build professional quality, interactive, robust datadriven web applications using Visual Basic 2005. In addition, your applications will be highly interactive and data driven—must-have features in today’s feature-rich web world.
ASP.NET is not difficult. All of the concepts are straightforward, and the Visual Studio and Visual Web Developer environments simplify the process of building powerful web applications. The difficulty in ASP.NET is only that it is so complete and flexible that there are many pieces that must be woven together to build a robust, scalable, and efficient application. This book cuts to the heart of the matter, showing in clear, easy-to-follow steps, how to understand and build a web site.
Custom controls and Web Parts can make you more productive by enabling you to create re-usable components for your WebForms. You can package up a piece of your user interface and re-use it within your Web site or across many Web sites. But that’s only one way that these controls make you more productive. If you’ve ever had an ASP.NET control that you wished worked slightly differently, you can now create the control that you want. When you build your own custom controls and Web Parts, you can have the control do as much (or as little) as you want.
If you’ve worked with ASP.NET you’re familiar with ASP.NET server controls. You may even have tried building user controls or your own custom controls and have seen what ASP.NET controls look like from the inside. However, Web Parts are new with ASP.NET 2.0, and provide functionality that is very different from what you’ve seen with ASP.NET controls. Web Parts enable you to give your users the ability to customize your application to meet their needs. By using Web Parts, you can involve your users in creating their own user interfaces — yet another way of making you more productive.
This book’s focus is on how to use Visual Studio 2005 most effectively to create your controls (although the information you need to create custom controls, user controls, and Web Parts using any text editor is also included). Visual Studio 2005 provides you with the …..
There are many different technologies available today for developing complex web sites and web applications, and with so many to choose from, it’s great that there’s one technology in particular that stands out from the crowd and is such a joy to use. ASP.NET 2.0 is a fantastic technology that enables you to develop web sites and applications with very little hassle. Developing web applications was never this easy, yet even though it may appear simple, there is real power and depth to this technology that enables it to host even the most complex applications available today.
With every new release from Microsoft comes a new way of thinking, new technologies designed to make your life easier, and the best-ever programming experience; ASP.NET 2.0 is no exception to this rule. Whether you have developed web applications before, or if you are completely new to the world of web development, there’s a lot to learn about this particular version of the technology.
Built on top of version 2.0 of the .NET Framework, ASP.NET 2.0 extends the functionality first seen in ASP.NET 1.0 and 1.1. At its core, you have a control-based, event driven architecture, which means that you have the ability to add small blocks of code to a page, see dynamic results with minimal effort, and react to user input to provide a smooth and intuitive user experience.
…..
Thank you for purchasing Beginning Ajax with ASP.NET. We know that you have a lot of options when selecting a programming book and are glad that you have chosen ours. We’re sure you will be pleased with the relevant content and high quality you have come to expect from the Wrox Press line of books.
Ajax is a set of technologies that will revolutionize the way that web-based applications are designed. It revolutionizes the way that applications are used, provides users a responsive application, and provides developers with the alternatives for building their applications. We believe that this book will meet your needs regarding programming Ajax on the ASP.NET platform.
This book is for programmers who use ASP.NET and are just starting to use Ajax technologies. This book will assist developers working on ASP.NET-based applications who want to improve their applications and skills, by providing a background in Ajax for them before delving into how to apply Ajax to their applications.
Từ khoảng cuối thập niên 90, ASP (Active Server Page) đã được nhiều lập trình viên lựa chọn để xây dựng và phát triển ứng dụng web động trên máy chủ sử dụng hệ điều hành Windows. ASP đã thể hiện được những ưu điểm của mình với mô hình lập trình thủ tục đơn giản, sử dụng hiệu quả các đối tượng COM: ADO (ActiveX Data Object) – xử lý dữ liệu, FSO (File System Object) – làm việc với hệ thống tập tin…, đồng thời, ASP cũng hỗ trợ nhiều ngôn ngữ: VBScript, JavaScript.
Chính những ưu điểm đó, ASP đã được yêu thích trong một thời gian dài. Tuy nhiên, ASP vẫn còn tồn đọng một số khó khăn như Code ASP và HTML lẫn lộn, điều này làm cho quá trình viết code khó khăn, thể hiện và trình bày code không trong sáng, hạn chế khả năng sử dụng lại code. Bên cạnh đó, khi triển khai cài đặt, do không được biên dịch trước nên dễ bị mất source code, hạn chế về mặt tốc độ thực hiện. Quá trình xử lý Postback khó khăn…
Đầu năm 2002, Microsoft giới thiệu một kỹ thuật lập trình Web khá mới mẻ với tên gọi ban đầu là ASP+, tên chính thức sau này là ASP.Net. Với ASP.Net, không những không cần đòi hỏi bạn phải biết các tag HTML, thiết kế web, mà nó còn hỗ trợ mạnh lập …..
|
|