EBooks » ASP

Programming ASP.NET, Third Edition

O'Reilly has once again updated its bestselling tutorial on ASP.NET, the world's leading web development tool from Microsoft. In Programming ASP.NET, Third Edition, author Jesse Liberty gives you the lowdown on the technology's latest version, ASP.NET 2.0, as well as Visual Studio 2005.


One of the most significant improvements to ASP.NET 2.0 is its intuitive nature. In fact, when compared to its predecessor, ASP.NET 2.0 reduces the amount of code you have to write by about 75%. Creating interactive web applications has never been easier-but that still doesn't mean it's hassle-free! The difficulty in ASP.NET 2.0 is that it's so complete and flexible that there are many pieces that must be woven together to build a robust, scalable, and efficient application.


Fortunately, Programming ASP.NET, Third Edition is on the case, dispensing all the information you need to be effective with this dynamic tool. For starters, the book features a comprehensive tutorial on Web Forms, the user interface that gives web applications their look and feel. It then offers detailed explanations of all new controls, including Web server controls, HTML controls, and custom controls. Used properly, these controls are able to take care of nearly all the foundation work-security, data access, layout, etc.-that you would normally have to write yourself. Free of these burdensome tasks, you can instead focus on your specific application.


Other new material found in this updated edition even shows you how to create ASP.NET 2.0 pages for mobile devices. With Programming ASP.NET, Third Edition at your side, there's virtually no end to the programming possibilities.

 

 

cover

Author(s) : David Sussman, Alex Homer
Publisher : Wrox
Year : Jan 2006
ISBN 10 : 0764588079
ISBN 13 : 9780764588075
Language : English
Pages : 312
File type : PDF
Size : 8.6 MB (book + source code)

This book shows you just how powerful, and yet easy to use, the new Web development environment from Microsoft really is. Visual Web Developer 2005 Express Edition, along with the relational database SQL Server 2005 Express Edition, allows you to build great Web sites using drag-and-drop techniques, wizards, and a huge range of developer-friendly tools and controls. The book demonstrates this by leading you through the creation of a fully featured and highly interactive e-commerce Web application, like those you are used to seeing on the Internet today.

This is not a reference book. You will not find listings of the objects, classes, properties, and methods of each feature in ASP.NET. Instead, this book is task-focused to provide you with the experience of working in Visual Web Developer, quickly getting to grips with the environment and ASP.NET, and learning how to achieve the kinds of requirements you will meet every day as you build your applications. For example, after a brief section on installing Visual Web Developer and an introduction to the development environment, Chapter 1 gets you building pages that display and allow you to edit the data in a database.

As you progress through the book, you will learn about the following:
- Designing the structure of your Web site
- Implementing the database
- Displaying and editing data
- Building a shopping cart
- Publishing your finished site

coverAuthor(s) : Dr. Shahram Khosravi
Publisher : Wrox
Year : Aug 2006
ISBN 10 : 0471793507
ISBN 13 : 9780471793502
Language : English
Pages : 1224
File type : PDF
Size : 15.7 MB (book + source code)

The ASP.NET 2.0 Framework consists of two groups of components. The first group contains server controls, that is, those components that directly or indirectly derive from the ASP.NET Controlbase class. This group includes security controls, tabular and hierarchical data source controls such as SqlDataSourceand XmlDataSource, Web Parts controls set, data-bound controls, and so on.

The second group contains the rest of the ASP.NET 2.0 components including HTTP modules, HTTP handlers, HTTP handler factories, security components such as RolePrincipal, RoleManagerModule, role providers, MembershipUserand membership providers, data control fields such as BoundField, data source control parameters such as ControlParameter, ISerializable, schema importer extensions, and so on.

This book covers both groups of ASP.NET 2.0 components. In other words, this book shows you how to develop not only server controls, which belong to the first group, but also components that belong to the second group.

This book is aimed at the ASP.NET developer who wants to learn how to build custom server controls and components for the first time. No knowledge of authoring custom server controls and components is assumed. It provides you with detailed step-by-step recipes and real-world server controls and components developed using these recipes to help you gain the skills, knowledge, and experience that you need to develop
coverAuthor(s) : Jeffrey Hasan, Kenneth Tu
Publisher : Apress
Year : Mar 2003
ISBN 10 : 1590590724
ISBN 13 : 9781590590720
Language : English
Pages : 392
File type : CHM
Size : 6.7 MB (book + source code)

This book is for intermediate to advanced .NET developers who need answers to the hard questions on how to build high-performance ASP.NET applications. Authors Jeffrey Hasan and Kenneth Tu focus on how to make good design decisions for performance. They discuss how to develop applications with performance in mind. And they pay special attention to the tools available to developers to quantify and monitor performance issues and to diagnose performance problems more quickly.

Performance Tuning and Optimizing ASP.NET Applications provides a detailed review of how to tune and optimize ASP.NET applications for maximum performance. Currently, the market is being flooded with a slew of books on how to write .NET applications, but so far there has not been a title that is devoted to the more advanced topic of tuning and optimizing ASP.NET applications. There will be an increasing demand for this information as developers get comfortable with the technology and begin completing first versions of their ASP.NET applications. They will be looking for a book that dispenses with basic language tutorials, and instead tackles the real-world issues of performance.

Intermediate to experienced developers, who are either working on an ASP.NET development project or are about to start one, will find this book helpful for its concise information on how to design and write ASP.NET applications for optimal performance. The book focuses on performance tuning from a development perspective, rather than an infrastructure perspective. However, the book does address specific development issues that arise in common server architectures, such as Web farms.

This book focuses on building high-performance Web applications using Microsoft's ASP.NET technology. Pure and simple. The technical book market today is being flooded with a slew of titles on how to build applications with .NET technology, and many are undoubtedly very good. But the majority of these titles simply take a "how-to" approach on how to program with the .NET Framework. They often pay little more than cursory attention to the real-world issues and challenges that developers face. The learning curve for .NET clearly starts with understanding the Common Language Runtime (CLR) and the new Class Framework because they enable you to actually build your application. But from there, the learning curve shifts toward more complex and less neat issues such as design decisions and the relative performance of one technical approach over another. At this level, it is no longer a question of how you implement a feature.
book coverAuthor(s): Rick Leinecker
Publisher: Addison Wesley
Year: September, 2003
ISBN: 0321159659
Language: English
Pages: 912
File type: CHM
Size : 14.2 MB (book + source code)

Many developers are already familiar with the basics of ASP.NET and have been impressed with its potential to ease the creation of Web applications. However, few resources exist for those looking to translate their knowledge of ASP.NET into tailored solutions for actual challenges developers face on a daily basis.

The applications in this book can save developers time and money by providing the foundation for applications such as:
- Use ADO.NET to create a technical support application-Chapter 4
- Build an online store by creating custom server controls-Chapter 8
- Use XML to create a guest book application-Chapter 9
- Manage a dynamic ad banner using NT services-Chapter 12
- Create a feedback tracking module using data mining-Chapter 15
- Enable speech on the Web-Chapter 21

Developers are hungry to realize the full potential of the ASP.NET platform. ASP.NET Solutions-23 Case Studies moves beyond concepts to provide expertise gained in the trenches to help readers find effective solutions to common problems.
 
Username:
Password:
 
Sign Up | Lost Password
 
 

Execution time : 0.00985407829285