6 Articles Written
Phil Hajjar
Phil is usually seen making things work together that shouldn’t be, but need to be. He describes himself as a marriage counselor for software and other technology systems. He appropriated this moniker way back in college as he first experimented with making disparate software work together back then, and he continues doing so in his over 20 years of professional IT experience now.
Popular by Author
C#
Getting Started With Razor Pages Using C#
There are many situations in which a budding developer will read all about how great and awesome a new technology is, and be excited...
Database
Python and MariaDB Database Programming: Part Two
This is the second part in a tutorial series showcasing how to program database-driven applications using Python and MariaDB. In the first part of...
Database
Using the Command Line to Write SQL...
If you have ever used Microsoft SQL Server (or MSSQL) and had the need to programmatically write data from a SELECT statement out to...
Database
Python Database Programming with MySQL/MariaDB for Beginners
For decades, MySQL, and its later fork MariaDB, have been a go-to solution for developers looking for an easy-to-use zero-cost relational database solution for...
Similar Articles
Python and MariaDB Database Programming: Part Two
This is the second part in a tutorial series showcasing how to program database-driven applications using Python and MariaDB....
Python Database Programming with MySQL/MariaDB for Beginners
For decades, MySQL, and its later fork MariaDB, have been a go-to solution for developers looking for an easy-to-use...
Using SQLCMD To Write SQL Server Data
Welcome back to the second part in our series on how to write SQL Server Data using the command...
Using the Command Line to Write SQL Server Data
If you have ever used Microsoft SQL Server (or MSSQL) and had the need to programmatically write data from...
Getting Started With Razor Pages Using C#
There are many situations in which a budding developer will read all about how great and awesome a new...
Working with Files in C#
For those familiar with a language like PHP or C++, it might be easy to conclude that C# provides...