Most of applications which capture user input is mainly focus on the crud operation. Entity framework provide a simple way to insert update and delete values.
when we use entity framework one of the key thing should be keep in mind is the keys. Means primary keys and foreign keys. when we use these keys properly entity framework will do half of our job on the crud operations.
Today i am taking a simple invoice saving application. Following four table are used to describe,
when we use entity framework one of the key thing should be keep in mind is the keys. Means primary keys and foreign keys. when we use these keys properly entity framework will do half of our job on the crud operations.
Today i am taking a simple invoice saving application. Following four table are used to describe,
No comments:
Post a Comment