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 Database Migration
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mukesh Kumar (1)
Aman Gupta (1)
Srikanta Barik (1)
Sarathlal Saseendran (1)
Sardar Mudassar Ali Khan (1)
Ramasagar Pulidindi (1)
Khushbu Saini (1)
Junaid Shahid (1)
Dhruv Maurya (1)
Shirsendu Nandi (1)
Related resources for Database Migration
No resource found
Code First Approach In ASP.NET Core MVC With EF Core Migration
6/25/2024 10:07:59 AM.
Explore the Code First approach in ASP.NET Core MVC with EF Core Migration in this comprehensive guide. Learn how to define your database schema using C# classes, create and manage migrations, and kee
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
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database Migration
6/12/2024 10:02:21 AM.
This article will help you learn how to back up a single content database in SharePoint 2016 and restore the database on your SharePoint 2019 Server environment.
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
Azure Function Data Migration with ASP.NET Core Web API
9/15/2023 7:36:25 AM.
Creating an Azure Function for data migration from one database to another using an ASP.NET Core Web API involves several steps. In this example, I'll provide a high-level overview and code snippe
.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.
Creating EF6 Database Migration In Separate .Net Core Library
10/8/2020 7:22:35 AM.
In this article, you will learn how to create EF6 Database Migration in Separate .Net Core Library in asp.net core 3.1.
MySQL To SQL Server Database Migration
8/6/2019 10:40:08 AM.
In this video, we will learn how to migrate a MySQL Database to SQL Database. This technique is useful while migrating data from a WordPress website to an ASP.NET Core web.
Entity Framework Code First Approach With Database Migration
4/9/2017 8:03:07 AM.
In this article, you will understand about an Entity Framework Code First Approach with database migration.
Database Migration in Entity Framework 4.3 Using CodetoFirst (C.T.F) Approach in MVC 4 Application
10/7/2012 4:59:21 PM.
In this article I will describe how to do the database migration in Entity Framework 4.3 while following the code to the first approach in MVC 4.