Create Stored Procedure in SQL

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 More

ASP.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 More

Select 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 More

Admin 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