About 1,470,000 results
Open links in new tab
  1. Create and configure datasets in .NET Framework apps - Visual Studio ...

    Aug 6, 2025 · Create and configure datasets in .NET Framework applications with ADO.NET in Visual Studio and the Data Source Configuration Wizard.

  2. Create and configure datasets in the .NET Framework using Visual Studio

    Mar 4, 2025 · To work with datasets, you should have a basic knowledge of database concepts. You can create a typed xref:System.Data.DataSet class in Visual Studio at design time by …

  3. How do you use queries with a dataset in Visual Studio?

    Apr 14, 2022 · How do I use these dataset queries? When you add a new query to a table adapter in the DataSet designer, you are prompted to provide the method names by which the query …

  4. DataSets in Microsoft .NET - C# Corner

    To add an instance of your DataSet to a designer, select DataSet on the Data tab of the Visual Studio .NET Toolbox just as you would if you wanted to add another component, such as a …

  5. DataSet Light - Visual Studio Marketplace

    DataSet Lite is a liteweight alternative to ADO.NET DataSets. Use stored procedures or SQL queries to create, read, update and delete the automatically generated entity classes. Almost …

  6. Build dataset in Dataset Designer (.NET Framework) - Visual Studio ...

    Apr 18, 2024 · In this walkthrough you create a dataset using the Dataset Designer. The article takes you through the process of creating a new project and adding a new DataSet item to it. …

  7. Creating My Own Sample Dataset using Visual Studio, T-SQL and ...

    Apr 22, 2023 · A few months ago I had the idea to make my own sample dataset that I could showcase for further projects I have planned. It’s taken a little longer than planned to complete …

  8. How to get Microsoft.Data.SqlClient to work with DataSet

    Sep 17, 2021 · Rarely attractive because most DB code is rather tied to an engine, but you never know, maybe yours is the exception. This may require abandoning the dataset designer (in …

  9. How to create a dataset in Visual Studio? - Technical-QA.com

    A dataset is a set of objects that store data from a database in memory and support change tracking to enable create, read, update, and delete (CRUD) operations on that data without the …

  10. Overview of dataset tools for .NET Framework apps - Visual Studio ...

    Aug 30, 2024 · Explore ADO.NET dataset tools for .NET Framework applications in Visual Studio, including dataset workflows, N-tier architectures, and XML.