ASP in a Nutshell

ASP in a Nutshell
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 496
Release :
ISBN-10 : 9781449379599
ISBN-13 : 1449379591
Rating : 4/5 (99 Downloads)

Synopsis ASP in a Nutshell by : Keyton Weissinger

ASP in a Nutshell provides the high-quality reference documentation that web application developers really need to create effective Active Server Pages. It focuses on how features are used in a real application and highlights little-known or undocumented features.This book also includes an overview of the interaction between the latest release of Internet Information Server (version 5) and ASP 3.0, with an introduction to the IIS object model and the objects it comprises. The examples shown in this section and throughout the book are illustrated in VBScript.The main components of this book are: Active Server Pages Introduction. Brief overview of the ASP application paradigm with examples in VBScript. Also included is an introduction to Microsoft's Internet Information Server 5.0, the IIS object model, and the objects that it comprises. Object Reference. Each object is discussed in the following manner: descriptions, properties, collections, methods, events, accessory files/required DLLs, and remarks, including real-world uses, tips and tricks, and author's experience (where applicable). The objects--Application, Response, Request, Server, Session, ObjectContext, and ASPError, as well as ASP Directives, Global.ASA, and Server-Side Includes--all follow this paradigm. Component Reference. This section follows the same paradigm found in Object Reference. The discussion covers all of the additional components included with IIS, such as ActiveX Data Objects, the Ad Rotator, the Browser capabilities component, the File System Object, and more. Appendixes. Gives examples in one or two objects and components using Perl, REXX, and Python in ASP. Like other books in the "In a Nutshell" series this book offers the facts, including critical background information, in a no-nonsense manner that users will refer to again and again. It is a detailed reference that enables even experienced web developers to advance their ASP applications to new levels.

ASP.NET in a Nutshell

ASP.NET in a Nutshell
Author :
Publisher : O'Reilly Media
Total Pages : 838
Release :
ISBN-10 : UOM:39015055198983
ISBN-13 :
Rating : 4/5 (83 Downloads)

Synopsis ASP.NET in a Nutshell by : G. Andrew Duthie

Here, a concise, one-volume reference is all you need to have at your fingertips to make effective use of ASP.NET. ASP.NET is the successor to Active Server Pages and is the next generation technology for building dynamic web applications and web services for the .NET platform. With its documentation of the web-related classes in the .NET Framework Class Library, ASP.NET in a Nutshell is the definitive reference guide for developers of both applications and web services. Book jacket.

ASP.NET in a Nutshell

ASP.NET in a Nutshell
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 998
Release :
ISBN-10 : 9780596005207
ISBN-13 : 0596005202
Rating : 4/5 (07 Downloads)

Synopsis ASP.NET in a Nutshell by : G. Andrew Duthie

This updated bestseller captures all the new changes to ASP.NET in detail, and includes a CD-ROM that integrates the book's contents into Visual Studio .NET's help files.

ASP.NET in a Nutshell

ASP.NET in a Nutshell
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 1000
Release :
ISBN-10 : 9781449365660
ISBN-13 : 1449365663
Rating : 4/5 (60 Downloads)

Synopsis ASP.NET in a Nutshell by : G. Andrew Duthie

Newly updated for Visual Studio .NET 2003, the second edition of this book covers application and web service development, custom controls, data access, security, deployment, and error handling. Also contains new material on web application development for mobile devices, plus an overview of the class libraries

ADO.NET in a Nutshell

ADO.NET in a Nutshell
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 630
Release :
ISBN-10 : 9781449370435
ISBN-13 : 1449370438
Rating : 4/5 (35 Downloads)

Synopsis ADO.NET in a Nutshell by : Bill Hamilton

Written by experts on the Microsoft® .NET programming platform, ADO.NET in a Nutshell delivers everything .NET programmers will need to get a jump-start on ADO.NET technology or to sharpen their skills even further. In the tradition of O'Reilly's In a Nutshell Series, ADO.NET in a Nutshell is the most complete and concise source of ADO.NET information available.ADO.NET is the suite of data access technologies in the .NET Framework that developers use to build applications services accessing relational data and XML. Connecting to databases is a fundamental part of most applications, whether they are web, Windows®, distributed, client/server, XML Web Services, or something entirely different. But ADO.NET is substantially different from Microsoft's previous data access technologies--including the previous version of ADO--so even experienced developers need to understand the basics of the new disconnected model before they start programming with it.Current with the .NET Framework 1.1, ADO.NET in a Nutshell offers one place to look when you need help with anything related to this essential technology, including a reference to the ADO.NET namespaces and object model. In addition to being a valuable reference, this book provides a concise foundation for programming with ADO.NET and covers a variety of issues that programmers face when developing web applications or Web Services that rely on database access. Using C#, this book presents real world, practical examples that will help you put ADO.NET to work immediately.Topics covered in the book include: An Introduction to ADO.NET Connections, Commands and DataReaders Disconnected Data Advanced DataSets Transactions DataViews and Data Binding XML and the DataSet Included with the book is a Visual Studio .NET add-in that integrates the entire reference directly into your help files. When combining ADO.NET in a Nutshell with other books from O'Reilly's .NET In a Nutshell series, you'll have a comprehensive, detailed and independent reference collection that will help you become more productive.

