In this article, I will explain you how to Translate Language Using Google Translate API in ASP.Net MVC. You can see in the below picture…
In this article we will learn about IDENTITY PROPERTY in SQL Server. Sometimes we need a column whose values can uniquely identifying the rows in…
In this article we will learn about Different Types of SQL JOINs. A SQL Join statement is used to combine data or rows from two…
In this article we will learnt about Find all the Columns name in a table. Suppose there is a scenario when we require to fetch…
In this article we will learn about Difference between Temporary Tables, Table Variable and CTE. In SQL Server, we have various options for storing data…
In this article we will learn about how to Convert Decimal to Binary in csharp. In some cases we require to convert decimal value to…
In this article we will learn about Armstrong Number in csharp. An ARMSTRONG NUMBER is a number which is made up of N digits and…
In this article we will learn about Factorial in csharp. Factorial of a number is obtained from the result of multiplying a series of descending…
In this article we will learn about Prime Number in csharp. Prime numbers are natural numbers that are divisible by only 1 and the number…
In this article we will learn about Palindrome in csharp. Please read our previous article Difference Between IEnumerable, ICollection And IList. Palindrome in csharp A…