Problem The goal this method was to emulate the way EF or Dapper return to you concrete POCO classes instead […]
Tag: database
User class, taking on login and registration capabilities
Problem Based on the Single Responsibility Principle, I have been looking at my User class, trying to figure out how […]
C# class that handle MySQL db connection
Problem I’ve built a class that handles all my connections to a MySql database. These are the function I use […]
Java HikariCP classes
Problem I’m currently making a server in Java, as database stuff I’m using HikariCP (because AFAIK, it’s the best library). […]
Extensive use of exception for database wrapper
Problem My favourite programming language is Java and I usually use JDBC for database operations. I’m using Swift for one […]
Appointment database – design II
Problem I want to create a database which gives an admin user ability to create schedule for other users to […]
C# class that handle MySQL db connection
Problem I’ve built a class that handles all my connections to a MySql database. These are the function I use […]
Joining WorkTypes to WorkGroups via Channels and Users to check authorization
Problem I need to select some “work types” from a channel. These “channels” are in “work groups” and both channels […]
Synchronization of an ODBC connection
Problem Since I’m venturing more and more into the multithreading, I now need to think about how to protect my […]
Querying and rendering an HTML table of ISP performance statistics
Problem I have multiples measurements and I want to render it into tables like this Measurements Operator browsings FTP DL […]