Running parallel requests in an ASP .Net MVC application for faster page load times

Running parallel requests in an ASP .Net MVC application for faster page load times

Website and app performance is becoming increasingly important as time goes by. In the last few years, users have become much more demanding when it…

Zum Artikel
How we write console applications

How we write console applications

Last month, we open-sourced our base library for creating console applications and published it as a NuGet package. At the same time, we overhauled…

Zum Artikel
Generisches „Typing“ in TypeScript

Generisches „Typing“ in TypeScript

Wie weit sollte der „Typing“-Teil im Typescript (folgend TS genannt) gehen? Dies ist sicher eine kontroverse Frage und kann am Schluss nur von jedem…

Zum Artikel

Neolution und Open Source

Die Thematik Open Source hat im Bereich der Software-Entwicklung massiv an Bedeutung zugenommen. Heute sind viele Technologien und Tools, die in der…

Zum Artikel

Automatisierungen in der Jira Software, so geht’s!

Als Jira Benutzer sind uns viele manuelle Tasks, die regelmässig erledigt werden müssen, lästig. Da sie zudem sehr zeitaufwändig sind, bietet…

Zum Artikel

Visual Studio 2022 is coming…

All programmers who develop for the Windows environment await a new version of Microsoft Visual Studio with anticipation and sometimes concern. I can…

Zum Artikel

What's the point of using NextJS?

NextJS allows for the creation of fast applications and websites by creating pages using React components.

Zum Artikel

Global Query Filter

Entity Framework Core allows you to apply a LINQ query predicate to an Entity Type. This is usually set up in the "OnModelCreating". The query…

Zum Artikel

AWS Cloudwatch für das Monitoring von Programmen

Viele unserer Programme sind rund um die Uhr aktiv und verrichten ihre Aufgaben. Sie laufen in der Azure Cloud, auf firmeneigenen Servern oder auf…

Zum Artikel

Google Cloud Run – Serverless für Docker Container

Lösungen für serverloses Computing liegen aktuell sehr im Trend. Der Grund dafür ist, dass diese meist kleineren Services sehr schnell erstellt und in…

Zum Artikel