<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Programming on</title><link>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/tags/programming/</link><description>Recent content in Programming on</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 05 Dec 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://b5ab24db.blog-guneskorkmaz-net.pages.dev/tags/programming/index.xml" rel="self" type="application/rss+xml"/><item><title>Creating the Best Project Obsessed with Perfection</title><link>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/thought/creating-best-project-perfection/</link><pubDate>Tue, 05 Dec 2023 00:00:00 +0000</pubDate><guid>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/thought/creating-best-project-perfection/</guid><description>The best is actually an illusion. As software developers, we all aspire to create the best project. We want to write perfect code and deliver an outstanding product by using the latest technologies, the best architectures, and the best practices...</description></item><item><title>My 10-Day Journey of Learning Go: Building Web Apps and More!</title><link>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/my-go-learning-journey/</link><pubDate>Sun, 15 Oct 2023 00:00:00 +0000</pubDate><guid>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/my-go-learning-journey/</guid><description>Discover how I learned Go in just 10 days and built amazing web apps. Get inspired to start your coding journey today!</description></item><item><title>Using HttpResults.Results for Minimal API Methods with MiniValidator in .NET Core</title><link>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/netcore/minimal-api-results-in-netcore-with-validation/</link><pubDate>Sat, 07 Oct 2023 00:00:00 +0000</pubDate><guid>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/netcore/minimal-api-results-in-netcore-with-validation/</guid><description>Learn how to use HttpResults.Results to handle multiple HTTP responses with Validation in Minimal API methods in .NET Core.</description></item><item><title>I Developed/Published Application with .NET MAUI Blazor</title><link>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/blazor/i-developed-and-published-application-with-net-maui-blazor/</link><pubDate>Tue, 06 Dec 2022 00:00:00 +0000</pubDate><guid>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/blazor/i-developed-and-published-application-with-net-maui-blazor/</guid><description>Blazor has always struck me as a great technology. The idea of publishing native Blazor applications with MAUI is incredible...</description></item><item><title>How to access files in the backend on .NET Core?</title><link>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/netcore/how-to-access-files-in-the-backend-on-net-core/</link><pubDate>Fri, 26 Nov 2021 00:00:00 +0000</pubDate><guid>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/netcore/how-to-access-files-in-the-backend-on-net-core/</guid><description>Hi, in this article, we will look at how we can access files when we want to do operations such as reading, writing, etc. with .NET Core...</description></item><item><title>How to Use Session in .NET Core?</title><link>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/netcore/how-to-use-session-in-net-core/</link><pubDate>Thu, 25 Nov 2021 00:00:00 +0000</pubDate><guid>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/netcore/how-to-use-session-in-net-core/</guid><description>If you, like me, have spent a lot of time with the .net framework for a long time, and a session is a must. To use Session in .Net Core, we first need to go to Startup.cs and find the…</description></item><item><title>Accessing the index of an element when using foreach in C#</title><link>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/chsarp/accessing-the-index-of-an-element-when-using-foreach-in-csharp/</link><pubDate>Tue, 23 Nov 2021 00:00:00 +0000</pubDate><guid>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/chsarp/accessing-the-index-of-an-element-when-using-foreach-in-csharp/</guid><description>While writing foreach, you may need to access the index sometimes, although using for blocks makes more sense in such cases, it is possible to access the index while using foreach...</description></item><item><title>I left the Web Form and switched to Razor Pages.</title><link>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/netcore/i-left-the-web-form-and-switched-to-razor-pages/</link><pubDate>Tue, 23 Nov 2021 00:00:00 +0000</pubDate><guid>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/netcore/i-left-the-web-form-and-switched-to-razor-pages/</guid><description>i, in this article, I will talk about my thoughts about .NET Core Razor Pages, its pros, cons and what it adds to me, and I wish you a pleasant reading.</description></item><item><title>What is programming for a programmer?</title><link>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/thought/what-is-programming-for-a-programmer/</link><pubDate>Sun, 21 Nov 2021 00:00:00 +0000</pubDate><guid>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/thought/what-is-programming-for-a-programmer/</guid><description>Why does programming have languages and why do we call c# , java and similar languages as a “languages”?</description></item><item><title>C# 8.0 ??= Null Coalescing Operators &amp; Encapsulation</title><link>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/chsarp/csharp-8-0-null-coalescing-operators-and-encapsulation/</link><pubDate>Sat, 20 Nov 2021 00:00:00 +0000</pubDate><guid>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/chsarp/csharp-8-0-null-coalescing-operators-and-encapsulation/</guid><description>Sometimes in C# we mean that if an object is empty then set to another object otherwise we want to continue using that object. This operator ...</description></item><item><title>Using Native Prompt with .NET MAUI Blazor</title><link>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/blazor/using-native-prompt-with-net-maui-blazor/</link><pubDate>Sat, 20 Nov 2021 00:00:00 +0000</pubDate><guid>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/blazor/using-native-prompt-with-net-maui-blazor/</guid><description>Sometimes in C# we mean that if an object is empty then set to another object otherwise we want to continue using that object. This operator ...</description></item></channel></rss>