Calendar
<<  August 2010  >>
MoTuWeThFrSaSu
2627282930311
2345678
9101112131415
16171819202122
23242526272829
303112345
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