Immortal Coder
Coding Tips, Code Samples, Bug Fixes, Articles & More
Pages
(Move to ...)
Home
▼
Sunday, April 23, 2023
How to generate a random integer in C# ?
›
You can generate a random integer in C# using the 'Random' class in the 'System' namespace. Here's an example. Random...
Friday, April 21, 2023
What is boxing and unboxing in C# ?
›
In C#, boxing and unboxing allow you to convert a value type to a reference type and vice versa. Here's an example of boxing and unboxi...
How to improve the performance of SQL queries ?
›
There are several ways to improve the performance of SQL queries: Indexing: Indexing is the process of creating a data structure that allow...
‹
›
Home
View web version