Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

What’s New in C# 14: More Power, Less Code

What’s New in C# 14: More Power, Less Code
The .NET ecosystem keeps evolving, and with the release of C# 14 alongside .NET 10, developers now have a fresh set of features that make the language even more expressive, concise, and powerful. In t...
26.04.2025 0 Read More

Inheritance in C# – A Practical Guide with Example

What is Inheritance? In C#, inheritance allows a derived class to access the properties and methods of a base class. It enables code reuse, extension, and customization.Key Concepts •Single Inherita...
26.04.2025 0 Read More

Efficient Background Jobs & Scheduled Tasks in .NET 8 with Hosted Services

In this post, we'll dive into how to run background jobs and schedule recurring tasks in .NET 8 using built-in Hosted Services. You’ll see: How to implement IHostedService and BackgroundService Stra...
26.04.2025 0 Read More

Make Unity's Grid Layout Group Dynamic/Responsive

I recently worked on a task that involved displaying a list of users with their specific user details in a one column grid. While it is a one column grid, each row is based on a prefab that inherently...
27.04.2025 0 Read More

Is Blazor the Best Alternative to JavaScript Frameworks and Libraries?

Inspired by two YT videos about the Blazor's future (links in the comments) I decided to write this article. The web development ecosystem has long been dominated by JavaScript frameworks like React, ...
27.04.2025 0 Read More

My Game The Last Cluck Dungeon Crawler

My Game The Last Cluck Dungeon Crawler
Inspiration: Classic grid-based games like Dungeon Master, Eye of the Beholder, and Legend of GrimrockGame : https://krishnamohan-yagneswaran.itch.io/the-last-cluck🐣 Plot Legends speak of an ancien...
27.04.2025 0 Read More

Create an API in .NET with MongoDB and Pagination

Create an API in .NET with MongoDB and Pagination
Introduction In this article, we’ll walk through the process of creating a RESTful API using .NET and MongoDB, with a focus on implementing pagination. Pagination is essential when working ...
27.04.2025 0 Read More

Understanding SOLID Violations in a Class (With Example and Solution)

What issues do you see in the below code? Which SOLID principles are being violated, and how would you correct them? ⛶public class Account { public decimal balance { get; set; } public decim...
27.04.2025 0 Read More

5 Powerful Habits That Will Make You a Successful Programmer (No Matter What Language You Use)

Programming isn't just about writing code — it's about building a new version of yourself. I started with zero experience, tons of doubts, and a second-hand laptop. Today, after projects, bugs, and ...
27.04.2025 0 Read More

Factory design pattern in C#

Factory design pattern in C#
SebastianDevelops / DesignPatterns Work in progress: Visually displaying design patterns 🏭 Design Patterns ...
27.04.2025 0 Read More
Loading...
#reading
Boost Your Coding Productivity with AI (AI로 코딩 생산성 높이기)
0
Elevating Your ReactJS and NextJS Codebase to International Standards
0
Getting Started with uv: A Fast Python Package Manager for Web Development
0
Built a Dark Mode Toggle in React (In 5 Minutes) ✅
0
11.3 Reduzindo BigDecimal em somas
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0