Please enable JavaScript.
Coggle requires JavaScript to display documents.
Models (PostModel (PostController (Create, Read, Delete, Update,…
Models
PostModel
Id
Title
FileId Referenced File(Id)
Text
PublishDate
ViewCount
CategoryId References CategoryModel(Id)
SocialId References SocialLinks(Id)
PostController
Create
Read
Delete
Update
ShowDetails
RecentsPost
FeaturedPost
MostViewed
File
Id
Type
Size
Path
PusblishDate
FileController
Create
Read
Update
Delete
NavigationModel
Id
Title
Url
MenuTypeId Referencec MenuType(Id)
NavigationController
Create
Read
Update
Delete
CategoryModel
Id
Title
Url
CategoryController
Create
Read
Delete
Update
CategoryView
Delete.cshtml
Create.cshtml
Update
Read
SocialLinks
Id
Title
Url
SocialController
Create
Read
Update
Delete
MenuType
Id
Name
MenuTypeController
Create
Read
Update
Delete
Entity Framework
Database
Category
Navigation
Post
Social
File
MenuType