What is Web API?
Long form of API is Application Programming Interface and it means Web Api is a kind of interface which allows the consumer to access the set of functions which the consumer is allowed to...
Only Microsoft Technologies
Long form of API is Application Programming Interface and it means Web Api is a kind of interface which allows the consumer to access the set of functions which the consumer is allowed to...
CTE (common table expression) and Updatable CTE you will understand this in this article by sagar jaybhay in depth. CTE (common table expression) CTE Introduced in the SQL server 2005. CTE is like a...
Insted Of Trigger Table Variable Derived Table about this you will able to understand in this article By Sagar Jaybhay In SQL Server. Before read this article read below article First to better understanding....
In Previous article we understand what is trigger and how to create trigger. Previous article link. In this article we understand What is Update Trigger?. How to Create it in SQL Server By Sagar...
In this series of article you will understand What is Triggers in SQL Server and How many Different Types of Triggers Present in SQL Server by Sagar Jaybhay. Triggers in SQL Server In SQL...
In this article we will understand What Is Indexed View In SQL Server By Sagar Jaybhay. Indexed View A normal view or non-indexed view is a saved SQL query or a virtual table. When...
In this article we will understand how to Update view or What it means In SQL Server By Sagar Jaybhay. Before Proceeding To this article Please Read Part 1 – https://sagarjaybhay.com/view-in-sql-by-sagar-jaybhay-2020/ Updatable View in...
In this article Sagar Jaybhay explain what is View. What is the use of View. what is the advantages of views in SQL server. View The view is saved SQL query or we can...
In this article we will understand what is the use of IDisposable interface and how Finalize Dispose pattern will implement in C# By Sagar Jaybhay. Idisposable interface and Finalize Dispose pattern Garbage collector only...
In this article you will understand what is Index In SQL Server. How To Create Index and Different Types of Indexes In SQL By Sagar Jaybhay. Also You will leran Unique and Non Unique...