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 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,048 R901 Discovery Miles 9 010 Save R147 (14%) Ships in 18 - 22 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# 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, …
R969 R847 Discovery Miles 8 470 Save R122 (13%) Ships in 18 - 22 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 C# 5.0 Databases (Paperback, 2nd ed.): Vidya Vrat Agarwal Beginning C# 5.0 Databases (Paperback, 2nd ed.)
Vidya Vrat Agarwal
R1,815 Discovery Miles 18 150 Ships in 18 - 22 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...
Caravan of Dreams
Idries Shah Hardcover R568 Discovery Miles 5 680
Aeroacoustics of Low Mach Number Flows…
Stewart Glegg, William Devenport Paperback R2,849 Discovery Miles 28 490
Blindfold - A Memoir of Capture…
Theo Padnos Paperback R630 R584 Discovery Miles 5 840
Nanofluids and Mass Transfer
Mohammad Reza Rahimpour, Mohammad Amin Makarem, … Paperback R4,682 Discovery Miles 46 820
ASM Handbook, Volume 24 - Additive…
David L Bourell, William Frazier, … Hardcover R9,902 R8,384 Discovery Miles 83 840
Procrastination Stops Today - Do You…
Gareth Woods Hardcover R600 R544 Discovery Miles 5 440
Bioinspired and Biomimetic Materials for…
Md Nurunnabi Paperback R4,581 Discovery Miles 45 810
Productivity For Dummies
C Conlon Paperback  (1)
R479 R420 Discovery Miles 4 200
Hands-On ZigBee - Implementing 802.15.4…
Fred Eady Paperback R1,437 Discovery Miles 14 370
Charles Fox Parham - The Unlikely Father…
Larry Martin Paperback R392 R368 Discovery Miles 3 680

 

Partners