SlideShare a Scribd company logo
1 of 19
Microsoft .NET Portfolio John T. Munyeneh, Student   Setfocus March  7, 2010
Table of Contents Library phase 1 Library phase 2 Library phase 3 Library phase 4
Library Phase 1 Introduction: create an UI for an n-tier library application. Audience: Library employees managing library items and members. Achievements: creating a UI (friendly) and connecting it to a data access and business layer to achieve a workable system.
Library 1-Sample User Interface MDI form is used with menu bar. Textbox to enter users’ id. Labels show info about the particular users. Grid shows book(s) the user have. Status bar show what information one see.
Continuation of Library phase 1 UI MDI form show a form of an adult entry form. It has lots of textboxes to enter information A combo box is place to select a state. The menu, windows has items that enable the forms that are opened to be rearranged according to your selection.
Con’t Library phase 1- code sample This is the code behind the MDI form. It tells you how the very forms i.e. the checkout form, checkin form, adult form, juvenile form, etc. are called. The business layer and data access were provided.
Library Phase 2 Introduction: creating an UI with emphasis on writing your own business and data access layers Audience: Employees through the friendly interface are able to manage library functions i.e. adding members, checking book(s) that is on loan, etc. Project Goal: like the business and data access layer provided by Setfocus in the Phase 1,Phase 2 achieved the same functionalities. Store procedure is integrated, for data access layer.
Phase 2 snap shot sample This UI is designed with a tap control. It contains textbox and labels. User info is displayed by mean of member number. The grid shows book(s) that are currently on loan to that particular member.
Con’t  Phase 2-  Business layer code This is my business code view for adding adult, juvenile, checkIn, checkOut, items, etc.
con’t Phase 2- Data access layer This is the data access layer.
Con’t Phase 2- store procedure. Store procedure for adding member.  Parameters are defined. Insert statement are made into the adult table.  Values are the parameters declared. @@errors are also declared with a roll back transaction.
Library Phase 3 ,[object Object]
Audience: Library employees manage this application for maintaining members’ information.
Target Goal: depicting a website perspective of Phase 2 project. Functionalities are the same. The only difference is it is a website. ASP.NET as it is called is used to achieve a workable system unit.,[object Object]
continuation of Phase 3 As you can see from, I incorporated a master page. Showing is member info page. I do have a grid to show book(s) a member has. A textbox to enter member id. This form is able to show address info of a particular member.
Con’t of phase 4 – code view. This is a partial code behind the member info form. It is no different from the code in phase
Continuation of Phase 3 This is the Checkout view interface.  Three textboxes namely, member number, ISBN, Copy number. A button is placed on the form to execute the desired function.
Con’t Phase 3 code view Code behind the check out form. Currently being view is the button click event. The form is validated.  The number in the various textboxes are parse into integer.
Library Phase 4	 Introduction: It is an ASP.NET application in which the business layer is expose globally through a web service. Audience: Library employees manages the application. Project Goal: To expose the business globally through web service.

More Related Content

Similar to Microsoft .NET Library Management System Portfolio

Jeff Huber Portfoilio
Jeff Huber PortfoilioJeff Huber Portfoilio
Jeff Huber PortfoilioJeffHuber
 
Portfolio
PortfolioPortfolio
Portfoliojcterry
 
Brandon Miller Portfolio
Brandon Miller PortfolioBrandon Miller Portfolio
Brandon Miller Portfoliobrandonmiller3
 
Portfolio
PortfolioPortfolio
Portfoliojeanux
 
Matthew Swanger .NET Portfolio
Matthew Swanger .NET PortfolioMatthew Swanger .NET Portfolio
Matthew Swanger .NET Portfoliomattswanger
 
Software Portfolio - SetFocus
Software Portfolio - SetFocusSoftware Portfolio - SetFocus
Software Portfolio - SetFocusAlexander Vogel
 
Erik King Setfocus
Erik King SetfocusErik King Setfocus
Erik King Setfocusgervaisking
 
Library and member management system (lamms) by vikas sharma
Library and member management system (lamms) by vikas sharmaLibrary and member management system (lamms) by vikas sharma
Library and member management system (lamms) by vikas sharmaVikas Sharma
 
Portfolio
PortfolioPortfolio
Portfoliomrosec
 
Wickey Set Focus .Net Portfolio
Wickey Set Focus .Net PortfolioWickey Set Focus .Net Portfolio
Wickey Set Focus .Net Portfoliomwickey
 
Library manaementreport1
Library manaementreport1Library manaementreport1
Library manaementreport1Rohit Verma
 
Project Portfolio
Project PortfolioProject Portfolio
Project Portfolioanaraghi
 
eProject Expo Management System - Report
eProject Expo Management System - ReporteProject Expo Management System - Report
eProject Expo Management System - ReportFaizan Anwer
 
Web-Dev Portfolio
Web-Dev PortfolioWeb-Dev Portfolio
Web-Dev Portfolionwbgh
 

Similar to Microsoft .NET Library Management System Portfolio (20)

.Net Portfolio
.Net Portfolio.Net Portfolio
.Net Portfolio
 
Jeff Huber Portfoilio
Jeff Huber PortfoilioJeff Huber Portfoilio
Jeff Huber Portfoilio
 
