Search:

Type: Posts; User: jmcilhinney

Search: Search took 4.52 seconds.

  1. Replies
    4
    Views
    3,909

    Re: Entity Frame Work

    I'm afraid that there's no one specific resource that I'm aware of. I've picked up bits and pieces from various places over time. I always use MSDN first but I'll often look further afield...
  2. Replies
    4
    Views
    3,909

    Re: Entity Frame Work

    One thing that I will add is that you should ALWAYS inspect the SQL code generated by EF as it will not always be what you expect. Many times you can improve the SQL by changing your LINQ to...
  3. Replies
    4
    Views
    3,909

    Re: Entity Frame Work

    If you use EF and you have deployed your app and then you want to add a new column to your database, you will need to regenerate the data model, rebuild your project and redeploy. That's true of...
Results 1 to 3 of 3



Click Here to Expand Forum to Full Width