V2.0 quick question

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
First off, Great Job to the team developing this product

Secondly, I am kinda new to this EF MVC Ioc development so please if my questions below are wrong tell me

Thirdly, I had begun my adventures with V1.9 and from my guess after trolling the code base it was
POCO EF with unity Ioc
? is that statement correct for V1.9

Fourthly, I am now playing with V2.0 and from my trolling the code base it is
MVC3 POCO with autoFac Ioc and EF is removed and not used anymore
? is that statement correct for V1.9

I guess what I am asking is what type of development structure? Platform? Database connection? is v2.0 using.  I am trying to find this out because I want to read up on all this technology and I need a starting point.

Thanks again to all involved and great work, I am hoping after I ground myself on this technology I can help with additions and such for your users.
12 years ago
I think I answered my own question about v2.0

It does use EF but code first does not need an edmx file just the poco files.

So the question now is

is v2.0
MVC3 with autoFac Ioc using ef POCO code first
12 years ago
PcGnUs wrote:
So the question now is

is v2.0
MVC3 with autoFac Ioc using ef POCO code first

Yes, it is
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.