May 12, 2010 |
22,736 views |

Book Description
The first edition of this book was released at the 2001 Tech-Ed conference in Atlanta, Georgia. At that time, the .NET platform was still a beta product, and in many ways, so was this book. This is not to say that the early editions of this text did not have merit—after all, the book was a 2002 Jolt Award finalist and it won the 2003 Referenceware Excellence Award. However, over the years that author Andrew Troelsen spent working with the common language runtime (CLR), he gained a much deeper understanding of the .NET platform and the subtleties of the C# programming language, and he feels that this fifth edition of the book is as close to a “final release” as he’s come yet.
This new edition has been comprehensively revised and rewritten to make it accurately reflect the C# 4 language specification for the .NET 4 platform. You’ll find new chapters covering the important concepts of dynamic lookups, named and optional arguments, Parallel LINQ (PLINQ), improved COM interop, and variance for generics.
If you’re checking out this book for the first time, do understand that it’s targeted at experienced software professionals and/or graduate students of computer science (so don’t expect three chapters on iteration or decision constructs!). The mission of this text is to provide you with a rock-solid foundation in the C# programming language and the core aspects of the .NET platform (assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, etc.). Once you digest the information presented in these 25 chapters, you’ll be in a perfect position to apply this knowledge to your specific programming assignments, and you’ll be well equipped to explore the .NET universe on your own terms. Download Now »
May 06, 2010 |
10,402 views |

Book Description
Your hands-on, step-by-step guide to learning Visual Basic® 2010.
Teach yourself the essential tools and techniques for Visual Basic® 2010-one step at a time. No matter what your skill level, you’ll find the practical guidance and examples you need to start building professional applications for Windows® and the Web.
Discover how to:
- Work in the Microsoft® Visual Studio® 2010 Integrated Development Environment (IDE)
- Master essential techniques-from managing data and variables to using inheritance and dialog boxes
- Create professional-looking UIs; add visual effects and print support
- Build compelling Web features with the Visual Web Developer tool
- Use Microsoft® ADO.NET and advanced data presentation controls
- Debug your programs and handle run-time errors
- Use new features, such as Query Builder, and Microsoft® .NET Framework Download Now »
Apr 14, 2010 |
24,299 views |

Book Description
This book starts by reviewing the overall architecture of .NET in order to give you the background you need to be able to write managed code. After that, the book is divided into a number of sections that cover both the C# language and its application in a variety of areas.The book closes with an appendix covering Windows 7 and Windows Server 2008 R2 development.
Start using the new features of C# 4 and .NET 4 right away
The new C# 4 language version is indispensable for writing code in Visual Studio 2010. This essential guide emphasizes that C# is the language of choice for your .NET 4 applications. The unparalleled author team of experts begins with a refresher of C# basics and quickly moves on to provide detailed coverage of all the recently added language and Framework features so that you can start writing Windows applications and ASP.NET web applications immediately.
- Reviews the .NET architecture, objects, generics, inheritance, arrays, operators, casts, delegates, events, Lambda expressions, and more
- Details integration with dynamic objects in C#, named and optional parameters, COM-specific interop features, and type-safe variance Download Now »
Mar 11, 2010 |
4,570 views |

Book Description
As one of the most popular programming languages in the world, Visual Basic continues to expand on the functionality and flexibility of its framework. This book explains how to use Visual Basic 2005 to write efficient database applications that can be used throughout an enterprise.
With this teaching tool, you’ll learn how to use queries, views, and stored procedures to efficiently access and manipulate data from your applications. You’ll get a firm grasp on using ADO.NET as well as OleDb, SQL, and Oracle to access specific databases. Plus, hands-on examples and try-it-out exercises help you put your reading into practice so that with each chapter, you’ll gradually build the pieces of a single application.
What you will learn from this book
- How ADO.NET continues to evolve as a building block for accessing and manipulating data in relational databases
- Ways to encrypt and decrypt data, hash passwords, and further secure access to your data
- Techniques for accessing your Web Service from both Windows® and Web applications
- Best practices for using business logic and data access components to produce report data or update data in your back-end databases
Who this book is for Download Now »
Mar 08, 2010 |
6,285 views |

Book Description
Professional ADO.NET 3.5 with LINQ and the Entity Framework
LINQ and the Entity Framework are revolutionizing .NET database programming. With this book as your guide, you’ll discover how to leverage these cutting-edge query and object/relational mapping technologies for enterprise-class computing. It provides you with hands-on coding techniques for data-intensive web and Windows projects. You’ll also get quickly up to speed on LINQ technologies with the help of C# and VB programming examples.
Leading Microsoft database authority Roger Jennings first covers LINQ Standard Query Operators (SQOs) and domain-specific LINQ to SQL, LINQ to DataSet, and LINQ to XML implementations for querying generic collections. He then delves into the ADO.NET Entity Framework, Entity Data Model, Entity SQL (eSQL), and LINQ to Entities. Numerous code examples are integrated throughout the chapters that emulate real-world data sources and show you how to develop C# and VB web site/application or Windows projects.
The information in this book will give you the tools to create and maintain applications that are independent of the underlying relational data.
Download Now »
Jan 02, 2010 |
8,923 views |

Book Description
Performance and scalability are more critical than ever in today’s enterprise database applications, and traditional database tuning isn’t nearly enough to solve the performance problems you are likely to see in those applications. Nowadays, 75-95% of the time it takes to process a data request is typically spent in the database middleware. Today’s worst performance and scalability problems are generally caused by issues with networking, database drivers, the broader software/hardware environment, and inefficient coding of data requests. In The Data Access Handbook, two of the world’s leading experts on database access systematically address these issues, showing how to achieve remarkable improvements in performance of real-world database applications.
Drawing on their unsurpassed experience with every leading database system and database connectivity API, John Goodson and Rob Steward reveal the powerful ways middleware affects application performance and guide developers with designing and writing API code that will deliver superior performance in each leading environment. In addition to covering essential concepts and techniques that apply across database systems and APIs, they present many API examples for ODBC, JDBC, and ADO.NET as well as database system examples for DB2, Microsoft SQL Server, MySQL, Oracle, and Sybase. Download Now »