Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submission #100

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Submission #100

wants to merge 2 commits into from

Conversation

Tony-Sommer
Copy link

This is all 3 challenges done in C#/.NET. All code has comments explaining why I made the choices that I did.

  • Database challenge folder has a word document answering part 1. The main code for the part 2 answer is in Interview\Headstorm Database Challenge\Headstorm Database Challenge\Program.cs

  • I accidentally called the back end challenge the front end challenge when I first made it, so there might still be some mis-matched names (I changed the folder names, but it hopefully still runs correctly). I store the list in a local file so that won't work if your path doesn't exist. The main code for the answer is in \Interview\Headstorm Back End Challenge\Headstorm Back End Challenge\Headstorm Back End Challenge\Controllers\HomeController.cs

  • The Front End answer is very bare-bones, without much effort being put into making it look nice (obviously not something I would do in a real project). I didn't do anything server-side. The answer is mainly in Interview\Headstorm Front End Challenge\Headstorm Front End Challenge\Pages\Index.cshtml, but some necessary code is also in Interview\Headstorm Front End Challenge\Headstorm Front End Challenge\Pages\Shared_Layout.cshtml

This is all 3 challenges done in C#/.NET. All code has comments explaining why I made the choices that I did.

* Database challenge folder has a word document answering part 1. The main code for the part 2 answer is in Interview\Headstorm Database Challenge\Headstorm Database Challenge\Program.cs

* I accidentally called the back end challenge the front end challenge when I first made it, so there might still be some mis-matched names (I changed the folder names, but it hopefully still runs correctly). I store the list in a local file so that won't work if your path doesn't exist. The main code for the answer is in \Interview\Headstorm Back End Challenge\Headstorm Back End Challenge\Headstorm Back End Challenge\Controllers\HomeController.cs

* The Front End answer is very bare-bones, without much effort being put into making it look nice (obviously not something I would do in a real project). I didn't do anything server-side. The answer is mainly in Interview\Headstorm Front End Challenge\Headstorm Front End Challenge\Pages\Index.cshtml, but some necessary code is also in Interview\Headstorm Front End Challenge\Headstorm Front End Challenge\Pages\Shared\_Layout.cshtml
@joien1
Copy link

joien1 commented Oct 11, 2021

Heya Tony, thanks for the submission.

You've included the /bin and /packages directory in the pull request, so there are 874 files and 337k lines of code here. Would you mind updating your pull request and only include the code that you wrote? I'm not going to be running this locally, just reviewing what you've written.

Thanks!

Made a folder for each challenge. Front End is mostly Index.cshtml.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants