Download presentation
Presentation is loading. Please wait.
Published byShauna Stephens Modified over 9 years ago
1
Arvind Gupta Professional Software Developer C#.net Portfolio N-tier layered application Defining a class object Use of iComparable, iEnumerable interfaces Use of Regex for input data validation ADO.net – use of table adapter ADO.net – executing a SQL Server stored procedure ASP.net – use of Master Page App.config – used for accessing connection string Email: Astruck99@wowway.comEmail: Astruck99@wowway.com cell: 440-666-9004
2
Multi-layered Web Application Data Access Layer
3
Background These code samples have been amassed from multiple project assignments Create 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 pages Design and code a Windows application for drafting online exams and assigning them to specific training programs
4
Multi-layer Web Application Business 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
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.