The most used in the ASP is Recordset. Recordset is easy to implement record insertion, update, deletion, etc. of the data source. In .NET, there is no Recordset this concept. However, DataSet DataAdapter in .NET can also achieve functions such as record insertion, update, deletion like Recordset.