Problem I was trying to learn how to use libraries like Opaleye and Servant. I wrote this toy Create/Read/Update/Delete App. […]
Tag: crud
CRUD menu creation
Problem I would like to re-write this C# code so it is easier to understand. Should I create a separate […]
Preparing code for more versatile CRUD functions
Problem I am using C# and the .NET entity framework, and I’m also learning how to better use OOP concepts […]
A lightweight CRUD, based on the Table Data Gateway pattern
Problem In order to reduce the boilerplate code, I decided to write a lightweight database helper, based on the Table […]
VB.NET class for MySQL CRUD
Problem I wrote this code for a few basic CRUD (Create, Read, Update, Delete) applications, but I think it can […]
Adding, removing, and changing user names and passwords in .htpasswd with PHP
Problem Here is some code I wrote to add, remove, and change user names and passwords in .htpasswd with PHP: […]
EF entity, extended with partial classes for actions
Problem Me colleague and I recently had a discussion on good practices in EF. So I showed one of mine. […]
A color class and a CRUD class for it
Problem Is it better to have only one class color and include the functions from the second class in the […]
EF entity, extended with partial classes for actions
Problem Me colleague and I recently had a discussion on good practices in EF. So I showed one of mine. […]