Month: February 2015

  • Persistent Windows 1.0.7 released – NotifyIcon mingling with WPF

    Recently, I’ve been distracted from my pet projects due to various life events and also Diablo 3 – Season 2. While I still haven’t been able to get new Random Coding or Top Coding content out, I did find a convenient survey plug-in for Word Press to get some feedback on Persistent Windows. Based on…

  • ** Update ** EntityFramework detecting complex type with database first

    Originally, I posted a question on StackOverflow http://stackoverflow.com/questions/21630431/entityframework-detecting-complex-type-with-database-first While we’re still not using complex types, we’ve worked out a mechanism to preventing our developers from breaking the autogenerated models when re-generating from the DB. We’ve altered the T4 template generated by EF. First we’ve created a method in the CodeStringGenerator class public string BaseClassAndInterfaces(EntityType entity)…