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/
Related
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
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.
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 9 years ago.
Improve this question
I've developed an OData API which contains data collected by our users. Some of those users want to create their own reports based on this data via some 3rd party reporting package. I noticed that Telerik Reports can Access Odata APIs.
So my question is: Are there any other reporting packages which can also do this? Perhaps even some free solution?
Thanks,
Adrian
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 10 years ago.
Improve this question
I want to know if we can host Drupal application on AppHarbor ?
Thanks
Looking at AppHarbour it's a service for hosting .net applications and as Drupal is written in PHP out of the box you can't.
Although you could try using a php compiler for .net http://phalanger.codeplex.com/
Wordpress can be made to work on AppHarbor and Drupal might be doable too with a bit a elbow grease.
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 12 years ago.
Improve this question
i have a windows hosting provider and i am moving to another one. what is the best way to migrate a wordpress blog from one hosting provider to another ?
The Wordpress codex provides plenty of information on the topic of moving a Wordpress.
If you don't feel like reading through all of that, here is a far shorter guide, that covers essentially the same method.