Pinned Repositories
Aihr.SolarSystem
Aihr.WorkloadCalculator
Codility
My solutions to Codility lessons as a collection of .NET Framework 4.7 unit test projects. Note: These do not necessarily obtain 100% score!
Developist.Core.Api.Exceptions
Enables easy translation of exceptions that occur in web APIs into standardized problem detail responses. Targets .NET 6.0.
Developist.Core.Cqrs
Lightweight CQRS library built around an in-process mediator that can dispatch command, query, and event messages for processing by custom-defined handlers. Targets .NET Standard 2.0.
Developist.Core.Persistence
Provides easy-to-use implementations of essential data persistence patterns, including the Repository and Unit of Work patterns, that work with Entity Framework Core. Targets .NET Standard 2.0 and .NET 6.0.
Developist.Core.Utilities
A collection of generally useful utilities for use in .NET Framework and Core projects. Targets .NET Standard 2.0/2.1.
HR.KvkConnector
.NET API client for the Netherlands Chamber of Commerce's new REST APIs. Targets .NET Standard 2.0.
hro.rivio.dat1
Another one of my old school projects for the Rotterdam University of Applied Sciences (RUAS) Computer Science Dept. (RIVIO): Basic data structures implemented in Java.
hro.rivio.proj78
An old school project for the Rotterdam University of Applied Sciences (RUAS) Computer Science Dept. (RIVIO): An XML parser and DOM Level 1 implementation in Java.
jimatas's Repositories
jimatas/Developist.Core.Cqrs
Lightweight CQRS library built around an in-process mediator that can dispatch command, query, and event messages for processing by custom-defined handlers. Targets .NET Standard 2.0.
jimatas/HR.KvkConnector
.NET API client for the Netherlands Chamber of Commerce's new REST APIs. Targets .NET Standard 2.0.
jimatas/Developist.Core.Persistence
Provides easy-to-use implementations of essential data persistence patterns, including the Repository and Unit of Work patterns, that work with Entity Framework Core. Targets .NET Standard 2.0 and .NET 6.0.
jimatas/hro.rivio.dat1
Another one of my old school projects for the Rotterdam University of Applied Sciences (RUAS) Computer Science Dept. (RIVIO): Basic data structures implemented in Java.
jimatas/hro.rivio.proj78
An old school project for the Rotterdam University of Applied Sciences (RUAS) Computer Science Dept. (RIVIO): An XML parser and DOM Level 1 implementation in Java.
jimatas/Aihr.SolarSystem
jimatas/Aihr.WorkloadCalculator
jimatas/Codility
My solutions to Codility lessons as a collection of .NET Framework 4.7 unit test projects. Note: These do not necessarily obtain 100% score!
jimatas/Developist.Core.Api.Exceptions
Enables easy translation of exceptions that occur in web APIs into standardized problem detail responses. Targets .NET 6.0.
jimatas/Developist.Core.Persistence.Extensions
Provides useful extensions to the Developist.Core.Persistence package.
jimatas/Developist.Core.Utilities
A collection of generally useful utilities for use in .NET Framework and Core projects. Targets .NET Standard 2.0/2.1.
jimatas/Developist.Extensions.Logging
Log adapter that allows log4net to be used with the Microsoft.Extensions.Logging package. Targets .NET Standard 2.1.
jimatas/Developist.Samples.Api
Sample Web API project showcasing the use of the various Developist packages.
jimatas/MassTransit
Distributed Application Framework for .NET