ADO.net Basics ,Sql Basics
  • ADO.NET Overview,Web Config,SQL Server Installation(resource file)
  • client-server Architecture
  • Create DATABASE ,Create Table
  • Alter Table
  • Drop table,Database
  • Insert query
  • Update Query
  • Or clause
  • AUTO-INCREMENT Primary key
  • first console application
  • first ASP.NET Application
Crud Operation Project,stored procedure (Resource file)
  • SqlConnection Class
  • SqlDatareader, SqlDataAdapter and SqlCommand
  • GridView fill with SELECTALL form table,visual studio Installation-resource file
  • GridView fill USING Stored Procedure.
  • INSERT INTO table in Database
  • stored procedure for insert into table-management studio
  • stored procedure for insert into table-code behind
  • UPDATE table in Database
  • stored procedure for update table-management studio
  • stored procedure for update into table-code behind
  • DELETE from table in Database
  • stored procedure for delete from table-management studio
  • stored procedure for delete from table-code behind
  • filter Project