<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Experiments on runaho.dev</title><link>https://52b71935.runaho-dev.pages.dev/categories/experiments/</link><description>Recent content in Experiments on runaho.dev</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 24 Mar 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://52b71935.runaho-dev.pages.dev/categories/experiments/index.xml" rel="self" type="application/rss+xml"/><item><title>NDPE [1] - .NET Web Design Pattern Razor Pages Page Model</title><link>https://52b71935.runaho-dev.pages.dev/notes/experiments-ndpe-1/</link><pubDate>Fri, 24 Mar 2023 00:00:00 +0000</pubDate><guid>https://52b71935.runaho-dev.pages.dev/notes/experiments-ndpe-1/</guid><description>&lt;h2 id="razor-pages-page-model--ndpe" class="relative group"&gt;Razor Pages Page Model &lt;code&gt;NDPE&lt;/code&gt; &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#razor-pages-page-model--ndpe" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;In this experiment, we will create a todo project with the Razor Pages Page Model Design pattern and explore its advantages and disadvantages. The Razor Pages Page Model is a design pattern for developing web applications using the .NET framework.&lt;/p&gt;
&lt;p&gt;If you started directly with this post, I strongly recommend you to read the first post.&lt;/p&gt;</description></item><item><title>NDPE [0] - .NET Core Web Design Patterns Details</title><link>https://52b71935.runaho-dev.pages.dev/notes/experiments-ndpe-0/</link><pubDate>Mon, 20 Mar 2023 00:00:00 +0000</pubDate><guid>https://52b71935.runaho-dev.pages.dev/notes/experiments-ndpe-0/</guid><description>&lt;h2 id="project-details-for-net-core-design-patterns-experiments-ndpe" class="relative group"&gt;Project Details for .NET Core Design Patterns Experiments &lt;code&gt;NDPE&lt;/code&gt; &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#project-details-for-net-core-design-patterns-experiments-ndpe" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;Greetings! 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.&lt;/p&gt;
&lt;p&gt;Our aim is to test a project that connects to a database with a simple ORM and performs CRUD operations using different web design patterns. We want to find out which pattern is best suited for a particular project size and how easily we can achieve our goals using that pattern.&lt;/p&gt;</description></item><item><title>Which Technique to choose between the Web Development?</title><link>https://52b71935.runaho-dev.pages.dev/notes/web-development-techniques/</link><pubDate>Sat, 18 Mar 2023 00:00:00 +0000</pubDate><guid>https://52b71935.runaho-dev.pages.dev/notes/web-development-techniques/</guid><description>&lt;h2 id="setup" class="relative group"&gt;Setup &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#setup" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;Greetings,
First, let me talk about the project in basic terms.
We aim to try a project that connects to a database with a simple orm and performs crud operations in many technologies and to extract the pros and cons for us.&lt;/p&gt;
&lt;p&gt;What is the real purpose of this experiment?&lt;/p&gt;
&lt;h3 id="this-experiment" class="relative group"&gt;This experiment; &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#this-experiment" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;It can contribute to choosing which of the .net web patterns to use in which project size.&lt;/li&gt;
&lt;li&gt;It has been developed to find out what can be done in which pattern with little effort while developing projects.&lt;/li&gt;
&lt;li&gt;Of course, we can reach the same results with all patterns by trying hard. But what I want to show here is how we can evaluate and conclude the processes with the natural functioning of the pattern we are trying.&lt;/li&gt;
&lt;li&gt;How the developer evaluated this process and how much workload it created.&lt;/li&gt;
&lt;li&gt;What we are testing is the fastest and easiest method the pattern supports, rather than the best or idealized hardest method.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="tested-business" class="relative group"&gt;Tested business; &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#tested-business" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;Functionality is what we are testing in this project.
How can we add, remove and update Todo in the fastest and simplest way?&lt;/p&gt;</description></item></channel></rss>