About 2,140,000 results
Open links in new tab
  1. Create database, add tables in .NET Framework apps - Visual Studio ...

    Feb 3, 2025 · Create a database with tables and foreign keys in a .NET Framework application by using Table Designer in Visual Studio.

  2. .NET 8.0 - Clean Architecture using Repository Pattern and …

    May 31, 2022 · In this article, we will learn about clean architecture and walk you through a sample CRUD API in .NET 8.0. We will use the following tools, technologies, and frameworks …

  3. Repository in .NET webforms database connection - Stack Overflow

    Dec 22, 2018 · In short: You can connect you user interface to database by clicking in Visual Studio. These repository classes are not needed. I recommend to read a book about …

  4. How to create a database with Visual Studio, also using UI?

    Feb 28, 2011 · One would be to use a Entity Data Model (.edmx) file to create your model (classic Entity Relationship model) and then right click on the model and choose "Generate Database …

  5. Repository Pattern Generator - Visual Studio Marketplace

    Extension for Visual Studio - Generate the repository pattern code from an EF6 data model.

  6. Repository Design Pattern in C# - Dot Net Tutorials

    In this article, I will discuss the Repository Design Pattern in C# with an Example from the context of Entity Framework and ASP.NET MVC application. Please read our previous article …

  7. Implementing the Repository Pattern in C# and .NET

    Jun 10, 2023 · By abstracting data persistence and retrieval, the repository pattern promotes code maintainability, testability, and scalability. In this comprehensive guide, we will explore the …

  8. Database Projects in Visual Studio Solution - MSSQLTips.com

    Dec 13, 2022 · In this tutorial, we will add a SQL Server database project for the SQL objects to the same solution as the website code. To create the database, use this script to recreate the …

  9. Create a repository with Visual Studio | .NET Web Academy

    Create a repository with Visual Studio (12:56) Check out your GitHub repository (5:07) Introduction to Clean Architecture

  10. Creating a SQL Server Database Project Using Visual Studio 2022

    In this section, we will explore how to import a database schema into your SQL Server Database Project from an existing database using Visual Studio. Additionally, we will cover the process …

Refresh