Because it's a jungle out there, and you need to succeed.
 
ManagementAides

Windows Applications

Academic experience creating customized and interactive MS Office applications using Visual Basic for Applications (VBA), and designing, developing, and testing Windows applications written for the .NET framework using VB.NET on Visual Studio .NET 2003 and Visual Studio 2005. Development experience includes connecting to and performing operations on data sources such as SQL Server, MS Access, and XML.


VB.NET Windows Applications

» Looks up the driving distance between two cities using a two-dimensional array and displays the result.

» Order form uses an array of a structure to hold order information. The form allows for printing an invoice as well as provides a summary of all orders. The About form include a timer component to move a graphic across the form.

» Rental form uses module-level variables and constants to calculate information for each rental and maintain summary rental information.

» Shirt styles are stored in a text data file. If the data file is empty, user is prompted to start a new file. Maintenance options indclude Add Style, Remove Style, Clear Style List, and Count Styles. A Print Style List menu selection allowing Print and Print Preview is also available.

Visual Basic for Applications (VBA)

» CottageLINK Rental Management - Enabled local MS Access database to create online folders in Web site, populate filepath fields on both local and online database records,open a FileOpen dialog box to select file(s) for upload, upload selected document(s) to a specified folder and send folder's owner a notification by email. Used Microsoft command-line FTP client, CDO messaging, ShellExecute API, and ASP.NET in VB.NET.