andrewtobin

Stories kicked by andrewtobin

Entity Framework: Intro to Model First Design(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 1 year, 4 months ago

Taking a look at how to use the Entity Framework via its model first design concepts. When building out an application which is based off of the Entity framework you have multiple options, you can either build your model off of your existing database or build your database of your existing model. This episode will explore how you start with your entity model and build out your databas read more...

add a comment |category: |Views: 82

tags: another

For vs Foreach Performance (in .NET)(madprops.org)

submitted by andrewtobinandrewtobin(15) 3 years, 6 months ago

Timing the difference between a "for" loop and a more "modern" version using "foreach" and Enumerable.Range. read more...

add a comment |category: |Views: 425

tags: another