Collections in C# – Generic and Non-Generic
In this article, we are going to discuss the collections in C#. The collection is used to manipulate the data like Inserting, sorting, and deleting.… Read More »Collections in C# – Generic and Non-Generic
In this article, we are going to discuss the collections in C#. The collection is used to manipulate the data like Inserting, sorting, and deleting.… Read More »Collections in C# – Generic and Non-Generic
In this article, we are going to discuss the difference between Equality Operator ( ==) and Equals() method Generally both we used to compare the… Read More »Difference Between Equality Operator (==) and Equals() Method in C#
Ref and Out keywords are used to pass the argument to the function. These keywords can pass parameters by reference. Ref and Out keyword treated… Read More »Difference between Ref and Out Keyword in C#
In this article, we are going to discuss joins in SQL. joins is a very important topic in SQL. The basic use of joins is… Read More »Joins in sql – Inner, Left, Right, Full,Self and Cross/Cartesian Join
In this article, we are going to discuss the differences between function and stored procedure. Both stored procedure and function contain the set of SQL… Read More »Difference between function and stored procedure in SQL
SQL stands for Structural Query Language. SQL language we use for the different database-related operations. Using this language we can create a new database or… Read More »SQL: DDL, DQL, DML, DCL, and TCL Commands
What is the .Net framework? It is a platform for building various applications on windows. It has a list of inbuilt functionalities in the form… Read More ».Net framework interview questions and answers