Calendar
<<  March 2010  >>
MoTuWeThFrSaSu
22232425262728
1234567
891011121314
15161718192021
22232425262728
2930311234
Modules in Silverlight Composite UI Application Block are similar to CAB modules. Modules allow dividing complex application structure into smaller parts. They "separate the concerns of module builders from the concerns of the shell developer, allowing business units to concentrate on develop... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Posted by Elisy.Net 25. February 2008, 05:03
Silverlight Composite UI starts from CanvasShellApplication class that defines main application class. It is similar to FormsShellApplication in P&P CAB. The shell in Xaml context is the root canvas in start Xaml file. The main Xaml is in the following form: <Canvas     x... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5