WIR SIND THINKTECTURE

In-Depth Tech Knowledge

Wir helfen Software-Entwicklern und -Architekten, das meiste aus Angular, Web Components, Blazor und .NET Core herauszuholen — sowohl auf Azure als auch On-Premises.

Können wir auch Sie bei Ihrem Projekt unterstützen?

Zusammenarbeit im Projekt

Unser Ziel ist es, dass Sie Angular und .NET Core in der Tiefe verstehen, damit Sie Ihre Projekte effizienter und sicherer fertigstellen können. Die gemeinsame Arbeit direkt an Ihrem eigenen Code ist nach unserer Erfahrung die effektivste Art des Dazulernens. 

Code- und Architektur-Reviews​

Wir können Ihr Sparring-Partner beim Meistern kritischer Herausforderungen sein, sowie Architektur und Code ihrer wichtigsten Komponenten gemeinsam mit Ihnen durcharbeiten und optimieren, bevor Sie ein umfassendes Entwicklungsprojekt darauf basieren lassen.

Architektur-Workshops​

Seit vielen Jahren haben wir Erfahrung in der Umsetzung hoch interaktiver browserbasierter Applikationen, der dazugehörigen Backends, APIs und Autorisierungssystemen. Diese Erfahrungen und das zugehörige Wissen geben wir leidenschaftlich gerne weiter.​

Werde Teil des Teams

Du möchtest, dass Deine Expertise zum Einsatz kommt und von einer Expertenschaft gechallenged wird? Du weißt, dass nur durch Research auch während der Arbeitszeit neue Technologien erlernbar sind und erst damit Innovation möglich wird?

Technologiefokus

Container & Serverless

2D- & 3D- Visualisierung

Blazor & SPA

Aktuelle Artikel

.NET
Incremental Roslyn Source Generators: Using Additional Files – Part 7

Incremental Roslyn Source Generators: Using Additional Files – Part 7

In the previous article the Source Generator itself needed a 3rd-party library Newtonsoft.Json in order to generate new source code. The JSON-strings were hard-coded inside the Source Generator for simplicity reasons. In this article we will see how to process not just .NET code, but also other files, like JSON or XML.
21.03.2023
Entity Framework
Entity Framework Core 7 Performance: Cartesian Explosion

Entity Framework Core 7 Performance: Cartesian Explosion

In Entity Framework Core 3 (EF 3) the SQL statement generation (re)introduced the Cartesian Explosion problem. A lot has happened since then, so it is time to revisit the issue with Entity Framework Core 7 (EF 7).
14.03.2023
.NET
Understanding and Controlling the Blazor WebAssembly Startup Process

Understanding and Controlling the Blazor WebAssembly Startup Process

There are a lot of things going on in the background, when a Blazor WebAssembly application is being started. In some cases you might want to take a bit more control over that process. One example might be the wish to display a loading screen for applications that take some time for initial preparation, or when users are on a slow internet connection. However, in order to control something, we need to understand what is happening first. This article takes you down the rabbit hole of how a Blazor WASM application starts up.
07.03.2023
.NET
Adding Superpowers to your Blazor WebAssembly App with Project Fugu APIs

Adding Superpowers to your Blazor WebAssembly App with Project Fugu APIs

Blazor WebAssembly is a powerful framework for building web applications that run on the client-side. With Project Fugu APIs, you can extend the capabilities of these apps to access new device features and provide an enhanced user experience. In this article, learn about the benefits of using Project Fugu APIs, the wrapper packages that are available for Blazor WebAssembly, and how to use them in your application.

Whether you're a seasoned Blazor developer or just getting started, this article will help you add superpowers to your Blazor WebAssembly app.
28.02.2023
.NET
Incremental Roslyn Source Generators: Using 3rd-Party Libraries – Part 6

Incremental Roslyn Source Generators: Using 3rd-Party Libraries – Part 6

We previously talked about how to change the source code generation based on current project dependencies. In this article, the Source Generator itself needs a 3rd-party library, in our case Newtonsoft.Json. This library is a development dependency and will not be rolled out to production.
21.02.2023
Angular
Using EntityAdapter with ComponentStore: @ngrx/entity Series – Part 3

Using EntityAdapter with ComponentStore: @ngrx/entity Series – Part 3

As someone who enjoys the ComponentStore on an average level, I have written simple reactive CRUD logic several times. While storing a vast number of entities in the component state might not be a frequent use case, I will briefly illustrate the usage of the EntityAdapter with the @ngrx/component-store.
14.02.2023