Skip to content

A repository for my C# and .NET projects with the Tech Academy, ranging from simple console applications to complex .NET projects.

Notifications You must be signed in to change notification settings

chasetmartin/Tech_Academy_C_dotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech_Academy_C_Net_2

This repository is for my C# and .NET projects with the Tech Academy. They range from simple console applications using basic C# concepts, to more complex applications using the .NET and .NET Core frameworks following the MVC architecture. The final two projects use the Entity Framework for data modeling with a SQL database.

Projects:

Twenty One Game

This project is a fully functional console application that allows the user to play a game of blackjack against a computer dealer, with realtime betting involved. The project demonstrates many core concepts of C# object-oriented programming, including classes and abstract classes with and without inheritcance, constructors, in various operators, parsing and lambda functions, and more.

Car Insurance

This is an ASP.NET MVC Entity Framework application that takes input of user variables in form with many data types and using business logic to calculate a car insurance quote for the user, given the inputs. Various skills are on display, including the ability to write logic using Date/Time functions, and the ability to use the Entity Framework to implement CRUD funcitonality with a SQL database in a web application.

Newsletter

This simple .NET Framework MVC application creates a simple admin panel where a company could keep track of newsletter subscriptions based on the results of an online form. It demonstrates knowledge of the .NET Framework for simple CRUD functionality.

About

A repository for my C# and .NET projects with the Tech Academy, ranging from simple console applications to complex .NET projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published