CSharpFeeds - All your C# feeds in one place.

Friday, July 31, 2009

Silverlight 3 Navigation: Dynamically Loaded Pages… Now MEF Powered!

by BradA via Brad Abrams on 7/31/2009 10:28:00 PM

Recently David Poll posted a very cool technique for navigating to dynamically loaded pages and on demand downloading of pages in a Silverlight 3 application .  It was very cool but the explicit wire up of each page can be a pain in large applications.  So having just posted about MEF on Silverlight, I thought this was a great fit.  The Managed Extensibility Framework (MEF) is all about discovering and wiring up components and Silverlight 3 Navigation has some very interesting com ...

[ read more ]

Event raising syntax

by Patrik Hägne via Legend and truth on 7/31/2009 7:22:00 PM

Syntax for event raising is kind of awkward across the line, and for good reason, there simply is no really good way of doing it since an event always has to be positioned to the of an event attachment or detachment (+= or –=). Just from the top of my head I think the way it’s done (or rather one of the ways you can do it) in Rhino Mocks is something like this:var foo = MockRepository.GenerateMock<IFoo>(); foo.Raise(x => x.SomethingHappened += null, foo, EventArgs.Empty); I think (I ha ...

[ read more ]

Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 16: Exposing a WCF Service

by BradA via Brad Abrams on 7/31/2009 2:42:00 PM

I am having a blast with the series where I am updating my simple Mix 09 Business Application demo.  In this part, I wanted to consider the scenario that I hope is a common one.  The developer writes their Silverlight app using the RIA Services pattern and the application becomes wildly successful.  So successful in fact there is a demand to put a services head on top of the same application logic to facilitate writing a bunch of other clients.  This is the sort of pattern we ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us