ASP.NET Core MVC Application for CURD Operation.
View Part 1. Create.cshtml @model BookStorage.Models.Book @ { ViewData[ "Title" ] = "Add Book" ; } <h2>Add ...
Read More →
Types of Data Binding in Angular.
Data binding in Angular is a powerful feature that allows you to synchronize data between the component and the view . It is used to ensure...
Read More →
Difference Between ngOnInit and constructor in Angular.
In Angular, both the constructor and the ngOnInit lifecycle hook are used in components, but they serve different purposes and are called at...
Read More →
CTEs (Common Table Expression)
Common Table Expressions (CTEs) are one of the most powerful and readable features in SQL. They help break down complex queries, improve cod...
Read More →
SOLID Principles and Design Pattern.
What is the SOLID Principle? SOLID is an acronym for five key principles of object-oriented design that help create clean, scalable, testabl...
Read More →