Saturday, October 20, 2012

C# BIBLE

C# BIBLEMicrosoft's .NET Framework represents the most significant change in software development methodology for a Microsoft operating system since the introduction of Windows. It is built using an architecture that allows software languages to work together, sharing resources and code, to provide developers with the advanced tools necessary to build the next generation of desktop and Internet-enabled applications. Microsoft's Visual Studio .NET...

ADO.NET.2.Programming.with.SQL.Server.

ADO.NET 2 Programming with SQL Server‘ADO.NET revolutionized the way data was accessed through SQL Server, Oracle, and MySQL. With Microsoft′s release of ADO.NET 2, ADO and the .NET Framework are integrated with SQL Server for the first time–enabling you to program .NET applications directly within the SQL Server database.Packed with sample code and recommended best practices for using ADO.NET 2, this code–intensive book explores the new data types...

Pro ADO.NET 2.0

Pro ADO.NET 2.0 (Expert's Voice) ‘Pro ADO.NET 2.0 is a guide and reference for .NET developers who are looking to further their understanding of ADO.NET 2.0.This book takes a new approach, focusing on the practical tasks like connecting to the database, retrieving data, and working with transactions, rather than rehashing much of the MSDN documentation. Pro ADO.NET 2.0 offers the deep and much-needed practical understanding, viewpoint,...

SQL

SQL Commands:SQL commands are instructions used to communicate with the database to perform specific task that work with data. SQL commands can be used not only for searching the database but also to perform various other functions like, for example, you can create tables, add data to tables, or modify data, drop the table, set permissions for users. SQL commands are grouped into four major categories depending on their functionality: Data Definition Language (DDL)...