We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e193a8 + 127f501 commit a673e81Copy full SHA for a673e81
README.md
@@ -1,8 +1,13 @@
1
# ado-basic-crud-app
2
-This is a basic demo ASP.NET mvc application. In this application perform basic CRUD Database operations using ADO.Net.
+**This is a basic demo of ASP.NET mvc application. In this application perform basic CRUD Database operations using ADO.Net.**
3
+
4
+**Note:** <br/>
5
+*Create Database in your local Sql Sever.<br/>
6
+Before running application, please make necessary changes in configuration and other files.<br/>
7
+Replace db connection string with your local db connection string in web.config.*
8
9
10
-Create Database in your local db i.e. Sql Sever.
-Before running application, please make necessary changes in configuration and other files.
11
12
13
0 commit comments