Skip to content
View artonh's full-sized avatar
Block or Report

Block or report artonh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. GenerateEmployeeScheduleReport GenerateEmployeeScheduleReport Public

    This is a console application designed to generate a working schedule for a small company with four teams. The app includes shift scheduling and can generate a schedule for a year-long period, serv…

    C# 1

  2. Generic-model-to-migrate-XML-data-into-SQLServer- Generic-model-to-migrate-XML-data-into-SQLServer- Public

    This code is designed for a generic model to assign XML values and pass them to a Database Server. In a previous project, I faced a comparable situation where I had to read, validate, and modify XM…

    C#

  3. WorkingHoursWShifts12Day24Off12Night48Off WorkingHoursWShifts12Day24Off12Night48Off Public

    The working schedule involves alternating 12-hour day and night shifts, followed by periods of 24 and 48 hours off, respectively.

    C#

  4. Dynamic-data-extraction-on-SQL-Server Dynamic-data-extraction-on-SQL-Server Public

    I created/modified these T-SQL script utilities to retrieve data more efficiently by leveraging the table definitions and system table information.

    TSQL

  5. Logger Logger Public

    This is a straightforward logger class library that provides a common interface for logging to the console, file, or database.

    C#

  6. CommandLineArgsToDict CommandLineArgsToDict Public

    This application has the capability to retrieve command-line arguments, including their aliases, and validate them for use. The user can choose to either initialize the arguments from the command l…

    C# 1