Code Projects

  1. String Utility Conversion
    Blog Explanation: HERE
    GitHub download solution: HERE
    Description: Project converts a string (ex. "100h" for 100 hours into milliseconds) using 2 different methods (C# and Regex).

  2. Simple Browser
    Blog Explanation: HERE
    GitHub download solution: HERE
    Description: Project is a small browser which can be used as addition to application, as a help file on load, or for exams with browser restrictions.

  3. "The Color Red" C# View Form
    Blog Explanation: HERE
    GitHub download solution: HERE
    Description: Project is an alternative to a windows form for submission of a form. Form is C# and links to SQL Server, SQL Query included in blog post. Allows submission of view containing name, address, phone number, and email address. Also allows for marketing campaign code (coupon code in URL).