0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R500 - R1,000 (2)
  • R1,000 - R2,500 (1)
  • -
Status
Brand

Showing 1 - 3 of 3 matches in All Departments

Beginning C# 2008 Databases - From Novice to Professional (Paperback, 1st ed.): Syed Fahad Gilani, Vidya Vrat Agarwal, Jon... Beginning C# 2008 Databases - From Novice to Professional (Paperback, 1st ed.)
Syed Fahad Gilani, Vidya Vrat Agarwal, Jon Reid, Ranga Raghuram, James Huddleston, …
R1,052 R877 Discovery Miles 8 770 Save R175 (17%) Ships in 10 - 15 working days

Assuming only basic knowledge of C# 2008, Beginning C# 2008 Databases teaches all the fundamentals of database technology and database programming readers need to quickly become highly proficient database users and application developers.

A comprehensive tutorial on both SQL Server 2005 and ADO.NET 3.0, Beginning C# 2008 Databases explains and demonstrates how to create database objects and program against them in both TSQL and C#. Full of practical, detailed examples, it's been fully revised and updated for C# 2008 and offers the most complete, detailed, and gentle introduction to database technology for all C# programmers at any level of experience.Comprehensively and concisely explains fundamental database concepts and programming techniques Rich in working examples of both TSQL and C# programs Covers all the features most database programming ever requires What you'll learn How relational databases work and how to use them How C# uses ADO.NET to access databases How to write stored procedures in TSQL and call them from C# programs How to use XML in database applications How to use LINQ to simplify C# database programming How to install SQL Server 2005 Express and Visual C# 3.0 Express and use them to teach yourself database programming by doing it Who this book is for

Beginning C# 2008 Databases is for every C# programmer. Database programming requires relatively little knowledge of C# but a lot of knowledge about relational database concepts and the database language SQL. This book assumes no prior database experience and teaches you, always through handson examples, how to create and use relational databases with SQL and how to access them with C#. Almost every application needs to access a database, and this book teaches all the fundamentals you needand may ever needto develop professional database applications.

Beginning VB 2008 Databases - From Novice to Professional (Paperback, 1st ed.): Vidya Vrat Agarwal, James Huddleston Beginning VB 2008 Databases - From Novice to Professional (Paperback, 1st ed.)
Vidya Vrat Agarwal, James Huddleston
R1,137 R934 Discovery Miles 9 340 Save R203 (18%) Ships in 10 - 15 working days

Beginning Visual Basic 2008 Databases teaches you everything you need to know about relational databases, SQL, and ADO.NET 2.0, giving you a sound start in developing console and Windows database applications. The book also includes chapters on the new SQL Server XML data type and the forthcoming LINQ enhancements to the next version of Visual Basic. In addition to teaching you database basics like using SQL to communicate with databases, this book provides you with detailed, code-practical techniques to access data in VB 2008 across a range of coding situations. Code-heavy and full of practical detail, this book has been fully revised and upgraded for .NET 2.0 and offers you the best contemporary practice in this core programming area, so that you'll find yourself using it in nearly all your .NET projects. Provides step-by-step instructions on how to install and configure necessary tools Presents all essential SQL query and update concepts and syntax, so you don't need prior familiarity with relational databases or SQL Describes how to use ADO.NET transactions, exceptions, and events Covers ADO.NET features for handling XML, text, and binary data within a VB 2005 context Explains all concepts through straightforward code examples What you'll learn How relational databases work and how to use them How VB uses ADO.NET to access databases How to write stored procedures in T-SQL and call them from VB programs How to use XML in database applications How to use LINQ to simplify VB database programming How to install SQL Server 2005 Express and use it to teach yourself databases by doing databases Who is this book for? Beginning VB 2008 Databases is for every VB programmer. Databaseprogramming requires relatively little knowledge of VB but a lot of knowledge about relational database concepts and the database language SQL. This book assumes no prior database experience and teaches you, always through hands-on examples, how to create and use relational databases with SQL and how to access them with VB. Almost every application needs to access a database, and this book teaches all the fundamentals you may ever need to develop professional database applications. About the Apress Beginning Series The Beginning series from Apress is the right choice to get the information you need to land that crucial entry-level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from novice to professional. You'll start your journey by seeing what you need to know--but without needless theory and filler. You'll build your skill set by learning how to put together real-world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you there--it is your trusted guide through unfamiliar territory Related Titles Pro T-SQL 2005 Programmer's Guide Foundations of LINQ in C#

