Add New Entity using DBContext in Disconnected Scenario: In this chapter you will learn how to add new entity in DbContext in the disconnected scenario, which in turn inserts a new row in a database table. If you use Database-First approach, then cre…