A stored procedure is a set of Structured Query Language (SQL) statements with an assigned name, which are stored in a relational database management system (RDBMS) as a group, so it can be reused and shared by multiple programs.
Read MoreASP.Net CRUD using Entity Framework
In this tutorial, I create a project in ASP.net CRUD Web Application using Entity Framework. This Project user can Create, Read(Display), Update, Delete data from Database using […]
Read MoreCreate Database and Table in SQL Server
In this blog, I will show step by step how to create Database and Table to SQL Server. explain how its work and why we […]
Read MoreASP.NET Web Application (.NET Framework) – Login and Registration using SQL Server
In this tutorial, I create a project in ASP.net Web Application using SQL Server. This Project have an user login and registration. I will use […]
Read MoreSelect Statement in SQL
This is all about selecting data from database server using SQL command. What is SQL SQL (pronounced “ess-que-el”) stands for Structured Query Language. SQL is used to communicate […]
Read MoreAdmin Panel (Portfolio)
About this Portfolio This system is all about Administration panel. but I do unique here, I also create for subsidiary user like (Seller Panel, and […]
Read More