Showing posts from November, 2022

SQL | DDL, DQL, DML, DCL and TCL Commands

INTRODUCTION Structured Query Language (SQL) as we all know is the database language by the use of which we can perform certain operations on the existing database and also we can use this …

Read more

ASP Net MVC Design Pattern In Detail

ASP.NET MVC stands for ASP.NET Model View Controller design pattern. MVC was first invented by Trygve Reenskaug and was named as “Thing Model View Editor” pattern originally. Slowly it be…

Read more