| By Brad Abrams | Article Rating: |
|
| September 12, 2009 05:30 PM EDT | Reads: |
853 |
I got a lot of great feedback on my post Silverlight 3 Navigation: Dynamically Loaded Pages… Now MEF Powered!
Dinesh Chandnani decided to do an update to this sample after looking at the feedback and talking to Nikhil Kothari and Wes Haggard from the MEF dev team. The goals for this update are:
- Show even more of a web like user model. With the web, you often see all the links in the navigation, but the actual page only downloads once the user clicked the link.
- Lose coupling. I need to be able to be able dynamically add, update even remove pages from my application without taking down the app and without rebuilding it.
- Built in authentication. In real business apps, we need to protect our data, so authentication is very important. The web has popularized a very interesting model where you are only asked to authentication when you try to do an operation that needs it. For example, i can browse the netflx catalog any time, but I have to log in the minute I try to add something to my queue.
Download the all the source code
Read the original blog entry...
Published September 12, 2009 Reads 853
Copyright © 2009 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Brad Abrams
Brad Abrams is currently the Group Program Manager for the UI Framework and Services team at Microsoft which is responsible for delivering the developer platform that spans both client and web based applications, as well as the common services that are available to all applications. Specific technologies owned by this team include ASP.NET, Atlas and Windows Forms. He was a founding member of both the Common Language Runtime, and .NET Framework teams.
Brad has been designing parts of the .NET Framework since 1998 when he started his framework design career building the BCL (Base Class Library) that ships as a core part of the .NET Framework. He was also the lead editor on the Common Language Specification (CLS), the .NET Framework Design Guidelines, the libraries in the ECMA\ISO CLI Standard, and has been deeply involved with the WinFX and Windows Vista efforts from their beginning.
He co-authored Programming in the .NET Environment, and was editor on .NET Framework Standard Library Annotated Reference Vol 1 and Vol 2 and the Framework Design Guidelines.
- Yahoo! to Present at 4th International Cloud Computing Expo
- Windows 7 – Microsoft’s First Step to the Cloud
- Visual Studio 2010 Is Cloud Friendly
- Jill T. Singer of CIA to Present at Cloud Computing Expo on November 2
- Adobe Flex Developer Earns $100K in New York City
- Microsoft Falls Off Cliff, Keeps on Ticking
- SplendidCRM for Microsoft Windows Azure
- New Version of TuneUp Utilities Available in Late October
- ASP.NET Membership Provider in the Cloud
- Microsoft to Data-Mine Facebook & Twitter
- Binary Serialization and Azure Web Applications
- Amazon RDS vs. SQL Azure
- The Difference Between Web Hosting and Cloud Computing
- Yahoo! to Present at 4th International Cloud Computing Expo
- Eval JavaScript in a Global Context
- Windows 7 – Microsoft’s First Step to the Cloud
- Social Media on Ulitzer - Strategy Nets New AUM for RIA
- EC Wrong, Wrong, Wrong – and Sloppy to Boot: Intel
- This Bing Thing Is Working
- Microsoft Expression Web Has Got Game
- Visual Studio 2010 Is Cloud Friendly
- Kaazing Adds Networking Industry Executive and Startup Veteran
- Jill T. Singer of CIA to Present at Cloud Computing Expo on November 2
- Silverlight Polling Duplex Channel is NOT a Scalable Solution
- Where Are RIA Technologies Headed in 2008?
- The Top 250 Players in the Cloud Computing Ecosystem
- Accessing the ASP.NET Authentication, Profile and Role Service in Silverlight
- Silverlight 2 - Adobe Flex Killer Is on Its Way!
- Building Great AJAX Applications Using ASP.NET
- Spice Up User Experience with Silverlight
- Is the Silverlight Adoption Rate Artificially Inflated?
- Kaazing Announces Support for Silverlight
- Will Google's Android Sink or Swim?
- VS 2008 Builds AJAX-based Web Apps
- Rich Content Rotator for ASP.NET
- Getting Started with Silverlight: Zero to Hero




































