In this program you will learn how to reverse an integer number in C# language. The program takes...
Archive - December 2019
Clone deep objects in C#: simple and effective
In this article, I will explain how to successfully clone C # objects in depth in a simple and...
Law of Demeter (what to know and how to use it) in C#
This article is exceptionally a little theoretical, but it is for the good cause. I wish today to...
C# Age Calculator Using DateTimePicker (Year(s)-Month(s)-Day(s))
In this example, I’ll show you How to Calculate age from Date of Birth in C#. ...
Display First 50 Prime Numbers in C#
In this example , I’ll show you How to print out the first 50 prime numbers. Start with a...
Generate Unique Random Numbers In Sql Stored Procedure
This procedure generates random unique numbers between two numbers. It gets 3 parameters. The first...
Generate Random Number Between the Two Numbers Entered in SQL Stored Procedure
In this article we’ll learn the procedure that selects random number between the two numbers...
Calling a Stored Procedure To Add Two Numbers With Input Output Parameters in SQL
In this tutorial we will learn how to add two number and return with output parameter in sql stored...
Python Program to Reverse Digits of a Given Number
We can reverse a number in Python using loop and arithmetic operators. In this program, we are...
The Essential on lambda expressions in C #
Lambda expressions were introduced in C # 3 (.NET 3.5). These expressions are used today everywhere...