Portfolio
PortfolioPortfolio
Portfolio
 
Brandon Miller Portfolio
Brandon Miller PortfolioBrandon Miller Portfolio
Brandon Miller Portfolio
 
Portfolio
PortfolioPortfolio
Portfolio
 
Matthew Swanger .NET Portfolio
Matthew Swanger .NET PortfolioMatthew Swanger .NET Portfolio
Matthew Swanger .NET Portfolio
 
LKF Portfolio
LKF PortfolioLKF Portfolio
LKF Portfolio
 
Software Portfolio - SetFocus
Software Portfolio - SetFocusSoftware Portfolio - SetFocus
Software Portfolio - SetFocus
 
Sherry Cuenco .NET Portfolio
Sherry Cuenco .NET PortfolioSherry Cuenco .NET Portfolio
Sherry Cuenco .NET Portfolio
 
Erik King Setfocus
Erik King SetfocusErik King Setfocus
Erik King Setfocus
 
Library and member management system (lamms) by vikas sharma
Library and member management system (lamms) by vikas sharmaLibrary and member management system (lamms) by vikas sharma
Library and member management system (lamms) by vikas sharma
 
Portfolio
PortfolioPortfolio
Portfolio
 
Wickey Set Focus .Net Portfolio
Wickey Set Focus .Net PortfolioWickey Set Focus .Net Portfolio
Wickey Set Focus .Net Portfolio
 
Library manaementreport1
Library manaementreport1Library manaementreport1
Library manaementreport1
 
.NET Portfolio
.NET Portfolio.NET Portfolio
.NET Portfolio
 
Project Portfolio
Project PortfolioProject Portfolio
Project Portfolio
 
eProject Expo Management System - Report
eProject Expo Management System - ReporteProject Expo Management System - Report
eProject Expo Management System - Report
 
library management
library management library management
library management
 
Web-Dev Portfolio
Web-Dev PortfolioWeb-Dev Portfolio
Web-Dev Portfolio
 
M Kaiser Portfolio1
M Kaiser Portfolio1M Kaiser Portfolio1
M Kaiser Portfolio1
 

Microsoft .NET Library Management System Portfolio

  • 1. Microsoft .NET Portfolio John T. Munyeneh, Student Setfocus March 7, 2010
  • 2. Table of Contents Library phase 1 Library phase 2 Library phase 3 Library phase 4
  • 3. Library Phase 1 Introduction: create an UI for an n-tier library application. Audience: Library employees managing library items and members. Achievements: creating a UI (friendly) and connecting it to a data access and business layer to achieve a workable system.
  • 4. Library 1-Sample User Interface MDI form is used with menu bar. Textbox to enter users’ id. Labels show info about the particular users. Grid shows book(s) the user have. Status bar show what information one see.
  • 5. Continuation of Library phase 1 UI MDI form show a form of an adult entry form. It has lots of textboxes to enter information A combo box is place to select a state. The menu, windows has items that enable the forms that are opened to be rearranged according to your selection.
  • 6. Con’t Library phase 1- code sample This is the code behind the MDI form. It tells you how the very forms i.e. the checkout form, checkin form, adult form, juvenile form, etc. are called. The business layer and data access were provided.
  • 7. Library Phase 2 Introduction: creating an UI with emphasis on writing your own business and data access layers Audience: Employees through the friendly interface are able to manage library functions i.e. adding members, checking book(s) that is on loan, etc. Project Goal: like the business and data access layer provided by Setfocus in the Phase 1,Phase 2 achieved the same functionalities. Store procedure is integrated, for data access layer.
  • 8. Phase 2 snap shot sample This UI is designed with a tap control. It contains textbox and labels. User info is displayed by mean of member number. The grid shows book(s) that are currently on loan to that particular member.
  • 9. Con’t Phase 2- Business layer code This is my business code view for adding adult, juvenile, checkIn, checkOut, items, etc.
  • 10. con’t Phase 2- Data access layer This is the data access layer.
  • 11. Con’t Phase 2- store procedure. Store procedure for adding member. Parameters are defined. Insert statement are made into the adult table. Values are the parameters declared. @@errors are also declared with a roll back transaction.
  • 12.
  • 13. Audience: Library employees manage this application for maintaining members’ information.
  • 14.
  • 15. continuation of Phase 3 As you can see from, I incorporated a master page. Showing is member info page. I do have a grid to show book(s) a member has. A textbox to enter member id. This form is able to show address info of a particular member.
  • 16. Con’t of phase 4 – code view. This is a partial code behind the member info form. It is no different from the code in phase
  • 17. Continuation of Phase 3 This is the Checkout view interface. Three textboxes namely, member number, ISBN, Copy number. A button is placed on the form to execute the desired function.
  • 18. Con’t Phase 3 code view Code behind the check out form. Currently being view is the button click event. The form is validated. The number in the various textboxes are parse into integer.
  • 19. Library Phase 4 Introduction: It is an ASP.NET application in which the business layer is expose globally through a web service. Audience: Library employees manages the application. Project Goal: To expose the business globally through web service.
  • 20. Continuation Phase 4 – code view A partial code of the check out form. A declaration of the web reference and a set policy is called.