Blog Posts
Empowering Software Engineers with Exceptional Content
Understanding Many-to-Many Association in OOP
23 October, 2024
Many-to-Many Association: In object-oriented programming, a many-to-many association is a relationship between two classes....
Understanding One-to-Many Association in OOP
22 October, 2024
One-to-Many Association: In object-oriented programming, a one-to-many association is a relationship between two classes....
Understanding One-to-One Association in OOP
21 October, 2024
One-to-One Association: In object-oriented programming, a one-to-one association is a relationship between two classes....
How Value Types and Reference Types Work in C#?
20 October, 2024
In C#, value types store data directly in memory. Common value types include int, float, bool, and structs. When you assign one value type to another, a copy of the value is....
Understanding Encapsulation: The Power of Data Hiding in OOP
18 October, 2024
Introduction:
Encapsulation is an object-oriented programming (OOP) principle where data (attributes) and methods (functions) that operate on the data are grouped together within a class....Understanding Classes and Objects in C#: The Building Blocks of OOP
14 October, 2024
Introduction:
A class is a blueprint or template that defines the structure and behavior (properties and methods) of objects. It doesn't represent any actual data but describes what an object should have and what it can do...The Importance of Writing Code in an Object-Oriented Way
10 October, 2024
Introduction:
We write code in an Object-Oriented Programming (OOP) way because it helps us manage complexity, makes code easier to maintain, and improves the overall development process. Here’s why OOP is important...Confidently Build Production-Ready CRUD Using N-Layer Architecture
25 February, 2024
Introduction:
Unlock the full potential of ASP.NET Core Web API development with the 'N-Layer Architecture CRUD Bundle,' which features three meticulously crafted projects, each exemplifying industry-best practices...Confidently Build Production-Ready CRUD Using Clean Architecture
25 February, 2024
Introduction:
Unlock the full potential of ASP.NET Core Web API development with the 'Clean Architecture CRUD Bundle,' which features three meticulously crafted projects, each exemplifying industry-best practices...Saddam Hossain Weekly #7
15 December, 2023
Issue #7 of the Saddam Hossain Weekly:
Check out what's new this week and enjoy the read.Saddam Hossain Weekly #6
08 December, 2023
Issue #6 of the Saddam Hossain Weekly:
Check out what's new this week and enjoy the read.Saddam Hossain Weekly #5
01 December, 2023
Issue #5 of the Saddam Hossain Weekly:
Check out what's new this week and enjoy the read.Saddam Hossain Weekly #4
24 November, 2023
Issue #4 of the Saddam Hossain Weekly:
Check out what's new this week and enjoy the read.Saddam Hossain Weekly #3
17 November, 2023
Issue #3 of the Saddam Hossain Weekly:
Check out what's new this week and enjoy the read.Saddam Hossain Weekly #2
10 November, 2023
Issue #2 of the Saddam Hossain Weekly:
Check out what's new this week and enjoy the read.Saddam Hossain Weekly #1
03 November, 2023
Issue #1 of the Saddam Hossain Weekly:
Check out what's new this week and enjoy the read.C# Coding Standard: Variables
01 November, 2023
Introduction:
I consistently strive to adhere to the highest coding standards and adopt a pragmatic approach in my software development endeavors. Below, I present the guidelines for Variables in accordance with C# coding standards that I rigorously apply in my projects...Team Norms
01 October, 2023
Introduction:
Team norms are a set of agreed-upon guidelines and expectations that govern the behavior and interactions of team members. These norms are essential for fostering a productive and harmonious working environment. They serve as a framework for collaboration and ensure that all team members are on the same page regarding their roles, responsibilities, and communication. I am sharing the team norms with my professional experience, which I strive to follow. Remember, these...C# Coding Standard: Methods
01 September, 2023
Introduction:
I consistently strive to adhere to the highest coding standards and adopt a pragmatic approach in my software development endeavors. Below, I present the guidelines for methods in accordance with C# coding standards that I rigorously apply in my projects...C# Coding Standard: Classes and Interfaces
01 August, 2023
Introduction:
I consistently strive to adhere to the highest coding standards and adopt a pragmatic approach in my software development endeavors. Presented below are the guidelines for classes and interfaces as per the C# coding standards that I rigorously apply in my projects...C# Coding Standard: File Name and Comments
01 July, 2023
Introduction:
I consistently strive to adhere to the highest coding standards and adopt a pragmatic approach in my software development endeavors. Presented below are the file naming conventions and comments guidelines of the C# coding standards that I rigorously apply in my projects...25 Essential SQL Tricks for Beginners
01 June, 2023
Introduction:
Master the basics of SQL queries with this beginner-friendly collection of 25 essential tricks for SQL Server. Explore fundamental techniques such as data filtering, sorting, and manipulation. Learn how to join tables to combine information seamlessly. Discover the power of aggregate functions for data analysis. Elevate your skills and gain confidence in managing and retrieving data effectively. With this comprehensive guide, you'll be equipped to tackle SQL queries with ease and...A Comprehensive Guide to Creating Databases, Tables, and CRUD Stored Procedures in SQL Server
01 May, 2023
Introduction:
SQL Server is a powerful relational database management system (RDBMS) widely used for storing, managing, and retrieving data. In this blog post, we will explore the essential concepts of creating databases, tables, and implementing CRUD (Create, Read, Update, Delete) operations using stored procedures in SQL Server. Whether you are a beginner or an experienced developer, this guide will provide you with a solid foundation for working with SQL Server databases efficiently and professionally...About the Blogs
As a dedicated .NET developer, I maintain a Patreon account where I share exclusive content related to .NET development. There, you will also gain access to the codebase of this blog post. By becoming a Patreon member, you will have the opportunity to explore and learn from my projects firsthand.
If you have found my contributions helpful in any way, I kindly ask you to consider becoming a Patreon supporter. Your support enables me to continue producing high-quality content, empowering developers like yourself to enhance their skills and stay up to date with the latest developments in the .NET ecosystem. Thank you for considering joining my Patreon community!
Popular Posts
Confidently Build Production-Ready CRUD Using N-Layer Architecture
25 February, 2024
Confidently Build Production-Ready CRUD Using Clean Architecture
25 February, 2024
© Copyright 2024 Md. Saddam Hossain | saddamhossain.net. All Rights Reserved.