Sams Teach Yourself ADO NET in 21 Days

Sams Teach Yourself ADO NET in 21 Days
Author: Dan Fox
Publsiher: Sams Publishing
Total Pages: 664
Release: 2002
Genre: Computers
ISBN: 0672323869

Download Sams Teach Yourself ADO NET in 21 Days Book in PDF, Epub and Kindle

ADO.NET refers to a set of classes that ship with Visual Studio .NET that allow developers to access data typically stored in relational databases. The purpose of this book is to explain the important features of ADO.NET to corporate developers who use VS .NET. Dan Fox also provides architectural guidance and best practices for using ADO.NET in corporate applications. Reference Tables show how members of ADO.NET classes fit into the bigger picture by denoting why or where the method or property is used. This book is filled with code snippets and code listings in both VB .NET and VC# .NET, sidebars, and mini case studies that briefly explore peripheral issues, tips, cautions, and additional resources.

Sams Teach Yourself ASP NET in 21 Days

Sams Teach Yourself ASP NET in 21 Days
Author: Chris Payne
Publsiher: Sams Publishing
Total Pages: 1106
Release: 2003
Genre: Computers
ISBN: 0672324458

Download Sams Teach Yourself ASP NET in 21 Days Book in PDF, Epub and Kindle

Sams Teach Yourself ASP.NET in 21 Days, Second Edition offers an approachalbe guide to the latest in Microsoft .NET technologies. The author's example-packed and accessible presentation style helped make the previous edition a success. The book walks the reader through the .NET Framework and teaches techniques needed to program Web applications efficiently. For experienced user of the previous version of ASP, this title will serve as an invaluable "upgrade" tool. After covering Web Forms and Server Controls, the author explores at database access with ADO.NET and XML. An application will be built throughout the book to illustrate techniques learned each day. XML Web Services are covered in detail due to their tight integration with ASP.NET applications. Overall this title will make ASP.NET accessible for just about anyone, with or without exposure to the older ASP standard.

Sams Teach Yourself NET Windows Forms in 21 Days

Sams Teach Yourself  NET Windows Forms in 21 Days
Author: Chris Payne
Publsiher: Sams Publishing
Total Pages: 914
Release: 2002
Genre: Computers
ISBN: 0672323206

Download Sams Teach Yourself NET Windows Forms in 21 Days Book in PDF, Epub and Kindle

.NET Windows Forms are a new programming paradigm introduced with Microsoft's .NET initiative. Windows Forms are very similar to Web Forms, which allow programmers to build complex Web application interfaces easily, sharing the same underlying framework and programming concepts. Windows Forms, however, are used for the Win32 platform, instead of the Internet, and allow programmers to build traditional Windows desktop-based applications structured around .NET. Sams Teach Yourself .NET Windows Forms in 21 Days covers all the major aspects of Windows Forms necessary to build professional, functional applications. This book follows the tried-and-tested 21 Days tutorial model to guide the reader through Windows Forms. It features code examples and tips for programmers migrating from pre-Windows Forms Microsoft technologies. The reader will be introduced to the many controls available for .NET Windows Forms and how to build them, learn how to create events and event handlers, explore ADO.NET and methods to retrieve data from dynamic data sources, and learn how to take advantage of the Internet and Internet Explorer from their .NET Windows Forms applications. As readers advance through the tutorials, they progress toward more advanced topics and projects by creating simple graphical applications and enhancing existing ones, learn how to integrate with other .NET applications, use Web services, build Windows services, build Windows Forms controls, create multi-threaded applications, work with COM and COM+ configure and deploy .NET Windows Forms, and how to de-bug .NET Windows Forms.

Sams Teach Yourself C Web Programming in 21 Days

Sams Teach Yourself C  Web Programming in 21 Days
Author: Philip Syme,Peter Aitken,Peter G. Aitken
Publsiher: Sams Publishing
Total Pages: 566
Release: 2002
Genre: C# (Computer program language)
ISBN: 0672322358

