This project is a mock e-commerce website. It displays a list of products (books), allows the user to filter it via author name, displays a cart which can updated and calculates and displays the total cost.
It also contains a page which displays all of the books in the database and CRUD can be performed here.
The final page shows how the app was developed and what techniques were used.
This project demonstates a number of fundamental ASP.NET, EF (Code First) and OOP concepts such as ViewModels, Partial Pages, Relational Databases, CRUD, LINQ Queries, Repository Design Pattern, Posting Form Data, Ajax, Migrations, etc.
NOTE: Here is a link - PROJECT 3, BLOG
This project (JustIT) displays some screenshots of problems I solved in HackerRank in order to practice C#. The web app involves -
JavaScript Functions and Arrays. jQuery Selectors (Class, Id).
JSON Array of Objects. AJAX Load JSON. JSON Escaping Text.
Unit Testing: Console. Event Listeners/Object. Callbacks.
Promises. Error Handling. Asynchronous Functions. Async/Await.