Beginning C# 5.0 Databases (Paperback, 2nd ed.): Vidya Vrat Agarwal Beginning C# 5.0 Databases (Paperback, 2nd ed.)
Vidya Vrat Agarwal
R1,902 Discovery Miles 19 020 Ships in 10 - 15 working days

Assuming only basic knowledge of C#, Beginning C# 5.0 Databases teaches all the fundamentals of database technology and database programming readers need to quickly become highly proficient database users and application developers. A comprehensive tutorial on both SQL Server 2012 and Visual Studio 2012, Beginning C# 5.0 Databases explains and demonstratesvarioustechniques and ways to build a database application usingTSQL and C#. Full of practical, detailed examples, it's been fully revised and updated for Winforms using C# 5.0 andVisual Studio 2012 and offers the most complete, detailed, and gentle introduction to database technology for all C# programmers at any level of experience. Comprehensively and concisely explains fundamental database concepts and database programming techniques Rich in step-by-step working examples of both TSQL and C# programs Covers all the features ADO.NET most database programming ever requires What you'll learn How relational databases work and how to use them How to create database and table objects using SQL Server 2012 How to write SQL queries to modify data in SQL Tables How to write SQL queries to retrieve data using various querying techniques, including JOINS How to write stored procedures in TSQL and call them from C# 5.0 programs How C# 5.0 uses various techniques to access databases How to build Windows form based applications How to handle runtime anomalies i.e. Exceptions How to program with each individual object of ADO .NET How to use XML in database applications How to use LINQ to simplify C# database programming How to use ADO .NET Entity Framework How to use SQL CLR to create stored procedures using C# Who this book is for

Beginning C# 5.0 Databases is for every C# programmer. Database programming requires relatively little knowledge of C# but a lot of knowledge about relational database concepts, database language SQL and ADO.NET. This book assumes no prior database experience and teaches you, always through handson examples, how to create and use relational databases with SQL Server 2012 and how to access them with C# 5.0 using ADO.NET. Almost every application needs to access a database, and this book teaches all the fundamentals you need and may ever need to develop professional database applications. Table of Contents Gettingand Understanding Your Tools Understanding Relational Databases Creating Database and Tables Manipulating Database Data Querying Database UsingStored Procedures Using XML Understanding Transactions Building Windows Form Applications Introduction toADO .NET Handling Exceptions Making Connections Executing ADO.NET Commands to Retrieve Data Using Data Readers Using Data Sets and Data Adapters Using Data Controls withASP.NET Applications Working with Text and Binary Data Using LINQ Using ADO.NET Entity Framework Using the CLR in SQL Server

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Sudocrem Skin & Baby Care Barrier Cream…
R70 Discovery Miles 700
Huntlea Original Memory Foam Mattress…
R999 R913 Discovery Miles 9 130
Home Classix Placemats - Geometric…
R59 R51 Discovery Miles 510
Energizer Max D 4 Pack
R166 Discovery Miles 1 660
Zap! Kawaii Rock Painting Kit
Kit R250 R195 Discovery Miles 1 950
Huntlea Koletto - Matlow Pet Bed…
R969 R562 Discovery Miles 5 620
Sunbeam Steam and Spray Iron
R270 Discovery Miles 2 700
Nintendo Joy-Con Neon Controller Pair…
R1,899 R1,729 Discovery Miles 17 290
Miss Peregrine's Home for Peculiar…
Eva Green, Asa Butterfield, … Blu-ray disc  (1)
R29 Discovery Miles 290
1 Litre Unicorn Waterbottle
R70 Discovery Miles 700

 

Partners