Skip to content

Commit 0a881c2

Browse files
committed
Update Readme.md
- Fixed typos
1 parent f26efc0 commit 0a881c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-5.5 KB
Binary file not shown.

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A blackjack game developed as a .NET framework console application. The applicat
1818

1919
### __IMPLEMENTS: ASP.NET, Model-View-Controller Desgin Pattern, Entity Framework, Database Logging, Bootstrap__
2020

21-
A ASP.NET web application allowing for people to sign-up for a newsletter. This application was creating implementing the MVC (Model-View-Controller) design pattern, the main index view allows for new sign-ups and implements data validation to ensure correct data entry by the user, the application also implements an administrator view, which is implemented using a view model to control which data the admin can see, this view also allows the admin to remove a signup from the database. The Home controller logs new sign-ips into SQL database, all database handling it achieved through use of the Entity framework, and an admin controller is implemented for to power the admin view, also the CSS for the views makes use of bootstrap.
21+
An ASP.NET web application allowing for people to sign-up for a newsletter. This application was creating implementing the MVC (Model-View-Controller) design pattern, the main index view allows for new sign-ups and implements data validation to ensure correct data entry by the user, the application also implements an administrator view, which is implemented using a view model to control which data the admin can see, this view also allows the admin to remove a signup from the database. The Home controller logs new sign-ips into SQL database, all database handling it achieved through use of the Entity framework, and an admin controller is implemented for to power the admin view, also the CSS for the views makes use of bootstrap.
2222

2323
 
2424
## __Car Insurance Quote Generator - ASP.NET MVC Web Application__ [(CODE)](https://github.com/ProfSFrink/c_sharp_portfolio/tree/master/CarInsurance/CarInsurance)
@@ -38,7 +38,7 @@ Another ASP.NET web application, this generates a car insurance quote based on d
3838
### __IMPLEMENTS: ASP.NET, Object-Orientated Programming, Code-First Entity FW Implementation, Database Logging, Bootstrap__
3939

4040
 
41-
A simple wxample of a code-first database implementation. We create student and grade classes, then a school class which we use as the base to create our database tables using the student and grades classes as templates. We then create three instances of the student objects, give them a course and a grade and log them to our newly created student database.
41+
A simple example of a code-first database implementation. We create student and grade classes, then a school class which we use as the base to create our database tables using the student and grades classes as templates. We then create three instances of the student objects, give them a course and a grade and log them to our newly created student database.
4242

4343
## __FizzBuzz Problem__ [(CODE)](https://github.com/ProfSFrink/c_sharp_portfolio/tree/master/FizzBuzz/FizzBuzz/FizzBuzz)
4444

0 commit comments

Comments
 (0)