About 580,000 results
Open links in new tab
  1. Part 5, work with a database in an ASP.NET Core MVC app

    Mar 2, 2025 · The MvcMovieContext object handles the task of connecting to the database and mapping Movie objects to database records. The database context is registered with the …

  2. Tutorial: Get started with EF Database First using MVC 5

    Apr 18, 2022 · Using MVC, Entity Framework, and ASP.NET Scaffolding, you can create a web application that provides an interface to an existing database. This tutorial series shows you …

  3. Creating a Database | Microsoft Learn - learn.microsoft.com

    Jul 21, 2022 · This is a beginner tutorial that introduces the basics of ASP.NET MVC. You'll create a simple web application that reads and writes from a database. Visit the ASP.NET MVC …

  4. ASP.NET MVC Tutorial For Beginners and Professionals

    Database Knowledge: Understanding basic database concepts and experience with SQL (Structured Query Language) is important, as most web applications interact with a database.

  5. SQL Server Database Connection To MVC Application - C

    This article demonstrates how to establish a SQL Server database connection to MVC 5 application using Entity Framework. It is beneficial for beginners and for students as well.

  6. Basic CRUD (Create, Read, Update, Delete) in ASP.NET MVC Using …

    Apr 25, 2025 · In this article, you are going to learn about how to perform basic database operations using system.data.SqlClient namespace in C#. The basic operations are INSERT, …

  7. ASP.NET MVC Databases - Online Tutorials Library

    ASP.NET MVC Databases - Learn how to work with databases in ASP.NET MVC, including Entity Framework, database connections, and CRUD operations for your web applications.

  8. ASP.NET MVC 5 - Entity Framework Database First Approach

    Entity Framework is a gateway between your application and your database. A simple reason why Entity Framework stands out is that it automatically generates object classes that map with …

  9. .NET MVC with SQL Server Database - SharePointCafe.Net

    Jun 19, 2024 · Using .NET MVC with a SQL Server database and Entity Framework simplifies web application development. By leveraging LINQ, developers can perform CRUD operations …

  10. Database First Approach in ASP.NET MVC using Entity Framework

    Feb 13, 2024 · In this tutorial, we will learn how to implement the Database First Approach in ASP.NET MVC using Entity Framework. To do that we will create a new ASP.NET MVC …

  11. Some results have been removed