Code Centric: T-SQL Programming with Stored Procedures and Triggers

Code Centric: T-SQL Programming with Stored Procedures and Triggers PDF

Author: Garth Wells

Publisher: Apress

Published: 2001-02-15

Total Pages: 704

ISBN-13: 1430211458

DOWNLOAD EBOOK →

If you want to learn how to write stored procedures and triggers for Microsoft SQL Server, Code Centric: T-SQL Programming with Stored Procedures and Triggers is the book for you. Youll learn real-world coding and how to build non-trivial applications. All of the examples covered in the book are available for download, making it easier to work through over 5,000 lines of sample code. While there is extensive coverage of the new functionality in SQL Server 2000—such as UDFs (user-defined functions)—you can use this book effectively for virtually any version of SQL Server6.x, 7.0, or 2000.

The Guru's Guide to Transact-SQL

The Guru's Guide to Transact-SQL PDF

Author: Ken Henderson

Publisher: Addison-Wesley Professional

Published: 2000

Total Pages: 594

ISBN-13: 9780201615760

DOWNLOAD EBOOK →

A book/CD-ROM guide to mastering Microsoft Transact-SQL and developing the best possible code. Some 600 code examples not only illustrate important concepts and best practices, but also provide working Transact-SQL code that can be incorporated into real-world DBMS applications. Begins by explaining language fundamentals such as database and table creation, then moves on to advanced topics such as OLE automation. The CD-ROM contains a set of code examples from the book plus a SQL programming environment. Henderson is a nationally recognized consultant and leading DBMS practitioner. Annotation copyrighted by Book News, Inc., Portland, OR

Database Programming with C#

Database Programming with C# PDF

Author: Carsten Thomsen

Publisher: Apress

Published: 2002-04-05

Total Pages: 683

ISBN-13: 1430210982

DOWNLOAD EBOOK →

Non-VB programmers are shown how they can have the same database ease that Visual Basic programmers have: step-by-step coverage of data access in Visual Studio .NET, with example code in C#.

SQL Server 2000

SQL Server 2000 PDF

Author: Dejan Sunderic

Publisher: Database Professional's Librar

Published: 2001

Total Pages: 774

ISBN-13:

DOWNLOAD EBOOK →

This book is an A-Z guide to building and using stored procedures in SQL Server applications. With this book, developers can custom design stored procedures to write high-performance SQL Server applications that effectively can be maintained and scaled. They also will learn to administer SQL Server environments using Microsoft's system stored procedures. 20 line illustrations.

CIL Programming

CIL Programming PDF

Author: Jason Bock

Publisher: Apress

Published: 2008-01-01

Total Pages: 355

ISBN-13: 1430208457

DOWNLOAD EBOOK →

Most .NET developers will use a high-level language, such as C# or VB .NET, to develop their systems. However, the core language of .NET is the Common Intermediate Language, or CIL. This language is the language of .NET-whatever is allowed by the .NET specifications can be done in CIL, and it can do much that C# and VB .NET cannot. Understanding how the CIL works will give .NET developers a deep, language-independent insight into the core parts of .NET. Furthermore, such knowledge is essential for creating dynamic types, a powerful part of the .NET Framework. In this book, Bock covers the essentials of programming the CIL. First, he discusses the basics of what .NET: assemblies are, how manifests fit into the picture, and much more. Bock then shows how to create assemblies in .NET-this will cover the ilasm directives and CIL opcodes, and how these are used to define assemblies, classes, field, methods, and method definitions. Bock also covers how C# and VB .NET and other non-MS languages emit CIL and how they differ. Finally, Bock shows how one can create dynamic assemblies at runtime via the Emitter classes.

Programming the Web with Visual Basic .NET

Programming the Web with Visual Basic .NET PDF

Author: Constance Petersen

Publisher: Apress

Published: 2002-07-16

Total Pages: 921

ISBN-13: 1430211024

DOWNLOAD EBOOK →

After reading Programming the Web with Visual Basic .NET, developers will understand how to build and deploy top quality, professionally designed, highly usable Web applications using Visual Basic .NET.

GDI+ Programming in C# and VB .NET

GDI+ Programming in C# and VB .NET PDF

Author: Nick Symmonds

Publisher: Apress

Published: 2008-01-01

Total Pages: 601

ISBN-13: 1430208287

DOWNLOAD EBOOK →

GDI+ Programming in C# and VB .NET starts out with an explanation of GDI+ and how it relates to GDI. Nick Symmonds also includes a chapter on common ways to draw using VB6 and C++. The book then delves deep into the GDI+ namespaces and classes-basic drawing is discussed first with later chapters going deeper into more complex drawing. Paths, Gradients, Alpha Blends, Matrix operations, and transformations are all explained in understandable detail. Later chapters discuss working with bitmaps and other images, drawing, and printing. The final two chapters are devoted to useful projects that tie up the subject matter of the previous chapters in real world examples. Throughout GDI+ Programming in C# and VB .NET, the author not only explains the different namespaces and classes relating to GDI+, but he also takes time to talk about best practices concerning graphics programming. Woven throughout the book are numerous examples that tie together different aspects of programming in .NET, teaching programmers how to get the best possible speed and efficiency out of their code.

Distributed .NET Programming in C#

Distributed .NET Programming in C# PDF

Author: Tom Barnaby

Publisher: Apress

Published: 2002-05-29

Total Pages: 516

ISBN-13: 1430211075

DOWNLOAD EBOOK →

Barnaby describes how to use the new .NET technologies to build fast, scalable, and robust distributed applications.