ASP.net League App

C# website
-
This site is an asp.net web app. It is running on my linux coputer. The routing is done with nginx it is set up as a reverce proxy this web app is running on the same machine as nginx bot other sites are running on different machines.
-
I liked this project becase it afforeded me the oppertiunity to learn C# at the same time as asp.net. When I wrote this app I had already written a couple of python apps and my oop python skills were fairly developed. While coding this I gained a bettter appreciation for python because if the __init__ acting as an initializatin and a constructor all in 1. I also found that the amount of typing nessissary to make some thing in a strong static language is probably 2x or more of that in python.
-
this is a codeacmey portfolio project and has a sqlite db file. This project does use the entity famework similary to sqlalchemy. one thing that I appreciated about codemy was that is would give a good exposure to different librarys. I then went back and leanernd more about them though youtube and google.