Mind Bending UX - UX Lightning Series

So you have a team of developers… And a nice architecture to build on… How about making that architecture easy for everyone and getting developers up to speed quickly? Learn all about integrating the managed extensibility framework and ASP.NET MVC for creating loosely coupled, easy to use architectures that anyone can grasp.
Maarten,
I saw this talk live, the information is very good, however I would like to have seen an example using silverlight and dynamically loading an XAP file. Do you have any good sources for this?
@Steve Strong: Steve,
You can use NuGet to import several Views/ViewModels/Models/.... Wiring can then be done using any IoC container supporting Silverlight.
Regardless of the NuGet part: if you want to dynamicaly load XAP's, check something like this: http://www.codeproject.com/KB/silverlight/MEFDynamicLoading.aspx
It was not fun :(
It was not fun
Thank you for your constructive contribution!
I watched it and found it very informative.
Good talk, this gave me a bunch of new ideas on how to use NuGet.
TY
@fanboi:You're welcome
There's thousands of other use cases still to be talked about....
I loved this presentation. MEF + MVC seemed fun to me!
hi,
I am now watching the session. thanks for the talk. looks great so far.
but you have said something about the new MVC 3 Tools Update at the beginning of the coding part of the talk
"It's downloading all this components..."
well, actually not as far as I know. packages are on our machine and it does not require an internet. as it is discussed on the below post;
https://forums.asp.net/t/1674306.aspx/1?mvc+3+jquery+1+5+1+js+nuget+javaScript+files
@Tugberk:Good tip, thanks!