Tag: DOTNET
Implementing Microservices with the Saga Pattern in .NET: A Simple Guide
Microservices break apps into small, independent parts, but making them work together can be hard. The Saga pattern helps manage tasks… Continue reading on Medium » [more…]
Behind the scenes of the new field keyword in C# 14
C# 14’s new field keyword: a small change promising cleaner properties — or just a cosmetic tweak? Continue reading on Medium » C# 14’s new field keyword: [more…]
Global Uygulamalarda Doğru Zaman Yönetimi
Time Handling Best Practices for Global-Scale Applications Continue reading on Intertech » Time Handling Best Practices for Global-Scale ApplicationsContinue reading on Intertech » Read More Dotnet on [more…]
The C# Developer’s Edge: Crush Data Streaming with IAsyncEnumerable!
Unlock IAsyncEnumerable for real-time apps. Continue reading on CodeElevation » Unlock IAsyncEnumerable for real-time apps.Continue reading on CodeElevation » Read More Dotnet on Medium #dotnet
On .NET Live – Every Cache a Painting, Revisited
Post Content Caching is the secret ingredient for high performance apps! In this week’s episode, community MVP Jody Donetti returns to give an update on FusionCache, [more…]
Secure your ASP.NET application
HTTP headers and other mechanisms to control security aspects of your website. Continue reading on .Net Programming » HTTP headers and other mechanisms to control [more…]
EF Core WITH (NOLOCK) — SqlServer
For simplicity, EF Core is very useful and straightforward to use. But when it comes to some DB-specific features, we often need to handle… Continue reading [more…]
Say Goodbye to Crashing Microservices in ASP.NET Core
Prevent crashes and timeouts in ASP.NET Core microservices using Polly. Learn how to implement retry, circuit breaker, and fallback… Continue reading on ITNEXT » Prevent [more…]
Common Configuration Mistakes in appsettings.json
Common Configuration Mistakes in appsettings.json Continue reading on Dot Net, API & SQL Learning » Common Configuration Mistakes in appsettings.jsonContinue reading on Dot Net, API [more…]
Generating Client SDKs with OpenAPI Generator CLI in an Aspire-Based Project
Working with OpenAPI Generator CLI should be a straightforward step in automating API client generation. Continue reading on Level Up Coding » Working with OpenAPI [more…]
Pros and Cons of Using string.Intern() in Production
Discover how string.Intern() in C# can drastically reduce memory usage in large-scale .NET applications. Learn best practices, pitfalls… Continue reading on Write A Catalyst » Discover [more…]
Leveraging Advanced AI Models from the Python Ecosystem within .NET
If you’ve spent any time exploring the rapidly evolving world of Artificial Intelligence and Machine Learning, you’ve likely noticed that… Continue reading on Medium » [more…]
C#’ta IAsyncEnumerable ile Asenkron Akışları Etkin Şekilde Yönetmek
1. Neden Asenkron Akışlar? Continue reading on Medium » <img src="https://cdn-images-1.medium.com/max/1536/0*XJvN0w7T_Fs53ZSF" title="C#’ta IAsyncEnumerable ile Asenkron Akışları Etkin Şekilde Yönetmek” /> 1. Neden Asenkron Akışlar?Continue reading on [more…]
EP02 : Razor Syntax
ASP.NET FOR BIGINNERS PART 02 Continue reading on Medium » ASP.NET FOR BIGINNERS PART 02Continue reading on Medium » Read More Dotnet on Medium #dotnet
The Evolution of .NET: A Journey from .NET Framework to .NET Core to Modern .NET
The journey started with the .NET Framework, a powerful but Windows-specific platform. The need for cross-platform support and a more… Continue reading on Medium » The [more…]
Beyond Prompts: How Model Context Protocol (MCP) Is Reshaping AI Integration
The first time I saw Model Context Protocol in action, I had one of those rare “aha” moments that fundamentally shifted how I thought… Continue reading [more…]
The true power of the Decorator Pattern | How to build a lightweight service in ASP.NET Core
Let’s say you have a UsersService that works with a User entity. The entity is just a class with an identifier and a string property — in… Continue [more…]
How Taskie Pro was born: my experience creating in-app purchases in UWP apps
It was a bumpy road, but we got there eventually. Continue reading on Medium » It was a bumpy road, but we got there eventually.Continue [more…]
Meet TickerQ — A Lighter, Faster Alternative to Hangfire and Quartz for Background Jobs in .NET
Now with a real-time dashboard, source generators, and zero reflection — because you deserve better background jobs Continue reading on Medium » Now with a real-time dashboard, [more…]
IEnumerable vs IQueryable In .NET — What Most Developers Miss
When working with data-driven applications in .NET, choosing IEnumerable vs IQueriable is more than just a syntactic decision. Continue reading on Medium » When working with [more…]