Skip to content

A Windows Forms Application that displays information about the Chicago Transit Authority L-lines. Utilizes dynamic SQL queries in C# and ADO.NET objects to access the CTA database.

Notifications You must be signed in to change notification settings

evelaz26/CTA-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

CTA-App

A Windows Forms Application that displays information about the Chicago Transit Authority L-lines. Utilizes dynamic SQL queries in C# and ADO.NET objects to access the CTA database. This data-driven application uses N-tier Design where:

  • BusinessTierLogic.cs & BusinessTierObjects.cs support the security, business rules, and data processing needed by this project
  • DataAccessTier.cs acts as the interface between business tier and data storage
  • Form1.cs represents the UI

The database file CTA.mdf can be found in bin>Debug folder alongside its associated log file CTA_log.ldf. The application accesses this database by typing |DataDirectory|\CTA.mdf as the filepath.

About

A Windows Forms Application that displays information about the Chicago Transit Authority L-lines. Utilizes dynamic SQL queries in C# and ADO.NET objects to access the CTA database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published