Download Sams Teach Yourself C Web Programming in 21 Days Book in PDF, Epub and Kindle

Learn how to how to use C# for Internet programming with the hands-on techniques and clear explanations. This book discusses some C# features that allow rapid development of solutions such as garbage collection, simplified type declarations, and scalability support. The book explains key concepts in a simple and practical manner. Web Forms and Web Controls usher in an elegant way to make dynamic Web pages. The book covers these topics with how-to code examples and projects. One of the newest developments in Internet programming is the use of XML and the SOAP communication protocol. .NET Web Services harness these two technologies, and is covered in later sections of the book.

Sams Teach Yourself ASP Net in 24 Hours

Sams Teach Yourself ASP Net in 24 Hours
Author: Joe Martin,Brett Tomson
Publsiher: Unknown
Total Pages: 484
Release: 2001
Genre: Active server pages
ISBN: 0672321262

Download Sams Teach Yourself ASP Net in 24 Hours Book in PDF, Epub and Kindle

Walking programmers through the creation of a live ASP.NET application, this book provides an easy-to-use framework for beginning level users who want to use this powerful tool.

Sams Teach Yourself Visual Studio NET 2003 in 21 Days

Sams Teach Yourself Visual Studio  NET 2003 in 21 Days
Author: Jason Beres
Publsiher: Sams Publishing
Total Pages: 688
Release: 2003
Genre: Computers
ISBN: 0672324210

Download Sams Teach Yourself Visual Studio NET 2003 in 21 Days Book in PDF, Epub and Kindle

"Sams Teach Yourself Visual Studio .NET in 21 Days" will help developers that are new to application development and experienced developers understand how to use the .NET Framework and Visual Studio .NET to rapidly develop any type of computer application. The Visual Studio .NET development environment is the most comprehensive developer tool ever created, putting that together with the .NET Frameworks' Class Libraries, the developer has everything he or she needs to get up-to-speed on Microsoft's latest revolution in application development. This book will guide the developer through using the VS .NET IDE, the Visual Basic .NET and C# language, and the supporting tools available from Microsoft to create Windows and Web-based applications. The market is full of books that pretty much say the same thing, which is already available in the help files, the author of this book has written and deployed over a dozen successful applications using Visual Studio .NET and the .NET Framework. All of his expertise and experience is used to give you the most comprehensive title on using Visual Studio .NET.

Sams Teach Yourself More Visual Basic NET in 21 Days

Sams Teach Yourself More Visual Basic  NET in 21 Days
Author: Lowell Mauer
Publsiher: Sams Publishing
Total Pages: 616
Release: 2002
Genre: Computers
ISBN: 0672322714

Download Sams Teach Yourself More Visual Basic NET in 21 Days Book in PDF, Epub and Kindle

"Sams Teach Yourself More Visual Basic.NET in 21 Days" provides step-by-step coverage of the most important new features of Visual Basic.NET, plus information on VB.NET that will shorten the learning curve for programmers who wish to migrate to VB.NET. The author's thorough coverage gives programmers an understanding of the advanced building blocks that are necessary to use when creating Windows applications. Copyright © Libri GmbH. All rights reserved.

Sams Teach Yourself Visual Basic NET Web Programming in 21 Days

Sams Teach Yourself Visual Basic  NET Web Programming in 21 Days
Author: Peter G. Aitken,Philip Syme
Publsiher: Sams Publishing
Total Pages: 550
Release: 2002
Genre: BASIC (Computer program language)
ISBN: 0672322366

Download Sams Teach Yourself Visual Basic NET Web Programming in 21 Days Book in PDF, Epub and Kindle

Visual Basic .NET will integrate state of the art programming language features, including inheritance, polymorphism, and garbage collection. The book will explain these key concepts in a simple and practical way. Web Forms and Web Controls usher in an elegant way to make dynamic web pages. The book will cover these topics with how-to code examples and projects. One of the newest developments in Internet programming is the use of XML and the SOAP communication protocol. .NET Web Services harness these two technologies, and will be covered in some of the later sections of the book.