C# Database Basics (e-bog) af Schmalz, Michael
Schmalz, Michael (forfatter)

C# Database Basics e-bog

123,90 DKK (inkl. moms 154,88 DKK)
Working with data and databases in C# certainly can be daunting if youre coming from VB6, VBA, or Access. With this hands-on guide, youll shorten the learning curve considerably as you master accessing, adding, updating, and deleting data with C#basic skills you need if you intend to program with this language.No previous knowledge of C# is necessary. By following the examples in this book, you...
E-bog 123,90 DKK
Forfattere Schmalz, Michael (forfatter)
Udgivet 27 januar 2012
Længde 110 sider
Genrer UMN
Sprog English
Format epub
Beskyttelse LCP
ISBN 9781449329013
Working with data and databases in C# certainly can be daunting if youre coming from VB6, VBA, or Access. With this hands-on guide, youll shorten the learning curve considerably as you master accessing, adding, updating, and deleting data with C#basic skills you need if you intend to program with this language.No previous knowledge of C# is necessary. By following the examples in this book, youll learn how to tackle several database tasks in C#, such as working with SQL Server, building data entry forms, and using data in a web service. The books code samples will help you get started on your own projects.Create a Windows Forms application with a datagridConnect to multiple data sources, including Access and SQL ServerAdd, edit, and update data in a database you choose and designEnable users to choose their data source at runtimeLearn the roles of DataTable, DataView, BindingSource, Filters, and other objectsUnderstand where variables are declared and how they impact the codeBuild a simple web service that connects to a database