Develop an ASP.NET MVC application, which allows users to comment on the article displayed on the browser page.
- Article title;
- Illustration to the article;
- Text of article;
- Link to view comments (optional - indicating the number of comments added).
- All comments (nickname, text, time added);
- Field to add;
- The add button;
- After adding the page with comments should be updated.