DevPinoy.org
A Filipino Developers Community
            

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Introduction to Design Patterns slides and code

    from Jean-Paul Boodhoo: http://www.jpboodhoo.com/blog/NovemberMSDNMiniTourContent.aspx
    Posted to .NET (Forum) by cruizer on 11-19-2006
  • The ViewController and XAML

    About two nights ago, I learned how to use an external XAML in a WPF application. It was so simple. Just read the XAML, parse it, and then wire the elements to your code. Now if this is how we are supposed to code in WPF, then I might just as well stick to WinForms. Fortunately XAML was not designed...
    Posted to Driving .NET (Weblog) by smash on 10-05-2006
  • implementing undo and redo

    for a command to be undone, we need to store it somewhere. to facilitate this, we need to create a class for every command and we also need to create a class that will process and then store these commands upon request. interface ICommand { void Execute(); void UnExecute(); } the code above shows the...
    Posted to Driving .NET (Weblog) by smash on 02-12-2006
Page 1 of 1 (3 items)

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems