August 2010
Intermediate to advanced
1224 pages
34h 17m
English
In this chapter, you read about the broad and deep support that Visual Studio 2010 has for building and managing databases, and also for creating applications that access data in a database. We discussed the suite of Visual Database tools, available right within the IDE, that function in synergy with one another and with the various Visual Studio designers to provide a seamless experience for writing queries, creating table structures, and crafting stored procedures. We also investigated the newfound support for writing SQL Server database procedures and functions using entirely managed code.
We spent some time discussing the basics of data binding—how it is a core problem space with many application development efforts and how the ...