C# 9.0 in a Nutshell

C# 9.0 in a Nutshell
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 1061
Release :
ISBN-10 : 9781098100933
ISBN-13 : 109810093X
Rating : 4/5 (33 Downloads)

Synopsis C# 9.0 in a Nutshell by : Joseph Albahari

When you have questions about C# 9.0 or .NET 5, this best-selling guide has the answers you need. C# is a language of unusual flexibility and breadth, but with its continual growth there's so much more to learn. In the tradition of O'Reilly's Nutshell guides, this thoroughly updated edition is simply the best one-volume reference to the C# language available today. Organized around concepts and use cases, C# 9.0 in a Nutshell provides intermediate and advanced programmers with a concise map of C# and .NET that also plumbs significant depths. Get up to speed on C#, from syntax and variables to advanced topics such as pointers, records, closures, and patterns Dig deep into LINQ with three chapters dedicated to the topic Explore concurrency and asynchrony, advanced threading, and parallel programming Work with .NET features, including regular expressions, networking, spans, reflection, and cryptography

NET Windows Forms in a Nutshell

NET Windows Forms in a Nutshell
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 900
Release :
ISBN-10 : 0596003382
ISBN-13 : 9780596003388
Rating : 4/5 (82 Downloads)

Synopsis NET Windows Forms in a Nutshell by : Ian Griffiths

In this all inclusive guide for experienced programmers, the authors show howto develop stand-alone Windows applications.

C# 7.0 in a Nutshell

C# 7.0 in a Nutshell
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 1090
Release :
ISBN-10 : 9781491987629
ISBN-13 : 1491987626
Rating : 4/5 (29 Downloads)

Synopsis C# 7.0 in a Nutshell by : Joseph Albahari

When you have questions about C# 7.0 or the .NET CLR and its core Framework assemblies, this bestselling guide has the answers you need. Since its debut in 2000, C# has become a language of unusual flexibility and breadth, but its continual growth means there’s always more to learn. Organized around concepts and use cases, this updated edition provides intermediate and advanced programmers with a concise map of C# and .NET knowledge. Dive in and discover why this Nutshell guide is considered the definitive reference on C#. Get up to speed on the C# language, from the basics of syntax and variables to advanced topics such as pointers, operator overloading, and dynamic binding Dig deep into LINQ via three chapters dedicated to the topic Explore concurrency and asynchrony, advanced threading, and parallel programming Work with .NET features, including XML, regular expressions, networking, serialization, reflection, application domains, and security Delve into Roslyn, the modular C# 7.0 compiler-as-a-service

C# 10 in a Nutshell

C# 10 in a Nutshell
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 1061
Release :
ISBN-10 : 9781098121921
ISBN-13 : 1098121929
Rating : 4/5 (21 Downloads)

Synopsis C# 10 in a Nutshell by : Joseph Albahari

When you have questions about C# 10 or .NET 6, this best-selling guide has the answers you need. C# is a language of unusual flexibility and breadth, and with its continual growth, there's always so much more to learn. In the tradition of O'Reilly's Nutshell guides, this thoroughly updated edition is simply the best one-volume reference to the C# language available today. Organized around concepts and use cases, this comprehensive and complete reference provides intermediate and advanced programmers with a concise map of C# and .NET that also plumbs significant depths. Get up to speed on C#, from syntax and variables to advanced topics such as pointers, closures, and patterns Dig deep into LINQ, with three chapters dedicated to the topic Explore concurrency and asynchrony, advanced threading, and parallel programming Work with .NET features, including regular expressions, networking, assemblies, spans, reflection, and cryptography

C# 8.0 in a Nutshell

C# 8.0 in a Nutshell
Author :
Publisher : O'Reilly Media
Total Pages : 1102
Release :
ISBN-10 : 9781492051107
ISBN-13 : 1492051101
Rating : 4/5 (07 Downloads)

Synopsis C# 8.0 in a Nutshell by : Joseph Albahari

When you have questions about C# 8.0 or .NET Core, this best-selling guide has the answers you need. C# is a language of unusual flexibility and breadth, but with its continual growth there’s so much more to learn. In the tradition of the O’Reilly Nutshell guides, this thoroughly updated edition is simply the best one-volume reference to the C# language available today. Organized around concepts and use cases, C# 8.0 in a Nutshell provides intermediate and advanced programmers with a concise map of C# and .NET knowledge that also plumbs significant depths. Get up to speed on C#, from syntax and variables to advanced topics such as pointers, closures, and patterns Dig deep into LINQ with three chapters dedicated to the topic Explore concurrency and asynchrony, advanced threading, and parallel programming Work with .NET features, including regular expressions, networking, serialization, spans, reflection, and cryptography Delve into Roslyn, the modular C# compiler as a service