<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on</title><link>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/post/</link><description>Recent content in Posts 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/post/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>NDPE [1] - .NET Web Design Pattern Razor Pages Page Model</title><link>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/experiments/net-web-design-pattern-razor-pages-page-model/</link><pubDate>Fri, 24 Mar 2023 00:00:00 +0000</pubDate><guid>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/experiments/net-web-design-pattern-razor-pages-page-model/</guid><description>In this experiment, we will create a todo project with the Razor Pages Page Model Design pattern and see the pros and cons.</description></item><item><title>NDPE [0] - .NET Core Web Design Patterns Details</title><link>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/experiments/net-web-design-patterns-project-setup/</link><pubDate>Mon, 20 Mar 2023 00:00:00 +0000</pubDate><guid>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/experiments/net-web-design-patterns-project-setup/</guid><description>In this blog post series, we will be testing various .NET Core web design patterns to evaluate their pros and cons. For our experiment, we will create a ToDo project using the Razor Pages Page Model design pattern.</description></item><item><title>Making Forms Without Having Code Behind?</title><link>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/developer-tools/making-forms-without-having-code-behind/</link><pubDate>Wed, 15 Mar 2023 00:00:00 +0000</pubDate><guid>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/developer-tools/making-forms-without-having-code-behind/</guid><description>We now prefer to be able to do things without using code behind for smaller jobs...</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>'Journey' From a Game to a Work of Art</title><link>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/gaming/journey-from-a-game-to-a-work-of-art/</link><pubDate>Mon, 22 Nov 2021 00:00:00 +0000</pubDate><guid>https://b5ab24db.blog-guneskorkmaz-net.pages.dev/gaming/journey-from-a-game-to-a-work-of-art/</guid><description>To briefly describe the game, we can say that it is a simple journey game. So, what has this game done differently, why is it a work of art for me and how has it managed to become one of my favorite…</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>