Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Microsoft Community Contributor Award
Message
From
03/03/2011 02:10:58
 
 
To
02/03/2011 12:42:00
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01502182
Message ID:
01502451
Views:
57
>>>
>>>Have you looked at MVVM Light ? Seems like a very quick way to get MVVM up an running for about 90% of use cases and even has snippets to roll out a lot of the code blocks.
>>>
>>>http://galasoft.ch/mvvm/installing/manually/
>>
>>Take a look at Caliburn.Micro - very slick. Handles a lot of the grunt work for you without being so complex you can't understand what the heck is going on. Similar to MVVL Light, although it takes a more "opinionate" approach.
>>
>>http://caliburnmicro.codeplex.com
>>
>>You can watch a MIX video about the beginnings of this.
>>
>>See http://live.visitmix.com/Archive#VideoList (EX15 Build Your Own MVVM Framework).
>
>
>Thanks, Paul. I saw Caliburn but didn't know about the micro version.
>
>BTW, MS posted an EF sample called EmployeeTracker but in typical MS fashion there doesn't seem to be a whole lot of documentation of the goodies it demonstrates ( repositories, some interesting test stuff, MVVM etc ) They also have some weird thing they are doing with including the MDF in the model folder. One assumes, from the connection string, that it is to be attached to an express server but there is also some strangeness about copying it to the debug folder etc.
>
>Do you know of anywhere there is some explanation of this app? Kind of amazing how few questions and answers are posted with it, so it is either being ignored by the community at large or a lot of other folks are just throwing up their hands and moving on
>
>http://archive.msdn.microsoft.com/ef4/Release/ProjectReleases.aspx?ReleaseId=4279

I don't have SQL 2008 on this machine, so I can't test it here. The DB is 2008.

But yes the config string is connecting the MDF to the SQLEXPRESS server. The copy is to the output folder (debug or release) depending on what you are building, That's so the file can be located when it is attached.

Other than that... never seen it or heard of it before.
Previous
Reply
Map
View

Click here to load this message in the networking platform