Skip to content

Commit 0b7825e

Browse files
committed
Update Readme.md
- Added Readme.md with project descriptions and code links
1 parent e0e8758 commit 0b7825e

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.vs/VSWorkspaceState.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ExpandedNodes": [
3+
""
4+
],
5+
"SelectedNode": "\\CodeFirstDBAssign.sln",
6+
"PreviewInSolutionExplorer": false
7+
}

.vs/slnx.sqlite

0 Bytes
Binary file not shown.
3.5 KB
Binary file not shown.

Readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ This is a collection of the C# and .NET projects that I have as part of my portf
44

55
 
66

7-
## __Blackjack (TwentyOne) Game - .NET Console Application__
7+
## __Blackjack (TwentyOne) Game - .NET Console Application__ [(CODE)](https://github.com/ProfSFrink/c_sharp_portfolio/tree/master/TwentyOne/TwentyOne)
88

99
---
1010

11-
### __IMPLEMENTS: Object-Orientated Programming, ADO.NET, Exception Handling with Database Logging__
11+
### __IMPLEMENTS: Object-Orientated Programming, ADO.NET, Exception Handling with Database Logging__
1212

1313
A blackjack game developed as a .NET framework console application. The application consists of the main TwentyOne game application with the rest of the application stored in casino library. This library is designed so that the base classes to represent the playing cards and player / dealer decks can be reused in other card games. We establish a base set of rules for card games which can be reused in other card games later. Then we have the main logic for the blackjack game itself, with one class for the games rules, dealer behaviour and the main game logic. The application enacts data validation implemented through try catch / blocks and logging of exceptions, these are logged into an exception object and logged to a database through use of ADO.NET. The program implements the three pillars of object-orientated programming encapsulation, inheritance, and polymorphism in the implementation of it's various classes.
1414

1515
 
1616

17-
## __Newsletter Sign-up Web Application - ASP.NET MVC Web Application__
17+
## __Newsletter Sign-up Web Application - ASP.NET MVC Web Application__ [(CODE)](https://github.com/ProfSFrink/c_sharp_portfolio/tree/master/NewsletterAppMVC/NewsletterAppMVC)
1818

1919
---
2020

@@ -24,7 +24,7 @@ A ASP.NET web application allowing for people to sign-up for a newsletter. This
2424

2525
 
2626

27-
## __Car Insurance Quote Generator - ASP.NET MVC Web Application__
27+
## __Car Insurance Quote Generator - ASP.NET MVC Web Application__ [(CODE)](https://github.com/ProfSFrink/c_sharp_portfolio/tree/master/CarInsurance/CarInsurance)
2828

2929
---
3030

@@ -36,7 +36,7 @@ Another ASP.NET web application, this generates a car insurance quote based on d
3636

3737
 
3838

39-
## __A Simple Code First Student Database - .NET Console Application__
39+
## __A Simple Code First Student Database - .NET Console Application__ [(CODE)](https://github.com/ProfSFrink/c_sharp_portfolio/tree/master/CodeFirstDBAssign/CodeFirstDBAssign)
4040

4141
---
4242

0 commit comments

Comments
 (0)