Entity Framework Code First Approach in C# Windows Application

preview_player
Показать описание
Description :

This is Step By Tutorial on how to implement CRUD operations using Entity Framework Code First Approach in C# Windows Application.

CRUD: Create, Retrieve, Update and Delete

In this video we will Insert, Update , Delete & View Employee data from SQL database using Entity Framework Code First Approach, Metro Framework, Modern UI in C# Application.
Рекомендации по теме
Комментарии
Автор

Thanks so much for your video. it helped me alot. I m beginner.

nsh
Автор

Good intro. One suggestion is to use Address object to capture Street, City, State, PostalCode, and use Date for DOB field. If possible, add validation before save to database.

mikedqin
Автор

Thank you so much, that was very useful and I do appreciate the time and the efforts you put into this video, Thanks again.

ga
Автор

Where is the Source Code link as you mentioned in the video?

thowheedh
Автор

Thank you. Please do more videos like this.

JaimeChavarriaMartinez
Автор

Greate and please upload generic repository code first approach with that current application

tobbymarchal
Автор

Can you create video(s) on how to create a Setup project to deploy a Winform application with EF Core ? Does it require that a .mdf file be deployed within the Setup project ?

nelsonrivers
Автор

thank you for your tutorial! I want to add filter please help me sir!. when I use a text box to filter the binding disconnects.

mahdyataey
Автор

Actually web-forms with Entity framework is what everyone wants. Website will do all windows-applications can be. Can you offer this, maybe ever one-to-one over Skype

JohnSargunar
Автор

If I save the Id, without photo/pic image, it still saves it, but if I want to edit or delete that Id it shows error, system. ArgumentNullExeption, how to solve this, help please

arjunraj
Автор

I have one question about code first what happens, during deployment or if I drop the created database. How does the code recreate the database?

petermbugua
Автор

how can i search database thru this codes?