Tag: C#

  • Composite UI Application Block: Modules explained

    I hope my article will at least add to common understanding on this otherwise so poorly covered theme. Last week I was crunching module loading for a product of ours requiring dynamically replaceable customer specific (business) module. There are dozens of poor variations on GPSModule Quick Start from original Microsoft Composite UI Application Block package…

  • FormsAuthentication HashPasswordForStoringInConfigFile in Windows.Forms

    Lord Jesus in the heaven! I refuse to reference System.Web in my Windows.Forms application… period! So i went to look for an alternative to HashPasswordForStoringInConfigFile. You need this if for example: – in your win forms client you want to use same DB you are using in your web application; – you use secure web-services…