Skip to Main Content
Visual Studio Hacks
book

Visual Studio Hacks

by James Avery
March 2005
Intermediate to advanced content levelIntermediate to advanced
304 pages
19h 23m
English
O'Reilly Media, Inc.
Content preview from Visual Studio Hacks
Generate Strongly Typed DataSets #49
Chapter 6, Speed Hacks
|
193
HACK
Let Visual Studio Help
Visual Studio provides a nice shortcut to creating your own strongly typed
DataSet objects. Follow these simple steps:
1. Open your Visual Studio Project (or create a new one).
2. Select the project in the Solution Explorer and click the Show All Files
button.
3. Right-click on the project in the Solution Explorer, click Add, and select
Add New Item.
4. In the Add New Item dialog box, select the DataSet template. In the
Name field, type the name of your DataSet (e.g., Customers.xsd) and
click Open.
You will see that the XSD file was added to your project. There are two
things to note here. First, right-click on the XSD file and select Properties.
This is where you can specify a custom tool to generate your strongly typed
DataSet objects. By default, the custom tool is named
MSDataSetGenerator,
which is provided out of the box by Visual Studio (see Figure 6-8).
The other thing to know is that the class file for the strongly typed DataSet
object was autogenerated for you. You can see it by turning on Show All
Files and expanding the XSD file. Figure 6-9 shows that the Customers.cs
class file was autogenerated to create a DataSet object of type Customers.
Using the xsd.exe Tool
The .NET Framework SDK includes a tool named xsd.exe that can be used
for a few different reasons; one of the handiest is for creating strongly ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Microsoft Visual Studio 2015 Unleashed, Third Edition

Microsoft Visual Studio 2015 Unleashed, Third Edition

Mike Snell, Lars Powers
.Net Framework Essentials

.Net Framework Essentials

Thuan L. Thai, Hoang Lam
C# 5.0 Unleashed

C# 5.0 Unleashed

Bart De Smet
Programming .NET Security

Programming .NET Security

Adam Freeman, Allen Jones

Publisher Resources

ISBN: 0596008473Errata Page