+ All Categories
Home > Documents > Jerry Baldwin's Project Portfolio

Jerry Baldwin's Project Portfolio

Date post: 18-Jul-2015
Category:
Upload: jbaldwin85307
View: 1,266 times
Download: 2 times
Share this document with a friend
Popular Tags:
17
Project Portfolio Jerry Baldwin [email protected] 480-205-9262
Transcript

Project Portfolio

Jerry Baldwin

[email protected]

480-205-9262

Table of ContentsTable of Contents• RTF Memorial Library

• Windows Entry Form and Business Tier 3

• Data Access Tier with SQL stored procedures 6

• Web Application 10

• Pads Layer Visibility Tool 13• MakeJob Utility 16

RTF Memorial Library Entry Form RTF Memorial Library Entry Form and Business Layerand Business Layer• Introduction: The project entailed creation of a Windows

Forms project as the front end of a library database. Library staff could use the application to check in and out library items, and view and add new library members.

• Audience: Library Staff• Project Goals: To create a reliable, easy-to-use application for

everyday tasks performed in a library.• The following screen shots display the Windows Forms user

Interface, and a sample method from the business tier class, used to call methods from the data access tier.

Main Form InterfaceMain Form Interface

Business Tier ClassBusiness Tier Class

RTF Memorial Library Data Access Layer RTF Memorial Library Data Access Layer and SQL Server Stored Proceduresand SQL Server Stored Procedures• Introduction: The project entailed development of a data

access tier class using SQL Server stored procedures• Audience: Developers needing to access the library database.• Project Goals: Create a robust data access class that allows

the developer to access the library database through a data access layer.

• The following screen shots display a sample method, and the corresponding SQL stored procedure, and a test form used to test the data access tier class and sql stored procedures.

Data Access Tier MethodData Access Tier Method

SQL Server Stored ProcedureSQL Server Stored Procedure

Test Form Design and CodeTest Form Design and Code

RTF Memorial Library Web ApplicationRTF Memorial Library Web Application

• Introduction: The project entailed development of a web front end using ASP.NET, implementing the business class developed earlier.

• Audience: Library Staff• Project Goals: Create an intuitive web interface for

performing library tasks.• The following screen shots include the “Home” page, and one

of the add member screens.

““Home” PageHome” Page

““Add Adult” pageAdd Adult” page

PADS Layer Visibility ToolPADS Layer Visibility Tool

• Introduction: The project entailed development of a utility to allow design staff to turn on and off layers of their design in a faster and more efficient manner. Works using a COM Interop assembly for interfacing to Mentor Graphics’ Pads suite of tools.

• Audience: Design Engineering Staff• Project Goals: Create an intuitive form that allows the

designer to turn on and off CAD layers with a minimum of setup in the tool.

• The following screen shots include the code behind the connect button event, and the main interface of the project.

Connect Button Click EventConnect Button Click Event

Main InterfaceMain Interface

ECT MakeJob UtilityECT MakeJob Utility

• Introduction: The project entailed the use of Sharepoint Web Services and other technologies to generate a folder structure in a given location for a design project. The project would gather data from a Sharepoint document library for customer specific information and design notes, from a network location for project-specific notes, and place that data in a pre-defined folder structure.

• Audience: ECT Design Engineering Staff• Project Goals: Allow engineering staff to create project

folders for specific projects without having to gather the data manually.

• The following screen shot shows the UI, some code for one of the button handlers, along with the Project structure.

UI and CodeUI and Code


Recommended