Entity Framework 5.0 - Code First Reverse Engineering existing Database

preview_player
Показать описание
This is a quick video on how to setup you project using Entity Framework code first reverse engineering.

Thank you for watching!! :D
Fabio Scopel
Рекомендации по теме
Комментарии
Автор

Thanks for a simple and clear video. I really like how simple it is to manage the DB schema in this way.

joeycastillolive
Автор

I really love to watch you. You made my way on programming the very first videos of you for the beginners were very helpful and put me on the right way !. I am now a good c# programmer and i consider you one of the people who i owe really thank you very much!. Keep going you are doing a great work.

Healian
Автор

Hey Joey, thank you for watching, thank you for the comment!

Coffeecupdev
Автор

wow, I truly appreciate your comment. I hope I'll be able to keep coming up with interesting and useful topics! Don't forget to join our Google+ Community. You can ask questions there! Thank you so much for watching!!!

Coffeecupdev
Автор

Well done. This helped me a lot. By the way, which autocomplete add-on are you using in your visual studio?

SuperMillone
Автор

Your videos helped me on lots of things. Thanks for the simple ways to write codes. Could you post printing document examples from form and save them to word document? I cant figure out the padding stuff. For example First name: "test" [space between them] LastName: "test" [space between them] Date: "test". That would be a big help to me thank you

enkhdalaierdenebat
Автор

I have a couple of videos on Reporting. They don't go too deep into details. Mostly because I have experience with SQL Reporting Service and now Active Reports 7. Not so much with the VS reporting tools. Check them out, I hope it will at least point you into the right direction.

Coffeecupdev
Автор

That was great help thanks Fabio, saved me lot's of time! Ciao

amnesia
Автор

My experience so far is that ActiveReports is alot simpler to implement, and does not lack features. I'd say go with Active Reports. 7 is their latest version. They have two flavors, Standard and Professional.

Coffeecupdev
Автор

Hi Fabio, Really appreciate your effort. I'm using VS Community 2015, I'm not able to install EF power tool in my machine. Any solution for do Reverse engineering with existing database on my machine?

mohamedsameel
Автор

Nice vid. Thanks for leaving in the problems.
I have taken over a project and unsure if its really db first or code first. Theres no EDMX so I would think its Code first but I dont think the DB was created by the code and I don't want it to be in the future. I prefer Database first- and am more experienced with the Telerik ORM product although they are very similar.
So I think my best bet is to use the rev eng tool to take the changes I make to the DB and update the code?
I haven't tried it so I do not know if It will break anything since I think the previous dev created a lot of the entity code by hand. Any easy way to figure out if they used the toolkit to create the code in the past or manually?

billymac
Автор

Thanks Fabio for this video.
Quick questions:
I added a new table in the DataBase, How do i update the code? Just re run Reverse Engineer Code First again?

dorofino
Автор

Thank you for reply. What do you think should i use ActiveReport or CrystalReport? Which one is better with C#?

enkhdalaierdenebat
Автор

how i can convert code-first to database-first ? is it possible ?

Loai.Alhalabi
Автор

HelloFabio,

Excellent Implementation. Can you please extend the same video to Create Repo pattern and UoW on Code first on existing database,

It will really help ful for new comer like me.

Thanks in Advance.

omkarmhaiskar
Автор

Ok got it. The program that i am doing is get the data from database and it should display in Report form as Word document. So i chose blank page in the crystal report to manage my all database data in different order. Is it possible to do it in this way on Active Reports? Thank you

enkhdalaierdenebat
Автор

Can't you do it by adding a new ADO.NET Entity Data Model to the project and in the wizard choose the option of Code First from Database?

yiskash
Автор

Very good cheers. Official MSDN videos always too fast. Thanks for the bug fix too.

FuknNoName