Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Beginning C# 5.0 Databases, 2nd edition (repost)

Posted By: arundhati
Beginning C# 5.0 Databases, 2nd edition (repost)

Vidya Vrat Agarwal, "Beginning C# 5.0 Databases, 2nd edition"
2012 | ISBN: 1430242604 | 440 pages | PDF, EPUB | 30 MB

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 demonstrates various techniques and ways to build a database application using T–SQL and C#. Full of practical, detailed examples, it’s been fully revised and updated for Winforms using C# 5.0 and Visual 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 T–SQL 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 T–SQL 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#