Pinned Repositories
career-day
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.
dapper-wrapper
This is my take on the repository and unit of work pattern. I have not currently used this in production systems, so please thoroughly test it before you do.
exercism.io-exercises
My solutions to exercism.io problems.
functional-injection-test
Sample web application to show injecting functions into a controller. I'm not saying you "should" do this, just seeing if you could.
FuntionalPrinciplesCsharp
Source code for the Applying Functional Principles in C# course
proxy-helper
This library creates proxies on the fly. I got tired of creating proxy classes for every WCF service and of seeing these proxies not disposed of properly. This library is not limitied to WCF though, you can also use it for object instantiation, so you can very easily switch out local "services" with WCF services.
jshurst's Repositories
jshurst/dapper-wrapper
This is my take on the repository and unit of work pattern. I have not currently used this in production systems, so please thoroughly test it before you do.
jshurst/proxy-helper
This library creates proxies on the fly. I got tired of creating proxy classes for every WCF service and of seeing these proxies not disposed of properly. This library is not limitied to WCF though, you can also use it for object instantiation, so you can very easily switch out local "services" with WCF services.
jshurst/career-day
jshurst/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.
jshurst/exercism.io-exercises
My solutions to exercism.io problems.
jshurst/functional-injection-test
Sample web application to show injecting functions into a controller. I'm not saying you "should" do this, just seeing if you could.
jshurst/FuntionalPrinciplesCsharp
Source code for the Applying Functional Principles in C# course
jshurst/HabitiFit
FitBit and Habitica combined!
jshurst/node-rulesengine
Test creating a node rules engine. This is not close to being ready to use in production (I'll update the description when it is).
jshurst/nodewebkit-student-center
A (so far unfinished) desktop application written using node-webkit, angular.js, using a sql server backend.
jshurst/Railway-Oriented-Programming-Example
This repository contains code that demonstrates the "Railway Oriented Programming" concept for error handling in functional programming languages.
jshurst/simplest-redux-example
Simplest redux + react example for beginners like me
jshurst/sqlbatchrunner
Run sql (SQL Server only).
jshurst/unifi-api
(Irregularly updated mirror of github.com/calmh/unifi-api) An API towards the Ubiquity Networks UniFi controller