CMS (Web Application OR Windows Application)
Posted
by Raha
on Stack Overflow
See other posts from Stack Overflow
or by Raha
Published on 2010-05-08T12:12:17Z
Indexed on
2010/05/09
5:48 UTC
Read the original article
Hit count: 182
I am a little bit puzzled about something. I am creating a ASP.NET MVC eCommerce application and currently I have written all the back end in ASP.NET MVC.
I was thinking if its better to write all the management in WPF instead of HTML, as its probably even less prone to be exploited by hackers.
I am a Windows user so I am not really bothered about using Linux/Mac at the moment so I am quite aware that having all the back-end written in HTML will allow users to have access to the admin area using other OS.
I would like to see what are the advantages and disadvantages of having WPF to manage the content of the website as its probably much easier to develop and manage (think about Live Writer).
© Stack Overflow or respective owner