Skip to content
forked from kkurys/Forum

Project for ".NET MVC Applications".

Notifications You must be signed in to change notification settings

mowerczuk/Forum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forum

Project for ".NET MVC Applications". Used technologies:

  • MVC .NET 4.5
  • Entity Framework 6.0 with Code First approach
  • some basic features of JQuery Functionalities:
  • User:
    • profile management
    • can start topics or reply to existing ones
    • can view other users profiles and send them private messages
      • can manage private topics
    • can report post to moderation
    • can change language
      • polish, english or german
      • browser language is the default one
    • can change theme
      • 3 themes available
    • can reset password via mail confirmation
    • can use HTML markers in posts (if there are allowed by admin)
  • Admin:
    • can manage categories and forums
    • can manage topics and posts
    • can manage users
    • can assign moderators to forums
      • each forum can have many moderators and each moderator can moderate many forums
    • can manage allowed HTML markers
    • can manage unallowed words
    • can add news announcements displayed at the top of main page
  • Forum:
    • gathers statistics for each forum
      • views, topics, posts

About

Project for ".NET MVC Applications".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.0%
  • C# 12.8%
  • CSS 7.0%
  • Other 0.2%