2
Answers

How to Build a Guest Post Submission System in C#?

Riya Singh

Riya Singh

2w
88
1

Hello Developers,

I am working on a Guest Post Website where users can submit articles, and admins can review and approve them before publishing. I want to build this system using C# and ASP.NET (Core or MVC).

Features I Need:

? Users can submit articles (Title, Content, Author Bio, Tags, etc.)
? Admin can review, edit, approve, or reject articles
? Once approved, the article gets published on the website
? Email notifications for submission status updates

My Questions:

1?? What would be the best database schema for handling guest post submissions?
2?? Should I use Entity Framework (EF) Core or a custom SQL implementation?
3?? How can I implement an approval system where only admins can publish posts?
4?? Is there any open-source C# CMS that already provides a guest posting feature?

I would really appreciate any guidance, code examples, or best practices on this. Thanks in advance! ??

Answers (2)