I come from a Powerbuilder background. I was recently announced that we change development platform: MVC 4 + Entity 4 + KendoUI
I am having difficulties and I am trying to get hold of the subject quickly.
I have a question. I built a quite large database (lot of tables) for the project I was assigned. I created the entities via Entity Framework 4.1.
Is there a way that I can create classes (.cs) from the entities automatically?
Having to create 170 classes (.cs) is a time consuming task and I prefer to spend my time learning.
Thanx in advance
PS Maybe the question is naive, but i have never worked with .NET C# etc