.NET Core provides a rich set of features for implementing caching in your applications. Here are the types of memory… Read More... "Memory Caching in .NET CORE"
Creational Patterns
Creational design patterns are concerned with the object creation mechanism, i.e., the instantiation process. The main idea is to hide… Read More... "Creational Patterns"
Action Filter
What is an Action Filter ? In ASP.NET Core, an action filter is a type of filter that allows you… Read More... "Action Filter"
Methods in C#
Methods in C# are blocks of code that perform a specific task or set of operations. They are declared within… Read More... "Methods in C#"
SOLID Principles in Angular
SOLID is a set of five design principles that aim to improve the architecture, maintainability, and testability of software applications.… Read More... "SOLID Principles in Angular"
Custom React Hooks
A Custom Hook is a stateful function that uses other react build-in hooks (useState, useCallback etc.) that can wrap around… Read More... "Custom React Hooks"
Design Patterns in React.js
In React.js, there are several design patterns commonly used to structure and organize code. Here are some popular design patterns… Read More... "Design Patterns in React.js"
React Hooks
React Hooks are a feature introduced in React 16.8 that allow developer to use state and other React features without… Read More... "React Hooks"
SQL Aggregate Functions
SQL aggregate functions are used to perform calculations on sets of values in a database table. These functions operate on… Read More... "SQL Aggregate Functions"
Design Patterns
Design patterns are reusable solution to common problems that occur during software design and development. They provide a structured approach… Read More... "Design Patterns"
React
React is a popular JavaScript library for building user interfaces. And in order create complex and efficient web applications, you’ll… Read More... "React"
Error Handling in SQL Server with Try Catch
An exception is defined as a runtime error that can be handled programmatically. If not handled, it might terminate the… Read More... "Error Handling in SQL Server with Try Catch"