Skip to content
GeekFrisk
  • Home
  • Angular
  • .NET
  • Interview Questions
  • Forum
  • Tools
  • About Us
GeekFrisk
  • Home
  • Angular
  • .NET
  • Interview Questions
  • Forum
  • Tools
  • About Us
save changes not permitted SQL server management studio

Save changes not permitted SQL server

  • by geekfrisk
  • October 10, 2021October 10, 2021

This is a very common issue we face in SQL server management. We can fix this issue in two ways Dropping the table and recreate… Read More »Save changes not permitted SQL server

Const and Read-only

Difference between read-only and const keyword in C#

  • by geekfrisk
  • October 9, 2021November 24, 2021

Const: In this article, we are going to discuss the two keywords in c#. const keyword used to declare the constant variable in the program.… Read More »Difference between read-only and const keyword in C#

Constructor Types in C# .NET

  • by geekfrisk
  • October 2, 2021October 2, 2021

Constructor is used to creating an object of a class. There are five main types of constructor classes in c# as listed below. Default Constructor… Read More »Constructor Types in C# .NET

Difference between Object and Class

  • by geekfrisk
  • October 2, 2021October 2, 2021

The basic difference between an object and a class as below, Class Object Definition of an Object The instance of a class Basic scaffolding of… Read More »Difference between Object and Class

Generic and Non-Generic Collections In C#

Collections in C# – Generic and Non-Generic

  • by geekfrisk
  • September 23, 2021September 29, 2021

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

Equality Operator (==) vs Equals() Method

Difference Between Equality Operator (==) and Equals() Method in C#

  • by geekfrisk
  • September 18, 2021September 29, 2021

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#

Difference between Ref and Out Keyword in C#

  • by geekfrisk
  • September 12, 2021September 29, 2021

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#

Joins in sql – Inner, Left, Right, Full,Self and Cross/Cartesian Join

  • by geekfrisk
  • September 8, 2021September 16, 2021

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

Difference between function and stored procedure in SQL

  • by geekfrisk
  • September 6, 2021September 11, 2021

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: DDL, DQL, DML, DCL, and TCL Commands

  • by geekfrisk
  • September 4, 2021September 4, 2021

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

  • « Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next »

Popular Post

  • SQL Server – AND Operator
  • How to add bootstrap in Angular
  • How to Reverse words from the string in C sharp
  • Length of Last Word – C-Sharp Program
  • Difference between Object and Class

Categories

  • .NET (9)
  • Angular (11)
  • C# (15)
    • C# Program (8)
  • Career (1)
  • General (2)
  • Interview Questions (3)
  • Programs (1)
  • React Js (1)
  • SQL (10)

Recent Posts

  • Unlocking Performance and Scalability with Async Controllers in C#
  • How to create a PDF viewer in angular – ng2-pdf-viewer
  • Find a Middle of the Linked List – Geekfrisk
  • Matrix Diagonal Sum in Java, C# and python
  • How to prepare a resume – tips for freshers and experienced
  • Privacy Policy
  • Contact Us