feO2x
Senior Software Dev at GWVS mbH, author of Light.GuardClauses, loves .NET and C#
https://www.gwvs.de/Regensburg, Germany
Pinned Repositories
Adc2022.MinimalApis
Slides and example code for my ASP.NET Core Minimal APIs talk at the Advanced Developers Conference 2022 in Regensburg.
BeginningTdd
This repository contains examples that can be used to learn and teach Test-Driven-Development.
DcnDesignPrinciplesVsPerformance
Slides and example code for my talk about Design Principles vs Performance at Digital Craftsmanship Nordoberpfalz in February 2021.
DotNetAsyncAwaitInDepth
Slides and sample code for my talk .NET Async Await in Depth
FileSystemAnalyzer
A cross-platform desktop app that analyzes the size of files and folders - written with Avalonia and RavenDB.
Light.GuardClauses
A lightweight .NET library for expressive Guard Clauses.
Light.Undefine
A C# source code transformation that eliminates #if preprocessor directives.
Light.Validation
A lightweight library for validating Data Transfer Objects in .NET
NetThreadingInDetail
Repository for the .NET Threading in Detail talk at the .NET User Group Regensburg in January 2017
PG2_SoSe_2015
Dieses Repository enthält den Code zur Vorlesung Programmieren 2 im Sommersemester 2015 (OTH Regensburg).
feO2x's Repositories
feO2x/Light.GuardClauses
A lightweight .NET library for expressive Guard Clauses.
feO2x/DotNetAsyncAwaitInDepth
Slides and sample code for my talk .NET Async Await in Depth
feO2x/Light.Validation
A lightweight library for validating Data Transfer Objects in .NET
feO2x/Adc2022.MinimalApis
Slides and example code for my ASP.NET Core Minimal APIs talk at the Advanced Developers Conference 2022 in Regensburg.
feO2x/FileSystemAnalyzer
A cross-platform desktop app that analyzes the size of files and folders - written with Avalonia and RavenDB.
feO2x/Dcn.MinimalApis
Slides and example code for my talk about ASP.NET Core Minimal APIs in the Field at the Digital Craftsmanship Nordoberpfalz in December, 2022.
feO2x/DevelopmentArtifacts
feO2x/DndgGraz.DesignPrinciplesVsPerformance
Slides and example code for my Design Principles vs. Performance talk at the .NET Developer Group Graz in March 2021.
feO2x/DNDGGraz.GCInternals
This repo contains the slides and the code for my GC talk at the .NET Developer Group in Graz, Austria (December 2019)
feO2x/Light.DataAccessMocks
Provides mock implementations of the data access abstractions of Light.SharedCore.
feO2x/Light.DatabaseAccess.EntityFrameworkCore
Implements the database access abstractions of Light.SharedCore for Entity Framework Core.
feO2x/Light.Json
feO2x/Light.SharedCore
Provides common abstractions and in-memory implementations for writing .NET apps.
feO2x/Light.Xunit
Provides useful extensions for xunit.net test projects.
feO2x/AD
A repository to practice algorithms and data structures
feO2x/Adc2022NewFeaturesInOldDotnetProjects
This repo contains slides and example code for my German talk at the Advanced Developers Conference 2022 in Regensburg.
feO2x/dotnet-native-aot
feO2x/dotnet-runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
feO2x/dotnet-triangulation
Contains triangulation tests for .NET
feO2x/error-or
A simple, fluent discriminated union of an error or a result.
feO2x/introduction-to-dependency-injection
Code and slides for my introduction to Dependency Injection talk.
feO2x/kenny-codes
feO2x/Light.MsSqlServer
Implements the data access abstractions of Light.SharedCore for ADO.NET for MS SQL Server.
feO2x/Light.TransactionalOutbox
feO2x/MassTransit
Distributed Application Framework for .NET
feO2x/MyBills
An end-to-end encrypted service for sharing bills.
feO2x/NsDepCop
NsDepCop is a static code analysis tool that helps to enforce namespace dependency rules in C# projects. No more unplanned or unnoticed dependencies in your system.
feO2x/TheDotNetBenchmarks
Benchmark suite of different scenarios in .NET
feO2x/website
feO2x/WpfAutoCompleteBox
An example for a auto-complete-box in WPF using a TextBox in combination with a Popup.