Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Brewing Beer with Windows Azure
Jul 23, 2012 at 10:53 PMI have put the sample code online at https://github.com/maartenba/BrewBuddy
SignalR. Code, not toothpaste.
Feb 21, 2012 at 5:54 AMThat is correct! I would not use SignalR with nodjes as there's plenty of similar stuff for nodejs out there. But if you want a .NET stack, SignalR will do fine.
Fun with ASP.NET MVC 3 and MEF
May 04, 2011 at 2:27 AM@Tugberk:Good tip, thanks!
Fun with ASP.NET MVC 3 and MEF
Apr 30, 2011 at 3:53 AM@fanboi:You're welcome
There's thousands of other use cases still to be talked about....
Fun with ASP.NET MVC 3 and MEF
Apr 21, 2011 at 10:40 PM@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