Posts

Showing posts from October, 2022

Disconnected architecture

Image
  Computer architecture is the organisation of the components which make up a computer system and the meaning of the operations which guide its function. It defines what is seen on the machine interface, which is targeted by programming languages and their compilers Types of Computer Architecture Von-Neumann Architecture. This architecture is proposed by john von-neumann. .. Harvard Architecture. Harvard architecture is used when data and code is present in different memory blocks. .. Instruction Set Architecture. .. Microarchitecture. .. System Design.... Disconnected architecture is a method of retrieving a record set from the database and storing it giving you the ability to do many CRUD (Create, Read, Update and Delete) operations on the data in memory, then it can be re-synchronized with the database when reconnecting   Example of disconnected The architecture of ADO.net in which data retrieved from database can be accessed even when connection to database was closed is called as