The Database Hacker's Handbook Defending Database

The Database Hacker's Handbook Defending Database
Author :
Publisher : John Wiley & Sons
Total Pages : 516
Release :
ISBN-10 : 8126506156
ISBN-13 : 9788126506156
Rating : 4/5 (56 Downloads)

Synopsis The Database Hacker's Handbook Defending Database by : David Litchfield Chris Anley John Heasman Bill Gri

Pro ASP.NET 2.0 in VB 2005, Special Edition

Pro ASP.NET 2.0 in VB 2005, Special Edition
Author :
Publisher : Apress
Total Pages : 1362
Release :
ISBN-10 : 9781430202394
ISBN-13 : 1430202394
Rating : 4/5 (94 Downloads)

Synopsis Pro ASP.NET 2.0 in VB 2005, Special Edition by : Laurence Moroney

To celebrate recent innovations, and to demonstrate Apress’ commitment to the ASP.NET market, we are publishing a special edition of Pro ASP.NET 2.0 in VB 2005, with new chapters explaining how to use these important new technologies. On top of the book’s already extensive coverage, readers will learn how to create Ajax and Atlas applications in ASP.NET 2.0. They will be treated to a deeper coverage of ASP.NET 2.0 Performance Tuning and will be given a slew of bonus material to truly make this special edition special. This includes a free eBook of the title’s content and a bonus 150 page eBook of carefully selected ASP.NET 2.0 articles.

Professional ASP.NET 1.0

Professional ASP.NET 1.0
Author :
Publisher : Wrox
Total Pages : 1394
Release :
ISBN-10 : 0764543962
ISBN-13 : 9780764543968
Rating : 4/5 (62 Downloads)

Synopsis Professional ASP.NET 1.0 by : Richard Anderson

What is this book about? This comprehensive compendium provides a broad and thorough investigation of all aspects of programming with ASP.NET. Entirely revised and updated for the 1.0 Release of .NET, this book will give you the information you need to master ASP.NET and build dynamic, successful, enterprise Web applications. What does this book cover? Here are just a few of the topics covered in this book: What ASP.NET is, and how it makes building applications even easier How easy it is to work with ASP.NET pages and server-side controls Accessing data of all kinds in your ASP.NET pages An introduction to ADO.NET Getting started with ASP.NET and the .NET Framework Creating ASP.NET pages, working with server controls, and data management Developing, securing, and configuring web applications Exploring Base class libraries, components, and extensibility Working with Web Services and ASP.NET in the mobile arena Debugging, performance, migration, and interoperability Integrating this knowledge in real world development contexts Who is this book for? This book is aimed at experienced ASP developers working at the leading edge — rather than the casual ASP developer or beginner. We do not cover the basics of COM, ASP, or the .NET programming languages. This book is also ideal for Visual Basic developers who want to move into Web application design. What do you need to use this book? Here's what you need to know in order to use this book: A solid understanding of ASP Familiarity with VB or C-based syntax (C++, Java(TM), or C#) A desire to develop sophisticated ASP.NET applications using the .NET Framework A desire for a comprehensive and in-depth guide to this exciting new technology

Pro ASP.NET 2.0 in C# 2005, Special Edition

Pro ASP.NET 2.0 in C# 2005, Special Edition
Author :
Publisher : Apress
Total Pages : 1466
Release :
ISBN-10 : 9781430202325
ISBN-13 : 1430202327
Rating : 4/5 (25 Downloads)

Synopsis Pro ASP.NET 2.0 in C# 2005, Special Edition by : Mario Szpuszta

ASP.NET 2.0 is Microsoft’s premier technology for creating dynamic websites, and C# 2005 its preferred language. Development and innovation in this sector has continued at a rapid pace with the "Web 2.0" technologies of Ajax and Microsoft "Atlas" both becoming available since the .NET 2.0 launch. This special edition of Pro ASP.NET 2.0 in C# 2005 includes new chapters explaining how to use important new technologies. Beyond the book’s already extensive coverage, readers will learn to create Ajax and Atlas applications in ASP.NET 2.0, and will appreciate its deeper coverage of ASP.NET 2.0 Performance Tuning.

