Pinned Repositories
.NET-Repository-Pattern
C# Repository Pattern (MSSQL, PostgreSQL, Mongo DB)
c-sharp-patterns
A repo to help C# developers understand some design patterns.
coding-interview-university
A complete computer science study plan to become a software engineer.
Coveralls.net-Samples
Sample Coveralls.net projects as reference for how it is used.
DesignPatterns
Repository for all of my Daily Design Pattern posts.
EntityFramework_CodeFirst
EF code first tests
Hummel83
Config files for my GitHub profile.
IB.CSharpApiClient
Interactive Brokers - TWS API v9.72+ (Client)
IB_GetHistoricData
App to download historic data from Interactive Brokers
LeedCodeExercises
All my LeedCode Solutions
Hummel83's Repositories
Hummel83/.NET-Repository-Pattern
C# Repository Pattern (MSSQL, PostgreSQL, Mongo DB)
Hummel83/c-sharp-patterns
A repo to help C# developers understand some design patterns.
Hummel83/coding-interview-university
A complete computer science study plan to become a software engineer.
Hummel83/Coveralls.net-Samples
Sample Coveralls.net projects as reference for how it is used.
Hummel83/DesignPatterns
Repository for all of my Daily Design Pattern posts.
Hummel83/EntityFramework_CodeFirst
EF code first tests
Hummel83/Hummel83
Config files for my GitHub profile.
Hummel83/IB.CSharpApiClient
Interactive Brokers - TWS API v9.72+ (Client)
Hummel83/IB_GetHistoricData
App to download historic data from Interactive Brokers
Hummel83/LeedCodeExercises
All my LeedCode Solutions
Hummel83/IB_Tax
Hummel83/ibapi-tools
A set of simple tools to assist users of the Interactive Brokers API.
Hummel83/IBSampleApp
Demo App for IB API
Hummel83/InteractiveBrokers
Code to connect to Third Party Interactive Broker's REST API
Hummel83/mvcarchitecture
ASP.NET MVC Solution Architecture – Best Practices
Hummel83/MVVMTestProject
Hummel83/OptionsCalculatorV2
Ausrechnen wie viel Geld man mit den Tesla Calls verliert
Hummel83/PG2_SoSe_2015
Dieses Repository enthält den Code zur Vorlesung Programmieren 2 im Sommersemester 2015 (OTH Regensburg).
Hummel83/RepositoryPatternEntityFramework
The Repository pattern adds a separation layer between the data and domain layers of an application. It also makes the data access parts of an application better testable.
Hummel83/trading-gmbh
Gründung einer vermögensverwaltenden GmbH
Hummel83/TwsSharp
A short demo for Interactive Brokers' c# TWS API
Hummel83/VierGewinnt
Vier Gewinnt YouTube nachbauen
Hummel83/WinFormMVC
Hummel83/winforms-mvp
Windows Forms example of the Passive View variant of the Model-View-Presenter pattern
Hummel83/XMLImporterMVP