SlideShare a Scribd company logo
The following is a small sample
of work utilizing the .NET Framework
                and C#

        by Matthew Connor
Library Application MDI Parent




 This is the MDI Parent Form in the Library Solution
Add Adult Member Form




          Adds an Adult Member
   Uses an ErrorProvider control and the
System.Text.RegularExpressions namespace
           to validate user input
Add Juvenile Member Form




             Adds a Juvenile Member
Uses an ErrorProvider control to validate user input
           and a DateTimePicker control
Check-in Item Form




         Checks-in an Item (Book, CD, etc)
          Uses an ErrorProvider control
to validate user input and a DataGridView control
Check-out Item Form




          Checks-out an Item (Book, CD, etc)
            Uses an ErrorProvider control
to validate user input and two DataGridView Controls
Web Forms
All of the following web Forms call the same Business and Data Access Tiers
                        used in the LibraryWinClient
Login Screen Web Form
Add Item Web Form
Add Adult Member Web Form
Add Juvenile Member Web Form
Check-out Item Web Form
Check-in Item Web Form
Add Item Web Form
Code Samples
Wiring Events




Open a Form and register a FormClosing Event
ILibraryDataAccess Interface
LibraryDataAccess Class




LibraryDataAccess Class implements ILibraryDataAccess Interface
Public Class Item
GetItem Method
Public Class BusinessLayer
SQL 2005
SQL 2005 Stored Procedures
Stored Procedure Sample #1




Parsing and returning more fields than were selected
Stored Procedure Sample #2




       Adding an Adult Member
Visual Studio 2005 Views
WinClient Project Files in
     Visual Studio
Strongly Typed DataSet
Committing Changes in Subversion




  Subversion Version Control and Beyond Compare software
Class Hierarchy in Visual Studio
Web Service Enhancements
WSE Web Service
Service.asmx View
Service Description/WSDL View
Windows Forms
C# Work Samples
C# Work Samples
C# Work Samples
C# Work Samples
C# Work Samples

More Related Content

PPTX
Chao Thao Portfolio
PDF
D17251 gc20 47_us
PPTX
Box Demo - Custom CRM
PPTX
Box Demo - Custom CRM
PDF
Oracle fusion middleware 11g build applications with oracle forms
PPTX
SUGHungary - Sitecore Healthchecking Árvai Mihály
PPTX
Box Demo - Custom CRM
PPTX
Course Scheduler
Chao Thao Portfolio
D17251 gc20 47_us
Box Demo - Custom CRM
Box Demo - Custom CRM
Oracle fusion middleware 11g build applications with oracle forms
SUGHungary - Sitecore Healthchecking Árvai Mihály
Box Demo - Custom CRM
Course Scheduler

What's hot (15)

PPTX
Vbug nov 2010 Visio Validation
PPTX
Web Service Connection - using Login Operation
PPTX
External collaboration with Azure B2B
PPTX
Work with data in ASP.NET
PPTX
DevSum: Azure AD B2C Application security made easy
PPT
Renee Paden Portfolio
PPTX
Dear Azure: External collaboration with Azure AD B2B
PPTX
Structuring your flex application with swiz
PPTX
Create folder in microsoft share point
PPTX
Model view controller (mvc)
PPTX
ASP.NET lecture 8
PPTX
Il 09 T3 William Spreitzer
PPT
Public Library
PDF
Just a View: An Introduction To Model-View-Controller Pattern
PPT
MVC(Model View Controller),Web,Enterprise,Mobile
Vbug nov 2010 Visio Validation
Web Service Connection - using Login Operation
External collaboration with Azure B2B
Work with data in ASP.NET
DevSum: Azure AD B2C Application security made easy
Renee Paden Portfolio
Dear Azure: External collaboration with Azure AD B2B
Structuring your flex application with swiz
Create folder in microsoft share point
Model view controller (mvc)
ASP.NET lecture 8
Il 09 T3 William Spreitzer
Public Library
Just a View: An Introduction To Model-View-Controller Pattern
MVC(Model View Controller),Web,Enterprise,Mobile
Ad

Similar to C# Work Samples (20)

PPTX
C Thao Portfolio
PDF
Mark Jackson\'s Portfoilo
PPT
Nj 09 T2 David Frischknecht
PDF
Oracle11g form-course-curriculum
PDF
Oracle11g form course-curriculum
PDF
Net course content
PPT
Erik King Setfocus
PPTX
Brenda Dean Portfolio
PPT
Portfolio
PPTX
Library Presentation
PPTX
ASP.NET Lecture 4
PPTX
8-9-10. ASP_updated8-9-10. ASP_updated8-9-10. ASP_updated
PPT
Test Automation Best Practices (with SOA test approach)
PPT
LKF Portfolio
PPT
Introduction To CodeIgniter
PDF
visual basic 2005 programmer certification
DOCX
data binding.docx
PPTX
Delma Hagen Portfolio
PPTX
ASP.NET Lecture 5
PPTX
Chapter5-Bypass-ClientSide-Control-Presentation.pptx
C Thao Portfolio
Mark Jackson\'s Portfoilo
Nj 09 T2 David Frischknecht
Oracle11g form-course-curriculum
Oracle11g form course-curriculum
Net course content
Erik King Setfocus
Brenda Dean Portfolio
Portfolio
Library Presentation
ASP.NET Lecture 4
8-9-10. ASP_updated8-9-10. ASP_updated8-9-10. ASP_updated
Test Automation Best Practices (with SOA test approach)
LKF Portfolio
Introduction To CodeIgniter
visual basic 2005 programmer certification
data binding.docx
Delma Hagen Portfolio
ASP.NET Lecture 5
Chapter5-Bypass-ClientSide-Control-Presentation.pptx
Ad

C# Work Samples