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

Code Centric: T-SQL Programming with Stored Procedures and Triggers
Author: Garth Wells
Publisher: Apress
Total Pages: 704
Release: 2001-02-15
Genre: Computers
ISBN: 1430211458

Download Code Centric: T-SQL Programming with Stored Procedures and Triggers Book in PDF, Epub and Kindle

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
Author: Ken Henderson
Publisher: Addison-Wesley Professional
Total Pages: 594
Release: 2000
Genre: Computers
ISBN: 9780201615760

Download The Guru's Guide to Transact-SQL Book in PDF, Epub and Kindle

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#
Author: Carsten Thomsen
Publisher: Apress
Total Pages: 683
Release: 2002-04-05
Genre: Computers
ISBN: 1430210982

Download Database Programming with C# Book in PDF, Epub and Kindle

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
Author: Dejan Sunderic
Publisher: Database Professional's Librar
Total Pages: 774
Release: 2001
Genre: Computers
ISBN:

Download SQL Server 2000 Book in PDF, Epub and Kindle

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
Author: Jason Bock
Publisher: Apress
Total Pages: 355
Release: 2008-01-01
Genre: Computers
ISBN: 1430208457

Download CIL Programming Book in PDF, Epub and Kindle

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
Author: Constance Petersen
Publisher: Apress
Total Pages: 921
Release: 2002-07-16
Genre: Computers
ISBN: 1430211024

Download Programming the Web with Visual Basic .NET Book in PDF, Epub and Kindle

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.

Real World Enterprise Reports Using VB6 And VB .NET

Real World Enterprise Reports Using VB6 And VB .NET
Author: Carl Ganz
Publisher: Apress
Total Pages: 680
Release: 2008-01-01
Genre: Computers
ISBN: 1430207701

Download Real World Enterprise Reports Using VB6 And VB .NET Book in PDF, Epub and Kindle

The authors approach Crystal, Palm, and Web programming from the standpoint of report development.

GDI+ Programming in C# and VB .NET

GDI+ Programming in C# and VB .NET
Author: Nick Symmonds
Publisher: Apress
Total Pages: 601
Release: 2008-01-01
Genre: Computers
ISBN: 1430208287

Download GDI+ Programming in C# and VB .NET Book in PDF, Epub and Kindle

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#
Author: Tom Barnaby
Publisher: Apress
Total Pages: 516
Release: 2002-05-29
Genre: Computers
ISBN: 1430211075

Download Distributed .NET Programming in C# Book in PDF, Epub and Kindle

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