SlideShare a Scribd company logo
Allen StruckProfessional Software DeveloperC#.net PortfolioN-tier layered applicationDefining a class objectUse of iComparable, iEnumerable interfacesUse of Regex for input data validationADO.net – use of table adapterADO.net – executing a SQL Server stored procedureASP.net – use of Master PageApp.config – used for accessing connection stringEmail: Astruck99@wowway.com                                                                cell: 440-666-9004
Multi-layered Web ApplicationData Access Layer
BackgroundThese code samples have been amassed from multiple project assignmentsCreate an order entry console application using various .net Framework class objects and interfaces as well as custom classes, interfaces, and data structures. Create a Windows Application for a public library.  Used to maintain library card records and to check in/out materials.   Used pre-defined data access objects.Modify library application by designing and coding custom ADO.net data access objects and custom SQL Server stored procedures . Modify library application replacing Windows forms with ASP pagesDesign and code a Windows application for drafting online exams and assigning them to specific training programs
Multi-layer Web ApplicationBusiness Layer with XML documentation comments
N-tier Web Application asp using Master Page
Using app.config in data layer for accessing connection string
Data Access using ADO table adapter
Defining properties for a product class.
Using Regex for input validation

More Related Content

PPTX
Building N Tier Applications With Entity Framework Services 2010
PPTX
Technical defense power point
PPTX
SFDC Data Loader
PDF
Jordan Torres Resume Feb 2020
PPTX
Code4lib Digital Content Integrated with ILS Data for User Discovery: Lessons...
PDF
Building social and RESTful frameworks
PPTX
Www.sandeepsachan.com
Building N Tier Applications With Entity Framework Services 2010
Technical defense power point
SFDC Data Loader
Jordan Torres Resume Feb 2020
Code4lib Digital Content Integrated with ILS Data for User Discovery: Lessons...
Building social and RESTful frameworks
Www.sandeepsachan.com

Viewers also liked (20)

PPT
Data Access
PPT
Forms of Business
PPTX
Budget of bangladesh 2014 15&2015-16 2
PPTX
C# and ASP.NET Code and Data-Access Security
DOCX
Principles of management
PPT
Management Chapter 6
PPTX
Working of Input and Output devices
PPTX
Chapter 3: ado.net
DOC
Principles of management
PPTX
Rgb and cmy color model
PDF
Dynamic Binding in C# 4.0
PPT
Data controls ppt
PPT
Dr archana dhawan bajaj - c# dot net
PPTX
Forms of Ownership
PPTX
Color Models Computer Graphics
PDF
Forms of Business Ownership - Intro to Business
PPT
Forms of Business Ownership and Organization
ODP
Principles & Practice Of Management
PPTX
Principles Of Management Ppt
PPTX
Random scan displays and raster scan displays
Data Access
Forms of Business
Budget of bangladesh 2014 15&2015-16 2
C# and ASP.NET Code and Data-Access Security
Principles of management
Management Chapter 6
Working of Input and Output devices
Chapter 3: ado.net
Principles of management
Rgb and cmy color model
Dynamic Binding in C# 4.0
Data controls ppt
Dr archana dhawan bajaj - c# dot net
Forms of Ownership
Color Models Computer Graphics
Forms of Business Ownership - Intro to Business
Forms of Business Ownership and Organization
Principles & Practice Of Management
Principles Of Management Ppt
Random scan displays and raster scan displays
Ad

Similar to C# Code Samples (20)

PPT
PPTX
ASP.NET Presentation
DOC
Rouky Martin Resume
PPTX
4 - Silverlight y SharePoint, por Rodrigo Diaz y Mauricio Angulo
PPS
SharePoint 2007 Presentation
PPT
Asp.net architecture
PPT
Asp.net
PPTX
Mi 09 N4 Theodore Columbus Portfolio
DOC
Sibananda_DotNet
PPTX
ASP.NET Lecture 4
PPT
Creating web form
PPT
Creating web form
DOCX
Resume
PDF
2015-05-19-resume
DOC
Bkresume
DOCX
JohnConnollyResumePerformance2017
DOC
David W Richards Net Resume
ASP.NET Presentation
Rouky Martin Resume
4 - Silverlight y SharePoint, por Rodrigo Diaz y Mauricio Angulo
SharePoint 2007 Presentation
Asp.net architecture
Asp.net
Mi 09 N4 Theodore Columbus Portfolio
Sibananda_DotNet
ASP.NET Lecture 4
Creating web form
Creating web form
Resume
2015-05-19-resume
Bkresume
JohnConnollyResumePerformance2017
David W Richards Net Resume
Ad

C# Code Samples

  • 1. Allen StruckProfessional Software DeveloperC#.net PortfolioN-tier layered applicationDefining a class objectUse of iComparable, iEnumerable interfacesUse of Regex for input data validationADO.net – use of table adapterADO.net – executing a SQL Server stored procedureASP.net – use of Master PageApp.config – used for accessing connection stringEmail: Astruck99@wowway.com cell: 440-666-9004
  • 3. BackgroundThese code samples have been amassed from multiple project assignmentsCreate an order entry console application using various .net Framework class objects and interfaces as well as custom classes, interfaces, and data structures. Create a Windows Application for a public library. Used to maintain library card records and to check in/out materials. Used pre-defined data access objects.Modify library application by designing and coding custom ADO.net data access objects and custom SQL Server stored procedures . Modify library application replacing Windows forms with ASP pagesDesign and code a Windows application for drafting online exams and assigning them to specific training programs
  • 4. Multi-layer Web ApplicationBusiness Layer with XML documentation comments
  • 5. N-tier Web Application asp using Master Page
  • 6. Using app.config in data layer for accessing connection string
  • 7. Data Access using ADO table adapter
  • 8. Defining properties for a product class.
  • 9. Using Regex for input validation