Technofog Technofog (/tɛkˈnɒ/fɒɡ/) - the confluence of domain specific jargon, technical debt and knowledge gaps that negate sensible use of even… Posted on: June 11, 2019 By: jammer With: 0 Comments
Enabling Entity Framework Code First Migrations ProviderIncompatibleException Quite simple actually ... make sure the connection string in your config file is named the same as your context… Posted on: May 31, 2014 By: jammer With: 0 Comments
SQL Install error occurred creating the configuration section handler Seeing this error ... fear not ... Delete the "C:Users{Username}AppDataLocalMicrosoft_Corporation" folder (Replace {Username} with your user name I kid you… Posted on: June 23, 2013 By: jammer With: 0 Comments
Foreign Key Constraints in SqlCe How do you add foreign key constraints in SqlCe? Like this: How do you check it's there? Posted on: May 1, 2009 By: jammer With: 0 Comments
Connection Strings Tip Really neat trick using MDAC (Microsoft Data Access Components) to create connection strings for various data types. 1. Create a… Posted on: November 20, 2007 By: jammer With: 0 Comments