.NET BITS & BYTES

.NET BITS & BYTES

Follow
homeAboutMy Projectsbadges
Tag

dotnet

#dotnet

More content

Read more stories on Hashnode


Articles with this tag

htmx ๐Ÿค dotnet

Aug 29, 202325 min read

Exploring htmx with Razor Pages: An Old New Web Development Approach? ยท In the realm of web development, it's crucial to stay updated with the latest...

htmx ๐Ÿค dotnet

How to create Sitemap.xml for ASP.net Core Razor Pages

Aug 15, 20235 min read

Recently I wanted to create a sitemap for my Razor Page web application. Adding a sitemap to a website is a relatively straightforward process, but I...

How to create Sitemap.xml for ASP.net Core Razor Pages

Let's build a simple countdown timer with dotnet Blazor

Jun 5, 20224 min read

Last weekend I was free and bored, so I decided to refresh my Blazor skills and build something small and funny. I decided to make and made a simple...

Let's build a simple countdown timer with dotnet Blazor

Why C# Might be the Best as a First Programming Language

Dec 23, 20214 min read

Roaming the internet I see a lot of attention to why you should start to learn JavaScript, or why you should learn Python as your first programming...

Why C# Might be the Best as a First Programming Language

Bootstrap+Blazor essentials

Jan 19, 202111 min read

When you start a new Blazor project it will quickstart you with a default Bootstrap template. But when you spent several weeks or months on the...

Bootstrap+Blazor essentials