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.

Securing Multi-Tier Applications with .NET 8: Role-Based Authorization Best Practices

In today’s guide, we will explore how to implement role-based authorization in .NET 8 to secure your multi-tier applications. Effective access control is crucial for protecting sensitive resources a...
01.04.2025 0 Read More

How to Parse Environment Variables into DTO in .NET: AWS S3 Bucket Example

Working with objects is always better than with "magical" strings. Having multiple configuration strings for some services can be uncomfortable to work with. Also, it increases the number of parameter...
02.04.2025 0 Read More

An Easy Mnemonic to Format Dates As Strings in C#

I originally posted this post on my blog.Is it MM or mm for months when formatting dates? Is it "yyyy-MM-dd" or "yyyy-mm-dd"?I always forgot which one to use...Until I figured out an easy mnemonic. ...
02.04.2025 0 Read More

Change HomePage Azure Function .NET : Your Functions 4.0 app is up and running

Change HomePage Azure Function .NET : Your Functions 4.0 app is up and running
I have some panic when I search from the internet to see how can we change the home page of Azure Function under .NET. In this post I will help you easy to change it some config and setting . You can ...
03.04.2025 0 Read More

🚀 Optimize EF Core Queries with AsSplitQuery()

When working with Entity Framework Core (EF Core), queries that involve multiple Include() statements can result in a single large query with multiple joins. This can cause performance issues due to d...
03.04.2025 0 Read More

What’s New in C# 14? Key Features and Updates You Need to Know

TL;DR: C# 14 introduces features like implicit span conversions, nameof unbound generics, lambda parameter modifiers, the field keyword, and partial events/constructors for improved development.C#, a ...
03.04.2025 0 Read More

Navigation Property neden var ? Amacımız ne ?

...
03.04.2025 0 Read More

Google's Imagen and Veo 2 with C# .Net

Generative AI is transforming how we create digital content. Google is at the forefront with powerful models like Imagen for stunning image generation and Veo 2 for creating high-quality, cinematic vi...
03.04.2025 0 Read More

PowerShell: new features, same old bugs

PowerShell: new features, same old bugs
PowerShell is a well-known Microsoft tool—but what's hiding in its source code? Our analyzer is on the hunt for bugs. Let's take a look at it in the article.PowerShell is a Microsoft automation tool...
04.04.2025 0 Read More

Game Dev Digest — Issue #276 - UI, Fonts, Modeling, and more

Game Dev Digest — Issue #276 - UI, Fonts, Modeling, and more
Issue #276 - UI, Fonts, Modeling, and more This article was originally published on GameDevDigest.comHappy weekend everyone. Enjoy!Pentiment director explains how going all-in on fonts helped...
04.04.2025 0 Read More
Loading...
#reading
How to Build a Raydium Clone: A Step-by-Step Guide
0
Docker Compose and Devcontainers for Microservices Development
0
Are Chain Link Fences Resistant to Strong Winds and Storms?
0
How Proxies Help You Scale AI Projects with Speed and Security
0
[Learning Notes] Hightopo’s HT for Web (3) - Host and Anchor
0
#popular
Top 8 Open-Source Tools for Web Application Development
0
New Release: Free Email Signature Generator
0
Turn any git repo into llm readable format
0
Understanding Event Delegation in JavaScript: From Bubbling to Data Attributes
0
AI Runner: OpenSource desktop app for AI models
0