Multiple of 3 And 5: Q1 From ProjectEuler.NET Description If we list all the natural numbers below 10 that are multiples of 3 or 5,
Category: Code stuffs
Runtime Compile C# Code
Well have you ever wondered to write the C# code in string and execute them? In this blog I will tell you how to Runtime
Lets Create a Null Checking Extension on C#
Extension methods are static methods behaving like instance methods. We generally use this so that we can use this function as a part of that
How to encrypt and decrypt using cryptography (AES)?
Encryption Code Decryption Code Usage
How to create delete trigger in SQL Server?
Hello Everyone, I hope you are doing well. Today, I will be explaining on how to create the Delete Triggers in Sql Server. We all
Create badges using node.js
Hey everyone, Lately, I encountered an problem and the solution was to create the badge of my own. Since I was using node.js and I
How to clear all data from SQL Database?
Hello people, How are you?Today I was working on something and then came to realize that I had to clear the sql database. For a
Filtering by Date efficiently
Hey Guys, Often we try to do some filtering with respect to date only, but that throws some errors like this. Code Sample : Normally
How to avoid Temporary Collections in C# using “yield”
Most of us do some common type of mistakes by introducing a temporary collections of any List or IEnumerable types, right? Often we do some