Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
I am curious about knowing, how I can make a really simple CMS in .NET with frontend editing, just like they are doing it with Sitecake fx.: http://sitecake.com (click demo link)

What I have tried:

My idea is to have a static HTML page without a database, which can be edited on the fly. So I have to first render the HTML with all it's assets, then look for for a class-name somehow.

How would you replicate this in C#?
Posted
Updated 24-Apr-16 10:30am

1 solution

Only one possible advice: Forget your project for now and study, study, study.

Your describing of the project show that you swim in pure fantasy.
Quote:
My idea is to have a static HTML page without a database, which can be edited on the fly.
The three are mutually exclusives. Obviously, you don't know what you talk about.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 24-Apr-16 20:58pm    
I voted 4, because your statement is inaccurate.

"Static HTML" and "without a database" are not mutually exclusive at all. The whole inquirer's statement is totally absurd (combination of tautology, incompatible statements, non-existing concepts and what not), yes, of course, even if you excluded mutually exclusive parts, but your statement is inaccurate and can potentially confuse some.

But the idea of the answer is quite good. First of all, it does contain really constructive advice.

—SA
Patrice T 25-Apr-16 2:25am    
Ok, my QA makes a few shortcuts, but you got the general idea.
Thank you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900