Project on GitHub: fertileverve/WebAPICall-Tutorial After gaining the Foundational C# certification, I wanted to set myself a project that would be relevant to the type of work I have been doing most of my career. If you are lucky in Corporate America, there is a single system that can manage HR and Finance. However, most times …
Foundational C# Certification
I have been programming for many years, and I guess you could say that all started with Windows Notepad and HTML when I created my first website in college. Once on the job, I quickly wanted to implement “roll overs” on my sites and learned JavaScript, which lead to connecting to databases to display data …
Project Folder Automation
The company had a problem. Multiple file servers, one for each office location, meant there were multiple places a project could live. Organizing thousands of active projects was no easy task, especially if employees from multiple offices were working on the project. The structure for storage of these projects was hard to understand for the …
Report Automation
I have used SQL Server’s TSQL to generate Excel spreadsheets from Vision data, our ERP, and then deliver the document to various employees. The data in the document is customized to that individual and there are multiple types of audiences that have different reasons for the report, thus need a customized version of it. Even better, Vision …
ERP Data to Active Directory
The ERP I work with is called Vision and is created by Deltek. This holds all the data for all departments in the company, including employee data. Active Directory (AD) is Microsoft’s repository of usernames and passwords that can access a network. But AD stores information about the employees which is then used for display in Outlook …
