Tag Archive: entity-framework
For systems that are CRUD heavy, Active Record is still not a bad pattern of choice for some of your objects. While today it is avoided in much larger applications, I wouldn’t deem it as obsolete, and when used right,…
Read more
I finished the screencast and have uploaded it to YouTube here. I also have attached the source code to this blog post, but I wanted to comment on a few post-video changes I have made. I removed App.config from the…
Read more
I started learning the Entity Framework so I can add support for MySQL side-by-side MSSQL in FaultTrack Professional (issue tracking software I am developing), and I started to run into quite a few limitations with MySQL. #1Â Â Â Â DDL Generation (SSDLToMySQL.tt (VS))…
Read more