how to create cms from scratch using asp.net [closed] - asp.net

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm thinking of building my own CMS but I'm not that professional in PHP,
More advanced in asp.net
So if anyone knows the basics steps or has a tutorial for that I'll be thankful.
Regards,

Did you give Microsoft's blogengine a try?
You can find it at http://www.dotnetblogengine.net
They gave it a very nice site with lots of content on how to build your own asp.net blog-style cms. From there, you should be able to work your way to your very own engine.

Related

should develop wordpress plugin with MVC pattern [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I am senior PHP developer but I am beginner of wordpress. I am going to write a plugin for wordpress, I want it is easy to other wordpress developer in the world can customize it, that is most important point. So should I do the plugin with MVC pattern?
Thanks in advance!
It is not compulsory to write wordpress plugins in MVC , the best way to write wordpress plugin is in OOPS ( Function Base).
Normally, plugin developer prefers oops structure .
I will suggest you to quickly go through this plugin development guide development guide will help you in deep and you have much experience in php so it is easy for you to understand it very quickly.
I wish this may help you, thanks.

How do I keep track of users info without having them log in (Using asp.net mvc4 with Visual Studio) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
New developer here. I'm building a website that has users play a series of games and tracks their decision making. I haven't found a good way to keep track of these users as they move through the series of games. Do you have any suggestions for the best way to do this without forcing each to make a profile?
This would be done using HTTP Cookies
Here's a tutorial on how to use them in ASP.NET MVC

Is automated testing possible for Drupal sites ( TestNG and Selenium)? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I saw that Drupal 7 includes some kind of testing framework (I haven't tried it out yet since my existing sites are still in Drupal 6 and likely won't migrate any time soon). I want to test Drupal sites now,
Are there any problems if I use TestNG and selenium webdriver for testing Drupal sites?
If so what are the problems?
What are the best testing frameworks for testing Drupal sites?
No. A drupal site is just HTML like any other site
N/A
Not a question for SO. Find which one works best for you

Is Ghost a good solution for a full website or is just blogging software? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I'm building a new site and I'm wondering if Ghost is a good solution since I need a website and a blog. Is Ghost just blogging software? Am I going to have to hack to pieces to get it to create pages separate from the blog.
Ghost is currently a blogging platform and a blogging platform only.
In the future they might go down the path to make it more of a fully-featured CMS, like Wordpress did, but I would not currently recommend using it in any other way than as a blog.
Sure, it's probably possible to do a full-fledged website in Ghost but it would without a doubt be a struggle and I would not recommend it.
I can see why your asking though, Ghost seems to have a lot of potential in its core values, not just as an blogging platform. :)
Cheers!

Professional Websites Built with Razor [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I was asked at a .NET user group if I knew of any professional web sites built with the Razor view engine for MVC that they could peruse. Interesting question, and I was not aware of any at the time. Does anybody know of a publicized list or specific web sites that have implemented Razor?
Thanks.
I was involved in building this one: http://snapshot.factiva.com. Bad news is that you need an account to be able to see it.
Here's a list of public websites which includes our own SO: http://www.findmyhosts.com/top-10-asp-net-mvc-framework-websites/

Resources