A considerable part of a coding standard for C or C++ could be condensed into a single rule, avoid undefined behavior, and maybe shun implementation defined behavior. Read the rest of this entry »
Coding Standard: C#
SQL Server 2005 provides the database application programmer with a rich new development platform by hosting the .NET Framework Common Language Runtime environment (CLR). With new capabilities come new roles and responsibilities for the Database Administrator (DBA).
Read the rest of this entry »
Database administrators in enterprises today face the challenging task of determining an appropriate physical design that consists of partitioned tables, indexes, and indexed views and that both optimizes server performance and is easy to manage.
Read the rest of this entry »
Real World .NET Applications
Real World .NET Applications consists of six significant .NET applications, each representing one of the major application types: a custom Windows control, an XML document editor, a Pac-Man-style game, a drawing application, an FTP client application, and an ASP.NET online store.
Read the rest of this entry »
Basic Lisp Techniques
Computers, and the software applications that power them, permeate every facet of our daily lives. From groceries to airline reservations to dental appointments, our reliance on technology is all-encompassing.
Read the rest of this entry »
Developing .NET Enterprise Applications is a complete guide to building a scalable enterprise application using .NET technologies. Other available books deeply describe individual Framework components, such as database, Windows Forms, or WebForms, but none tie all the technologies into a single scalable application.
Read the rest of this entry »
Best Kept Secrets in .NET
Author Deborah Kurata has spoken to .NET user groups all over America sharing her “Best Kept Secrets in .NET,” and she often hears experienced developers say, “I didn’t know you could do that with .NET!” This book is a collection of Deborah’s insights into .NET secrets that can enhance your productivity and code quality.
Read the rest of this entry »