Starting Entity Framework Codefirst Approach Part- 2
This is the second part of my Entity Framework Codefirst Tutorial for beginners. If you want to start fresh , Visit the first part here. If you tried the first part, while creating the database using code first approach, you might have noticed that our columns of string type is created as nullable columns of type [...]
