Projects

Practical tools and solutions

.NET utilities developed for real-world usage, focused on data processing, logging and database management.

DataTable to Excel

Tool for exporting data from DataTable objects into Excel files, with automatic column creation, formatting and table structure.

C# .NET Framework Excel Interop
  • Export data to Excel
  • Automatic column and row generation
  • Formatted Excel tables
  • Auto-fit column widths

File Logger

Simple logging system for recording messages and errors, with support for log levels and daily file rotation.

C# .NET File I/O
  • Timestamped log entries
  • INFO, WARNING and ERROR levels
  • Exception logging support
  • Daily log file rotation

SQL Data Utility

Utility for working with SQL Server databases, including query execution, parameter handling and data manipulation.

C# .NET SQL Server
  • Execute SELECT queries
  • INSERT, UPDATE and DELETE operations
  • Parameterized queries
  • Return inserted IDs