Skip to content

This repository contains the instructions and files for the Blue Chip App Dev TSA pre-exercise.

Notifications You must be signed in to change notification settings

aolear/appdev-tsa-preexercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

appdev-tsa-preexercise

This repository contains the instructions and files for the Blue Chip App Dev TSA pre-exercise.

Instructions

Reference Files

  • Database.mdf

Prompt

Using the included mdf database and Visual Studio (if Visual Studio is not available, a the community version can be downloaded for free at: https://www.visualstudio.com/downloads), create a Web Application project to read and display the "People" table on a web page.

Requirements

  • The People data should be displayed with the following columns:
    • First Name
    • Last Name
    • Email
    • Country
    • Country Description

Suggestions

  • Entity Framework can be used to connect and read from the mdf database
  • MVC or a client-side framework (i.e. KnockoutJS, Angular, etc) can be used for displaying the data
  • testing

About

This repository contains the instructions and files for the Blue Chip App Dev TSA pre-exercise.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published