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
New drop of Rx (.NET & JS) available
Apr 16, 2010 at 12:45 PMwe haven't forgotten about that one, is just a matter of time....
Writing your first Rx Application
Nov 18, 2009 at 8:06 AM@aL_, use .SubscribeOn and .ObserveOn expect more work in the future on this area...
Expert to Expert: Brian Beckman and Erik Meijer - Inside the .NET Reactive Framework (Rx)
Aug 11, 2009 at 5:28 PMIf you're interested in a nice challenge with Rx, go over to my blog and try solving the tripple-click puzzle:
http://blogs.msdn.com/jeffva/archive/2009/08/11/fun-system-reactive-puzzle.aspxKim Hamilton and Wes Dyer: Inside .NET Rx and IObservable/IObserver in the BCL (VS 2010)
Aug 11, 2009 at 5:27 PMIf you're interested in a nice challenge with Rx, go over to my blog and try solving the tripple-click puzzle:
http://blogs.msdn.com/jeffva/archive/2009/08/11/fun-system-reactive-puzzle.aspxTier Splitting Volta: Who. What. How. Why - Part 2
Dec 12, 2007 at 7:58 PMHi Staceyw,
you're right there is no Winforms sample yet, we should add that.
For now, hope this walkthrough might help you out
-in VS2008 create a new "Volta Windows/Winforms Application"
-write a class you want to run on another tier and use it from your winforms code
-right-click on the class, select refactor and choose "Tiersplit..."
-a RunAt attribute will be added to the class as well as an app.config to the project
-hit F5 to launch the winforms app as well as the webserver running the other tier.
If you run into any problems, let us know on the Volta forum:
http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1988&SiteID=1
Regards,
Jeffrey van Gogh
Volta Developer