Data Conversion

In this article, we will convert text to number in multiple versions of SQL Server and will see the difference. I will use four different Data conversion functions (Convert, Cast, Try_Convert &  Try_Cast) to convert Text to Number. Let me explain this with simple examples. Read More …

C# Introduction

What is C# Programming Language? C# (pronounced as “C Sharp”) is a simple, modern, object-oriented and type safe programming language. C# language has it’s roots from the family of C languages such as C, C++ and it is mostly similar Read More …