portfolio

Post on 07-Jul-2015

241 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

.NET Portfolio

Name

MaryRose Cassell

Email mrosec@swbell.net

Phone (314) 503-1600Showcased Skills

C# Programming

.NET Framework

Windows Applications

Transact-SQL

ADO.NET

ASP.NET

Table of Contents

Library Project Phase 1 – Create a Windows Forms front end C# application utilizing existing Business Logic and Data Access layers

Library Project Phase 2 – Develop replacement C# Business Logic and Data Access Layers; Develop Transact-SQL Stored Procedures

Library Project Phase 3 – Develop replacement front end ASP.NET Web application and add functionality

The three phased projects described herein built upon each other, utilizing additional and more complex tools.

Each was completed in one class week to meet assigned deadlines.

Library Project – Phase 1

Requirements:

• Design and develop a Windows form-based front end application that satisfies these basic functionalities: Get Member Information, Add Adult, Add Juvenile, Check In a book, Check Out a book.

• Produce a user interface that is intuitive, requiring minimal training for users while minimizing resource utilization.

• Include easily maintainable code, form-based field validation, and all required error handling.

Results:

• Received grade of 100%

• Sample screens and code follow

Get Member Information

• Main entry screen for application

• Menu links to all other screens

Get Member - Adult

Completed information screen

after requesting information on an

Adult library member

Get Member - Juvenile

Completed information screen

after requesting information on an Juvenile library

member

Add Member Screens

Add Adult Member and Add Juvenile Member screens

showing completed data and feedback message on successful addition

Check In and Check Out

Check In and Check Out screens after verification and “OK”

(sample verification window shown in center)

Code Sample - Validation

Validate using Regular Expression or “Regex”

Code Sample - Formatting

Middle Initial is optional for both Adult and Juvenile

Members.

This common routine displays middle initial between first and last names only when present.

Code is organized into regions and well documented.

Library Project – Phase 2

Requirements:

• Design the Business and Data Access tiers (including T-SQL stored procedures and ADO.NET database access) to support the Phase 1 Windows front end.

• Include easily maintainable code, form-based field validation, and all required error handling.

• Use database-programming techniques that provide maximum programming flexibility and control while minimizing resource utilization.

Results:

• Received grade of 100%

• Sample screens and code follow

Modified Get Member Screen

Same basic screen layouts from Phase 1

Added functionality:

Indicate when a membership is expired

Modified Check Out Screen

Similar to Phase 1

Notification is now performed on same screen using “Continue” button

replacing modal pop-up message box

T-SQL Stored Procedures

Sample of comments at top of each procedure describing all input and

return values

T-SQL Stored Procedures

All procedures utilize

• Complete edits

• Defined Transactions with BEGIN and COMMIT

(or ROLLBACK)

C# ADO.NET Code Sample

Library Project – Phase 3

Requirements:

• Replace the Windows front end from phases 1 and 2 with a web form application using ASP.NET

• Include navigation hyperlinks between screens and login screen

• Add functionality:– Renew expired memberships

– Highlight overdue books

– Convert juvenile to adult member after turning 18

– Addition of new items to the library

Results:

• Received grade of 100%

• Sample screens follow

Login Screen for Web App

All pages use a common “purple” theme and master page

Security using ASP.NET membership and role management

Functionality restricted to “Librarian” role members

Add New Item to Library

Add New Copy of Existing Item

Renew Expired Member

Convert Juvenile 18+ to Adult

Overdue Items Highlighted

top related