Home | Applications | Documentation | Transport | Personal |

Documentation

Home | Cloud | C# | Database | DevOps | Revision | Web |

C# | API | Delegates | Dll | Garbage | Events | Interfaces | Lambdas | MVC | NoSql | Objects | Tasks | Worker |

C# Code

ReminderData

This is a simple DLL that is used in the MemoryAssistant program. It has all of the classes that are used in the program as including the sql. The sql connection string is passed from the calling program.
Click here to view code

MemoryAssistant

This program is a desktop .Net framework application that displays reminders for bills, anniversaries etc. The data is stored in a SQL database and the main logic is from the ReminderData.dll. The connection string is passed in the config file.
Click here to view code

MongoDB

This program is a Todo program that is using a MongoDB database. This is a no-sql database and uses a MongoDB class library.
Click here to view code

NumberDisplay

This is a basic program to show how events work by having a form with a textbox call a second form with the numbers. On clicking the numbers from Form2, the textbox in the original form is updates.
Click here to view code