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/NetThreadingInDetail
Repository for the .NET Threading in Detail talk at the .NET User Group Regensburg in January 2017
feO2x/DcnDesignPrinciplesVsPerformance
Slides and example code for my talk about Design Principles vs Performance at Digital Craftsmanship Nordoberpfalz in February 2021.
feO2x/Light.Undefine
A C# source code transformation that eliminates #if preprocessor directives.
feO2x/DNDGGraz.PerfOptimization
This repo contains the slides and the code for my GC talk at the .NET Developer Group in Graz, Austria (December 2019)
feO2x/GitAndVersionControl
Repo for my Introduction to Git (and everything else about Version Control) talk.
feO2x/InsightsOnFiles
Some performace tests for file-based operations on .NET / .NET Core
feO2x/Light.DataStructures
feO2x/Light.EmbeddedResources
.NET Extension Methods for retrieving embedded resource streams the easy way.
feO2x/Adc2019.IntroductionToPerformanceOptimization
Slides and code for my "Introduction to Performance Optimization" talk at ADC 2019
feO2x/ADC2020AsyncInMemory
Slides and sample code for my talk ".NET Async Await from a Memory Perspective", given at Advanced Developers Conference 2020 in Munich.
feO2x/AdcCore2017.DependencyInjection
Examples and slides of my "Designing ASP.NET Core Apps with Dependency Injection in Mind" talk at ADC Core 2017.
feO2x/AdcCore2017.MultithreadingAndAsync
Examples and slides of my "Multithreading and Asynchronous Operations in ASP.NET Core 2.0" talk at ADC Core 2017.
feO2x/Light.DependencyInjection
A lightweight DI container for .NET - because there are not enough DI containers yet.
feO2x/Light.ViewModels
Simplify your XAML applications with Light.ViewModels!
feO2x/OpenSourceWithDotnet
Repository for my Open-Source with .NET talk showcasing Light.GuardClauses
feO2x/Adc2019.DotnetGcInternals
Slides and code for my "Introduction to Performance Optimization" talk at ADC 2019
feO2x/ADC2020JsonSerialization
Slides and sample code for my talk "JSON Serialization" at ADC 2020 in Munich.
feO2x/AngleSharp
:angel: The ultimate angle brackets parser library parsing HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specifications.
feO2x/Angular-Routing
Materials for my Pluralsight course: Angular Routing.
feO2x/ApplicantCodingChallenge
feO2x/ConnectFour
This is a WPF implementation of Connect Four for my Git talk. Feel free to contribute!
feO2x/discoverdotnet
A web site that helps you discover awesome .NET open source and community resources
feO2x/DotnetGCInternals
Slides and code for my talk about .NET Memory Management and Garbage Collection
feO2x/IocPerformance
Performance comparison of .NET IoC containers
feO2x/MahApps.Metro
A framework that allows developers to cobble together a Metro or Modern UI for their own WPF applications with minimal effort.
feO2x/NetDependencyInjection
feO2x/NetUserGroupRegensburg.ConnectFour
Source Code for the Automated Testing talk at .NET User Group Regensburg (2015-01-26)
feO2x/nextjs-ts-mdx
A MCVE for properly creating a TS module for importing MDX files in NextJs
feO2x/serilog-sinks-xunit
The xunit test output sink for Serilog
feO2x/ThrowMethodInlined
Repro of a falsly inlined method throwing an exception.