|
| |
|
EBooks » ASP
 Book Details Item Number: 9780672330117 ISBN-13: 978-0-672-33011-7 ISBN-10: 0-672-33011-3 UPC: 752063330111 1900 pages 
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.

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  Author(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  Author(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.  Author(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. Essential Silverlight: Getting started now with Microsoft’s new cross-platform plug-in for rich internet applications | 6 MB Essential Silverlight teaches experienced .NET and ASP.NET developers how to add more interactive and graphically rich interfaces to their web applications using the new Microsoft Silverlight™ cross browser plug-in. Concise: Essential Silverlight is a concise introduction to Silverlight 1.0 and Silverlight 1.1 that doesn't waste your time. Always Up-to-Date: Essential Silverlight will be published initially as an eBook with a print-on-demand option when Silverlight 1.0 ships and will be updated each time Microsoft releases a new beta or release candidate for Silverlight 1.1 releases. Day and date: The final edition of Essential Silverlight will be published when Silverlight 1.1 releases in 2008. Expert author: Christian Wenz is author of Programming ASP.NET AJAX (O'Reilly, 2007) and numerous books on JavaScript in English and in German. He has written on all of the competing RIA technologies — - Flash, PHP, ActionScript, ASP.NET — and understands the market well. Loaded with code: Essential Silverlight includes scores of tested examples readers can cut and paste for reuse in their own applications. All code is available for download from O'Reilly. Browser agnostic and platform aware: Essential Silverlight will cover all of the browsers supported by Silverlight (including IE, Firefox, Safari and Opera), and will also point out differences as they become known between the Windows and Mac OS platforms.  Author(s) : Eric A. Smith Publisher : Wiley Year : Mar 2002 ISBN 10 : 047108512X ISBN 13 : 9780471085126 Language : English Pages : 640 File type : PDF Size : 4 MB ASP.NET provides developers with the functionality they need to create enterprise-level Web applications. This book clearly shows them how to use this framework to create the top ten enterprise applications that they will need for their organizations. To build these applications, Smith explains how to combine the functionality of ASP.NET with products and technologies such as VB.NET, C#, ADO.NET, SQL Server 2000, WAP, XML, HTML, JavaScript, and Cascading Style Sheets (CSS). The projects include an address book application, a contact manager application, advertising manager, online store, and a Web log analyzer. Discover how to use ASP.NET to build, deploy, and run 10 distributed Web applications that can target any browser on any device ASP.NET provides developers with the functionality they need to create enterprise-level Web applications. This book clearly shows them how to use this framework to create the top ten enterprise applications that they will need for their organizations. To build these applications, Smith explains how to combine the functionality of ASP.NET with products and technologies such as VB.NET, C#, ADO.NET, SQL Server 2000, WAP, XML, HTML, JavaScript, and Cascading Style Sheets (CSS). The projects include an address book application, a contact manager application, advertising manager, online store, and a Web log analyzer CD-ROM includes the complete source code for the ten projects, additional resource links, corrections, and FAQs. Companion Web site features a working version of the ten projects built in the book. Microsoft Technologies .NET Platform: The next big overhaul to Microsoft's technologies that will bring enterprise distributed computing to the next level by fully integrating the Internet into the development platform. This will allow interaction between any machine, on any platform, and on any device. Discover how to use ASP.NET to build, deploy, and run 10 distributed Web applications that can target any browser on any device ASP.NET provides developers with the functionality they need to create enterprise-level Web applications. This book clearly shows them how to use this framework to create the top ten enterprise applications that they will need for their organizations.  Author(s): Imar Spaanjaars, Paul Wilton, Shawn Livermore Publisher: Wrox Year: Mar 2006 ISBN: 0471749516 Language: English Pages: 542 File type: PDF Size : 58.2 MB (book + source code) This book is ideal for any programmer with .NET experience to learn the new technology. Anyone who has experimented with .NET 1.1 or implemented full-scale solutions for their employers would be a perfect candidate to easily absorb all of the materials within this book. You should have some general understanding of how a basic database works, with experience in developing software to access a database object such as a stored procedure. The book contains a dozen projects you can use right off the disk with minimal setup needed. Each project has step-by-step instructions on installing the source code to your local machine. The goal of the chapter and accompanying project code is to enable you to understand and quickly modify the project to enhance its capabilities or to learn how to implement some of the features it uses within different situations. Through the repeated studying of simple project walkthroughs and hands-on experimentation, you learn more about the design and creation of full projects in the 2.0 version of ASP.NET. The book references some of the advancements since the older version 1.1, but not to any level of detail. Most of the logic and material is gauged toward explaining the deeper concepts within the 2.0 version in its entirety. This book is designed in similar fashion to other Wrox Press Instant Results titles, in that it serves as more of a reference manual of usable and instructional source projects, as compared to a traditional end-to-end book. This is because most programmers do not need to absorb all of the available information on a particular subject in a traditional fashion. Many times, programmers are looking to find the answers within the code, and then read content or material on it as an afterthought. This book aims to satisfy this tendency, but not at the expense of providing quality information and useful instruction at the same time. Thus, the topics and concepts that must be learned are taught from basic to advanced forms, across all of the 12 projects, with overlapping tools and features to drive home the concepts. Ajax has revolutionized the way users interact with web pages today. Gone are frustrating page refreshes, lost scroll positions and intermittent interaction with a web site. Instead, we have a new generation of fast, rich, and more intuitive web applications. The ASP.NET AJAX framework puts the power of Ajax into the hands of web developers. ASP.NET AJAX, formerly called Atlas, is a new free framework from Microsoft designed to easily add Ajax features to ASP.NET applications. With this technology, ASP.NET developers can easily build more interactive and highly-personalized web applications that work across all most popular browsers. ASP.NET AJAX in Action is a fast-paced, example-rich tutorial designed for ASP.NET web developers and written by ASP.NET AJAX experts Alessandro "Garbin" Gallo, David Barkol, and Rama Krishna Vavilala. This book introduces you to Ajax applications and to the ASP.NET AJAX technology. Beginners will appreciate the clear explanations of key ideas and terminology. Intermediate and advanced ASP.NET developers will find a no-nonsense learning source and well-organized reference. ASP.NET AJAX in Action offers a rich set of examples and meticulous explanations. The extensive code samples are accompanied by accurate and rigorous explanations of the concepts behind development with ASP.NET AJAX. In this book, you will discover how to use *Microsoft Ajax Library *Partial rendering with UpdatePanels *Advanced client and server techniques *Ajax Control Toolkit
|
| |
|