Beginning ASP.NET E-Commerce in C#

Beginning ASP.NET E-Commerce in C#
Author :
Publisher : Apress
Total Pages : 716
Release :
ISBN-10 : 9781430210733
ISBN-13 : 1430210737
Rating : 4/5 (33 Downloads)

Synopsis Beginning ASP.NET E-Commerce in C# by : Karli Watson

Teaching readers how to best use the free development tools offered by Microsoft to build an online product catalog, this guide offers an intimate understanding of every piece of code they write, enabling them to build their own flexible Web sites with ASP.NET 3.5.

Professional VB.NET

Professional VB.NET
Author :
Publisher : Wrox
Total Pages : 670
Release :
ISBN-10 : 0764544004
ISBN-13 : 9780764544002
Rating : 4/5 (04 Downloads)

Synopsis Professional VB.NET by : Fred Barwell

What is this book about? .NET is designed to provide a new environment within which you can develop almost any application to run on Windows (and possibly in the future on other platforms). Visual Basic .NET (VB.NET) is likely to be a very popular development tool for use with this framework. VB.NET is a .NET compliant language and, as such, has (except for legacy reasons) almost identical technical functionality as the new C# language and Managed Extensions for C++. Using VB.NET, you can develop a dynamic Web page, a component of a distributed application, a database access component, or a classic Windows desktop application. In order to incorporate Visual Basic into the .NET Framework, a number of new features have been added to it. In fact, the changes are so extensive that VB.NET should be viewed as a new language rather than simply as Visual Basic 7. However, these changes were necessary to give developers the features that they have been asking for: true object orientated programming, easier deployment, better interoperability, and a cohesive environment in which to develop applications. What does this book cover? In this book, we cover VB.NET virtually from start to finish: We begin by looking at the .NET Framework, and end by looking at best practices for deploying .NET applications. In between, we look at everything from database access to integration with other technologies such as XML, along with investigating the new features in detail. You will see that VB.NET has emerged as a powerful yet easy to use language that will allow you to target the Internet just as easily as the desktop. This book explains the underlying philosophy and design of the .NET Framework and Common Language Runtime (CLR) and explains the differences between Visual Basic 6 and Visual Basic .NET. You will learn how to Develop applications and components using Visual Studio .NET Effectively apply inheritance and interfaces when designing objects and components Organize your code using namespaces Handle errors using the Try...Catch...Finally structure Access data using ADO.NET and bind controls to the underlying data sources Create Windows applications and custom Windows controls Interoperate with COM and ActiveX components Create transactional and queuing components Use .NET Remoting to send serialized objects between clients and servers Create Windows Services Use VB.NET to access information on the Web Create and consume Web Services Secure your applications and code using the tools provided in the .NET Framework SDK Arrange your applications and libraries in assemblies and deploy them using Visual Studio .NET Who is this book for? This book is aimed at experienced Visual Basic developers who want to make the transition to VB.NET. What do you need to use this book? Although it is possible to create VB.NET applications using the command lines tools contained in the .NET Framework SDK, you will need Visual Studio .NET (Professional or higher), which includes the .NET Framework SDK, to use this book to the full. Here are some additional notes on what you may need: Some chapters make use of SQL Server 2000. However, you can also run the example code using MSDE (Microsoft Data Engine), which ships with Visual Studio .NET. Several chapters make use of Internet Information Services (IIS). IIS ships with Windows 2000 Server, Windows 2000 Professional, and Windows XP, although it is not installed by default. Chapter 18 makes use of MSMQ to work with queued transactions. MSMQ ships with Windows 2000 Server, Windows 2000 Professional, and Windows XP, although it is not installed by default.

Forthcoming Books

