In this article I would like to share how we can build up a forum application which is similar to c# corner.
In this article I would like to share how to develop a forum application similar to C# corner. I used the CSS from this site since I am not familiar with CSS very well.This application is done using Entity Framework.Application
This application mainly covers:
Sample ImagesHome pageHome, Questions, Ask Question were developed.RegisterAfter LoginLatest QuestionsPost a questionAfter a successful post, questions will be displayed in descending order.Selecting a question will redirect to the display page where we can like and post answers.Self Like:Login as a different user and clicking "Like" will be displayed as follows:Liking the same question by the same user multiple times:Post a replyWith repliesMultiple likes by various users:
LINQ Quick Reference with C#