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 Entity Framework Code First
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jignesh Trivedi (1)
Tanima K (1)
Dipak Talaviya (1)
Dhruv Maurya (1)
Ammar Shaukat (1)
Debendra Dash (1)
Related resources for Entity Framework Code First
No resource found
Entity Framework: Code First Data Annotations
5/16/2024 11:28:54 AM.
Entity Framework code First approach allows us to use our POCO (domain) classes as model and Entity framework is use this classes to querying data, change tracking and other updating function.
Building Secure REST API
8/4/2021 5:49:55 AM.
A Secure REST APi created in .Net Core using JWT Authentication and Entity Framework Code first approach. JWT Authentication is used for securing API requests. Each token generated by API for logged i
Call Stored Procedure From ASP.NET MVC Controller
3/12/2018 4:42:44 AM.
7 steps easy video tutorial for calling stored procedure in MVC.
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.
Building One To Many Relationship Using Entity Framework Code First
3/23/2016 3:45:11 AM.
In this article you will learn about One to Many Relationship using Entity Framework Code First.
Entity-Framework Code First Migration
11/12/2015 1:10:11 AM.
In this article you will learn about Entity-framework code first Migration. Entity-Framework Code First Migration helps in preserving the data even if your model changes.