Forthcoming Books
Author :
Publisher :
Total Pages : 1254
Release :
ISBN-10 : UOM:39015057995048
ISBN-13 :
Rating : 4/5 (48 Downloads)

Synopsis Forthcoming Books by : Rose Arny

Professional ASP.NET 3.5 SP1 Edition

Professional ASP.NET 3.5 SP1 Edition
Author :
Publisher : John Wiley & Sons
Total Pages : 1864
Release :
ISBN-10 : 9781118058688
ISBN-13 : 1118058682
Rating : 4/5 (88 Downloads)

Synopsis Professional ASP.NET 3.5 SP1 Edition by : Bill Evjen

Professional ASP.NET 3.5 SP1 In C# and VB ASP.NET 3.5 brings the power of Visual Studio 2008 along with the multitude of language improvements in C# 2008 and Visual Basic 2008 as well as powerful new technology called LINQ, together with the ASP.NET 2.0 Framework you already know and love. Packed with valuable coverage of ASP.NET 3.5 SP1, this essential resource offers both C# and VB examples throughout the book, and shares new and updated content on the ADO.NET Entity Framework, ADO.NET Dynamic Data, and ADO.NET Data Services. While ASP.NET 3.5 boasts server controls like the ListView and the incredibly flexible GridView, it also includes advancements in AJAX technology combined with JavaScript debugging features in Visual Studio 2008. With this book, a stellar author team covers the new controls in the AJAX toolbox, the back button history, and script combining, and they also examine the new capabilities of WCF including changes to DataContractSerializer. In addition, the accompanying CD-ROM features the entire book in PDF format. What you will learn from this book The concepts underlying the server control and its pivotal role in ASP.NET development How to create templated ASP.NET pages using the master page feature How to work with data from enterprise databases including SQL Server Ways to debug, package, and deploy ASP.NET applications, monitor their health and performance, and handle errors How to retrieve, update, and delete data quickly and logically using LINQ with side-by-side examples comparing LINQ to existing techniques Ways to localize your web site in multiple languages for a world-wide audience Methods for adding AJAX capabilities to your ASP.NET applications The many benefits of the new data access additions Ways to use and extend the Provider Model for accessing data stores, processes, and more What freeware tools you need in Scott Hanselman's ASP.NET Ultimate Developer Tools appendix Who this book is for This book is for programmers and developers who are looking to make the transition to ASP.NET 3.5 SP1 with Visual Studio 2008 and either C# 3.0 (2008) or Visual Basic 9 (2008). CD-ROM includes the full book in PDF format and a selection of 7 Wrox Blox mini e-books including: Internet Explorer 8 and Its Impact on Your ASP.NET Web Sites Jumping from ASP.NET to Silverlight 2 Leverage LINQ in ASP.NET 3.5 Projects Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Professional ASP.NET 2.0

Professional ASP.NET 2.0
Author :
Publisher : John Wiley & Sons
Total Pages : 1299
Release :
ISBN-10 : 9780764576102
ISBN-13 : 0764576100
Rating : 4/5 (02 Downloads)

Synopsis Professional ASP.NET 2.0 by : Bill Evjen

Provides information on the features and functions of ASP.NET 2.0, covering such topics as Web server controls, working with Master Pages, themes and skins, data binding, working with XML, and caching.

Pro .NET Oracle Programming

Pro .NET Oracle Programming
Author :
Publisher : Apress
Total Pages : 473
Release :
ISBN-10 : 9781430204091
ISBN-13 : 1430204095
Rating : 4/5 (91 Downloads)

Synopsis Pro .NET Oracle Programming by : Mark A. Williams

*Exploits new features of Visual Studio .NET 2003 and the Oracle database 10g. (But concepts and code still apply to the earlier releases, 8i and 9i, that currently comprise most business systems). *Explains Oracle programming using both C# and VB.NET languages; provides a one-stop reference for VS.NET developers working with Oracle. *Excellent resource for J2EE programmers in environments considering moving to a .NET environment (and retaining the Oracle database).