in

Jean Hibbert's Blog

.Net Framework

Browse by Tags

  • Using Rx for Event subscription

    I thought I would have a quick look to determine wether Rx would create a strong reference under the hood or not when one object subscribed to another objects events. In this case the Consumer object subscribes to the SampleData objects's SampleDataChanged event. This type of strong reference causes...
    Posted to Jean Hibbert's Blog (Weblog) by jean on 06-04-2010
  • Loading and executing .Net code from an external file dynamically

    I've recently been tasked with writing a service which will allow me to dynamically load code from a file and inject it into an assembly at run-time for execution. The injected code will need to implement the IXmlQueryService interface. The input stream will contain the original Xml and the output...
    Posted to Jean Hibbert's Blog (Weblog) by jean on 05-21-2010
  • Find a user's Active Directory groups.

    I like simple solutions. Fortunately the .Net Framework API's are slowly evolving to make life simpler for the architect and programmer. One new .Net 3.5 framework library which I am very happy with is System.DirectoryServices.AccountManagement. Have a look at how simple it is to find the groups...
    Posted to Jean Hibbert's Blog (Weblog) by jean on 04-18-2010
Page 1 of 1 (3 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems