TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Migrations
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Akhil Mittal (3)
Jignesh Trivedi (2)
Sarathlal Saseendran (2)
Shivaji Dhole (2)
Sardar Mudassar Ali Khan (1)
Mayooran Navamany (1)
Aman Gupta (1)
Sandeep Singh Shekhawat (1)
Venkateshwar Reddy (1)
Jeetendra Gund (1)
Emiliano Musso (1)
Ramasagar Pulidindi (1)
Vitalii Honcharuk (1)
Bruno Leonardo Michels (1)
Amit Naik (1)
Guest User (1)
Ammar Shaukat (1)
Bhavik Patel (1)
Vijay Prativadi (1)
Related resources for Migrations
No resource found
Dependency Injection & EF Migrations in ASP.NET MVC with Autofac
10/30/2024 8:29:43 AM.
This article demonstrates how to implement Dependency Injection (DI) using Autofac in an ASP.NET MVC application and integrate Entity Framework for database operations, including migrations.
Create a Model with Database Table in .NET 8 using EF Core
10/28/2024 7:16:12 AM.
This article guides you through creating a data-driven application using .NET 8 and Entity Framework Core. You'll learn to define a model, configure a DbContext, set up a SQL Server connection str
Top Java Spring Boot Scenario-Based Interview Questions
6/24/2024 9:22:12 AM.
Preparing for a Spring Boot interview? Master scenario-based questions covering database migrations with Flyway, REST API exception handling using @ControllerAdvice, Spring Security for authentication
Entity Framework: Code First Migrations With the Existing Database
5/9/2024 11:52:10 AM.
Explore Entity Framework's Code First Migrations to seamlessly integrate existing databases with your application. Learn efficient techniques for data modeling, schema synchronization, and version
Multi-Tenant Migrations With Entity Framework 6.0 (Code First Model)
5/1/2024 11:04:59 AM.
Master multi-tenant migrations in Entity Framework 6.0 with ease. Learn seamless data management strategies for code-first models, ensuring robust and efficient database migrations in a multi-tenant e
Code First Migrations With Entity Framework
4/30/2024 9:39:59 AM.
This article will provide answers to the following questions relevant to relationships in Entity Framework: whether or not to create a database, how to add / remove a field from an existing table, how
Create a Single Page App with Blazor Server and Entity Framework Core 3.0
4/16/2024 5:34:48 AM.
Create dynamic web applications efficiently using Blazor Server, a .NET Core framework, coupled with Entity Framework Core 3.0 for seamless data integration. Leverage C# to build interactive, single-p
Code First Migrations In Entity Framework Step By Step
3/21/2024 7:25:30 AM.
Learn how to define model classes, configure database mappings, set up connection strings, and utilize Package Manager Console commands to manage migrations efficiently in your ASP.NET application.
Code First Migrations in Entity Framework
11/22/2023 11:04:05 AM.
This article provides an overview of Code First Migrations in Entity Framework.
Entity Framework Code First And Migrations: Part Two
11/20/2023 5:31:16 AM.
In this article, you will get an introduction to Entity Framework using C#, code first, and migrations.
.NET 7 Entity Framework/EF7 - Install And Code First Migrations
12/22/2022 11:33:10 AM.
In this article, you will learn about .NET 7 Entity Framework / EF7 - Install And Code First Migrations.
Easily Manage PostgreSQL Database Migrations With DBeaver And Redgate Flyway
9/16/2022 4:14:36 PM.
In this post, we will see how to manage PostgreSQL database with DBeaver community version and Flyway community version from Redgate.
Advanced Entity Framework Core: Extract data access layer with migrations to the library project and Execute migrations from the command line
1/11/2022 3:14:14 AM.
See code examples in this article: Let's imagine you have a solution with many projects including a web application with the name "MiniService", which contains appsettings.json and
Setting up Entity Framework With Code First and Code Migrations
1/1/2021 5:48:31 AM.
This article provides a basic guide to set up your Entity Framework with code first and code migrations.
Setting Up Entity Framework Using Code First Migrations
5/31/2020 10:50:25 PM.
In this article, you will learn about setting up entity framework using code first migrations.
Microsoft Migrations Manager Feature In SharePoint Cloud
5/28/2020 9:01:42 PM.
In this article, you will learn about Microsoft Migrations Manager Feature in SharePoint Cloud.
SharePoint 2010 Migrations To SP Online
5/21/2020 8:22:09 AM.
This Article will give you brief idea of Migrations from SP 2010 to Sharepoint Online
Understanding Entity Framework Core And Code First Migrations In EF Core
11/17/2018 11:53:17 AM.
In the previous articles (data access approach, code first approach, and WebAPI) we learned a lot about entity framework and its practical implementations. The intent of this article is to explain the
Code First Approach And Code First Migrations In Entity Framework
10/16/2018 5:29:02 AM.
The intent of this article is to explain the code first approach and code first migrations that Microsoft’s Entity Framework provides. In my last article I explained the theory behind entity framework
Learning Web API 2 With Entity Framework 6 Code First Migrations
10/16/2018 5:26:18 AM.
In the last article of learning Entity Framework, we learned the code-first approach and code-first migrations. In this article, we’ll learn how to perform CRUD operations with ASP.NET Web API2 and En
Entity Framework Core Migrations Using ASP.NET CORE
12/27/2017 2:02:56 PM.
Let us learn about Entity Framework Core migrations using ASP.NET CORE.
Code First Migrations In ASP.NET MVC
3/23/2016 12:12:04 PM.
In this article we’ll discuss code first migrations in Entity framework Code First Approach that that are used ASP.NET MVC.
Overview Of Code First Migrations In Entity Framework
12/14/2015 5:17:17 AM.
In this article you will learn an overview of Code First Migrations in Entity Framework with Example.
Add Migration Entities in LINQ
1/28/2013 1:04:53 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in LINQ.