Creative Minds

Because we all have one

Tag archive for ‘EF’

Quick Tip: Using SqlMetal to generate mapping for your POCO

We all know that we can easily map our database to classes using the Linq-to-Sql designer on Visual Studio. What happens in this process is that VS automatically creates all classes necessary to map our database. Although this being just freaking awesome, I do find it to have, sometimes, a two-face result.