11/1/21 - 12/1/21

Understanding Separation Of Concern in ASP.NET MVC Application

In the dynamic realm of software development, the need for scalable, maintainable, and efficient code is paramount. One key design principl...

santosh 24 Nov, 2021

Ways to Center Div or Text in Div in CSS

When it comes to designing a webpage, achieving a visually pleasing layout often involves centering elements. Centering a div is a common ...

santosh 23 Nov, 2021

Local Functions in C# 7 with Examples

When it comes to writing clean and maintainable code in C#, developers often encounter scenarios where encapsulating logic within a specifi...

santosh 20 Nov, 2021

How to use forRoot() and forChild() in Angular

Angular’s modular architecture allows developers to build scalable and maintainable applications. One key aspect of this modularity is the ...

santosh 13 Nov, 2021

RSA encryption/decryption C# example

In this blog post, we will explore encryption and decryption in C# using the RSA algorithm. Encryption is the process of converting data in...

santosh 2 Nov, 2021

How to Shuffle A Array In JavaScript

In this article, I will show you how to shuffle an array in javascript. Suffling or randomization is used in security or game design. To shu...

santosh 2 Nov, 2021

Everything you show know about ES6 `let` keyword.

Everything you show knows about ES6 let keyword. Both var and let are used to declare variables in javascript, but the difference is that...

santosh 2 Nov, 2021

ES6 JavaScript: Understanding Let & Const

Variables can be declared using const in the same way that var or let declarations are. The const keyword turns a variable into a constan...

santosh 2 Nov, 2021