PinnedPublished in.Net ProgrammingMastering at Source GeneratorsA demonstrate about dynamic usage of source generators and show you how useful it is. In this article, I’ll guide you to create C# filesJan 15, 20221Jan 15, 20221
Published in.Net ProgrammingFiltering data without coding in AspNetCoreFirstly, I want to say that, this article will be all about a feature which I developed and packed in AutoFilterer. This logic uses Source…Apr 10, 2021Apr 10, 2021
Published in.Net ProgrammingBlazor Localization with I18NPortableIn this article, I’ll show how to use lightest localization library, I18NPortable with Blazor. This library provides static methods…Feb 11, 20211Feb 11, 20211
How to develop a NuGet Package?Each .Net Developer knows nuget.org and NuGet Packages. So, have you ever been though about how to create a nuget package? Nuget packages…Oct 15, 2020Oct 15, 2020
C# — Sorgular Üzerine SohbetlerBu yazıyı İngilizce ve Türkçe yazmak arasında çok gidip geldim. En sonunda apaçık anlaşıldığı üzere Türkçe yazmaya karar verdim. 🤟May 16, 20201May 16, 20201
Kovaryans ve Kontravaryans nedir? — C#Pek çoğumuz, farklı farklı yerlerde IEnumerable<T> kullanımına rastlamışızdır. Peki neden doğrudan List<T> kullanmak yerine miras almış…May 9, 2020May 9, 2020
Never null-check again in C#Null-checks are most common and boring code-blocks. A simple null-check code:May 8, 20201May 8, 20201
Challenge #1 — Deep Dive on ExpressionsI’ve just started to new challenge series that includes a problem and a couple of solution ways. Some of problems may be familiar to you…Apr 16, 2020Apr 16, 2020