Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oleksiikraievyi/bionic-university-asp.net-

Homeworks, I made during ASP.NET training in Bionic-University (Kiev)
https://github.com/oleksiikraievyi/bionic-university-asp.net-

Last synced: 11 days ago
JSON representation

Homeworks, I made during ASP.NET training in Bionic-University (Kiev)

Awesome Lists containing this project

README

        

# Bionic-University-ASP.NET-
Homeworks, I made during ASP.NET training in Bionic-University (Kiev)

1. Biis (Bicycle IIS)
Simple web server, that just listens localhost and specified port (modifiable in config) and send response to client as static html web pages and custom dynamic .biis pages. GET and POST actions handling is also available. Client requests are handled in multi-thread, so it's ok to send two requests in a time (if ya can, of course)
2. Chromefox
Simple web browser on WPF, which sends raw GET requests by url and fetches basic content from response
3. GuitarShop
At last, ASP.NET MVC app, which is, basically, a lightweight shop, where you can choose guitar, order it and you'll be freakin' happy. Tasty features : bootstrap, client and server validation, async controller, error handling.