Pinned Repositories
adotic
micro framework for working with ado.net minus repetitive error prone code
Agatha
Agatha Request-Response Service Layer for .NET
CommonDomain
Encapsulates various infrastructure concerns for domains.
configoo
universal API to retrieve kvps irrespective of whether its from the session, app.config, database etc.
ContosoUniversity
Contoso University sample re-done the way I would build it
course
Functional Programming Course
Dapper-Extensions
Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
DatabaseHelpersExample
Create a LocalDB Sql Server database in process, attach, run tests, then clean up
DemoApi
API to test .NET 5 deploys
GETs
When the only thing required within a request is querying
afifmohammed's Repositories
afifmohammed/DatabaseHelpersExample
Create a LocalDB Sql Server database in process, attach, run tests, then clean up
afifmohammed/GETs
When the only thing required within a request is querying
afifmohammed/adotic
micro framework for working with ado.net minus repetitive error prone code
afifmohammed/Agatha
Agatha Request-Response Service Layer for .NET
afifmohammed/CommonDomain
Encapsulates various infrastructure concerns for domains.
afifmohammed/configoo
universal API to retrieve kvps irrespective of whether its from the session, app.config, database etc.
afifmohammed/ContosoUniversity
Contoso University sample re-done the way I would build it
afifmohammed/course
Functional Programming Course
afifmohammed/Dapper-Extensions
Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
afifmohammed/DemoApi
API to test .NET 5 deploys
afifmohammed/DemoProductApi
afifmohammed/efsession
consume entity framework from behind an ISession API without having to write a DbContext class.
afifmohammed/hindsight
Opinions on micro DDD
afifmohammed/hydra
A bare bones implementation of a full event store based on SQL Server over a single stream.
afifmohammed/m-r
Simple CQRS example
afifmohammed/mustache-sharp
An extension of the mustache text template engine for .NET.
afifmohammed/Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
afifmohammed/ninject.extensions.conventions
Convention based binding for Ninject
afifmohammed/NServiceBus.Azure
Transports and storage for Windows Azure
afifmohammed/Paramore
Explorations in Distributed .NET Architecture
afifmohammed/querite
support for representing queries as pocos and execute over a consistent API regardless of what DB
afifmohammed/Railway-Oriented-Programming-Example
This repository contains code that demonstrates the "Railway Oriented Programming" concept for error handling in functional programming languages.
afifmohammed/rdfabout
Archival. Things I wrote about RDF from the mid-2000's. The validator is no longer maintained, sorry.
afifmohammed/reducely
a way to apply predicates against a sea of criteria using composition
afifmohammed/Rhino.Events
Events Store
afifmohammed/TinyMessenger
A lightweight event aggregator/messenger for loosely coupled communication.