Dot Net Core & Angular Training 👍
440 subscribers
2 photos
3 files
88 links
It is free telegram channel where you can learn angular and dotnet core free of cost @interviewask #dotnet #angular #coding #programming
Try to keep discussions on topic. Dot Net Core & Angular Training 👍
Download Telegram
subscribe as i am going t start zero to hero asp.net
Tutorials is started from now
will get everyday one video step by please subscribe channel thank you
Need interview questions for dotnet to crack interview
2k only required
Connected Approach

Uses SqlConnection, SqlCommand, SqlDataReader
Works with ExecuteReader(), ExecuteNonQuery(), ExecuteScalar()
Keeps the database connection open while reading data
Disconnected Approach

Uses SqlConnection, SqlCommand, SqlDataAdapter, DataSet, DataTable
Works with Fill(), Update()
Loads data into memory and allows working offline