Home
Unternehmen
Team
Auszeichnungen
Referenzen
Kontakt
Jobs
Blog
Back up
Blog
Herzlich Willkommen im Neolution Blog!
Storing Secrets on GCP
Gepostet von Timothy am 27.06.2022
secrets
devops
GCP
OpenSource
Nuget
configuration
Distributing secrets (such as API keys and connection strings) is a common task for web applications and their development teams. The GCP (Google Cloud Platform) provides a service for storing …
Orchard Workflows
Gepostet von Patrick am 13.06.2022
Orchard
CMS
Orchard Workflows We’re building an increasing number of sites using Orchard Core as the content management system, which means that the features and requirements are becoming more complex and …
Running parallel requests in an ASP .Net MVC application for faster page load times
Gepostet von Florian am 25.05.2022
ASP.Net
Dotnet
performance
mvc
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 comes to how long it should take for a site to …
How we write console applications
Gepostet von Sandro C am 27.04.2022
Nuget
Dotnet
oss
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 the library for the first time since we internally …
Generisches „Typing“ in TypeScript
Gepostet von Tobias am 01.03.2022
TypeScript
Typing
JavaScript
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 selbst entschieden werden. Auch wenn es viele Ansä …
Neolution und Open Source
Gepostet von Patrick am 13.12.2021
OSS
OpenSource
Die Thematik Open Source hat im Bereich der Software-Entwicklung massiv an Bedeutung zugenommen. Heute sind viele Technologien und Tools, die in der Softwareentwicklung verwendet werden, quelloffen …
Automatisierungen in der Jira Software, so geht’s!
Gepostet von Shqipe am 25.11.2021
Jira
JiraAutomation
Atlassian
process
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 Atlassian seit einiger Zeit Abhilfe für dieses Problem. …
Visual Studio 2022 is coming…
Gepostet von Domenico am 26.10.2021
Microsoft
SDK
net6
VisualStudio
netconf21
VS2022
All programmers who develop for the Windows environment await a new version of Microsoft Visual Studio with anticipation and sometimes concern. I can say that for the projects I have followed over …
What's the point of using NextJS?
Gepostet von Oscar am 20.09.2021
NextJS
ui
frontend
NextJS allows for the creation of fast applications and websites by creating pages using React components. Okay, but what does it do for me as a developer? First of all, it supports Typescript, which, …
Global Query Filter
Gepostet von Terenzio am 20.07.2021
globalqueryfilter
linq
query
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 predicate is a Boolean expression and Entity Framework …
>