Passionate Computer Programmer

Angular

The most important features in the Angular framework

The most important feature in the Angular framework is its component-based architecture. This archite

Types of event in angular

In Angular, there are various types of events that can be used for event binding. These events corres

C#

What are the differences between readonly and const?

The differences between readonly and const in C# lies in their usage, initialization, and behavior. H

What is boxing and unboxing?

Boxing: Converting a value type to object. Unboxing: Extracting the value type from object.   ob

JavaScript Tips

10 Modern ES6 Code Snippets to Solve Practical JavaScript Problems

Here I have hand-picked some of the most useful code snippets.  In this article I tried to sort them

Web Design

TypeScript Array methods vs Entity Framework Core (EF Core) LINQ methods

Here’s a comparison of TypeScript Array methods vs Entity Framework Core (EF Core) LINQ methods