Kenneth Webber Portfolio

Post on 14-Jun-2015

352 views 1 download

Tags:

description

Portfolio

transcript

.NET Portfolio

Name: Kenneth Webber

Email: kjw2@comcast.netPhone: 508-369-8011

Table of Contents

• Setfocus Training• Setfocus Contract Editor• Library Windows Forms Client• Library Web Client

What is SetFocus?• The SetFocus .NET Master’s Program is an intensive,

hands–on, project oriented program allowing knowledge and valuable experience putting the .NET skill set to use in a simulated work environment.

• I received over 500 hours of in-depths hands on experience

focused on .NET Development.

• SetFocus projects are real world projects that are distributed just as I would receive in a position. I received project specifications and was expected to identify best courses of action with deadlines set for completion.

Setfocus Contract Editor

• This project was the final project for the intensive Setfocus training program. My role in this project as one of seven team members will be explained in this section.

• Our goal was to develop a website that will allow for the user to generate legal contracts in a certain format with minimal training, using only certain data entered.

Project Sample: Website

Project Sample: Code Design

Project Sample: Linq to XML

Project Sample: Business Layer Code

Library Windows Client

• This project was and an individual project which required use of the windows forms technology along with SQL and ADO.NET.

• Our goal was to develop a windows client to manage library members and items. The program was able to retrieve member info, add new members, check in, and checkout items from the library.

Project Sample: SQL Code – Add a Juvenile Member

Project Sample: ADO.NET Code – Add a Juvenile Member

Project Sample: Web Client Functionality – Add a juvenile member

Project Sample: SQL Code– Get Member Info

Project Sample: ADO.NET Code– Get Member Info

Project Sample: Functionality– Get Member Info

Library Web Client

• This project was and an individual project which required use of ASP.NET along with SQL and ADO.NET.

• Our goal was to develop a web client to manage library members and items. The program was able to retrieve member info, add new members, check in, checkout, and add new items to the library.

Project Sample: SQL Code– Add an Item

Project Sample: SQL Code– Add an Item

Project Sample: ADO.NET Code– Add an Item

Project Sample: Code Behind– Add an Item

Project Sample: Functionality– Add an Item

Project Sample: Functionality– Add an Item