Tag: Primary Key
Entity Framework Fundamental: How Foreign Keys work within your code
I am loving how much time Entity Framework (EF) is saving me in developing my database. It’s easy to abstract ideas into code and let it handle the SQL. I do worry a bit that I will start to get rust on my raw SQL knowledge, so I will have to make a note to… Read more