Questions tagged [oxite]

Open source, web standards compliant, blog engine built on ASP.NET MVC.

7 questions
11
votes
7 answers

Any known Orchard CMS case studies?

We're looking into using Orchard CMS for a project. I know the CMS hasn't been around for a long time, but I was wondering if there were any known high profile and successful case studies using Orchard CMS or its predecessor Oxite? Thanks.
4
votes
4 answers

Oxite or S#arp Architecture for new Asp.net CMS site

I'd like to build a CMS site based on Asp.Net Mvc and I want to choose my starting point. I have seen that there is a lot of interest in the new Microsoft Oxite project also if it seems to be pretty early to adopt it in a production project. I've…
4
votes
7 answers

Oxite: What are you going to do with it?

Microsoft released the source for Oxite, their blogging engine that's intended to help .NET developers learn ASP.NET MVC. They also released the source for the Mix site, which was built with Oxite. Microsoft says that developers can build…
Robert S.
  • 25,266
  • 14
  • 84
  • 116
3
votes
2 answers

Controllers handle application flow, so where does my business logic go?

I will begin this question by admitting I am very new to MVC. The design pattern makes sense to me at a high level, but now that I'm exploring ASP.NET MVC, some of the architectural pieces are challenging my preconceived notions. Learning is a good…
Robert S.
  • 25,266
  • 14
  • 84
  • 116
0
votes
1 answer

What is the purpose of suffixes .RequiredError, .FormatError, etc

Reading the Oxite source code, I have found that validators save bad property name with some suffixes (RequiredError, MaxLengthExceededError, InvalidError, FormatError) validationState.Errors.Add(CreateValidationError(user.Name,…
alex2k8
  • 42,496
  • 57
  • 170
  • 221
0
votes
2 answers

Oxite Blog Engine: Required Dlls missing

i have just downloaded Oxite blogging engine. some dll's are missing in the downloaded package namely Microsoft.Practices.ObjectBuilder2.dll and others with Microsoft.Practices prefix. where can i find these assemblies?
Muhammad Adeel Zahid
  • 17,474
  • 14
  • 90
  • 155
0
votes
2 answers

Community Site with Blogs and forums - Oxite, DNN or CS?

I need to do a community site with blogs and forums, and was looking at 3 options: Oxite, DNN and community server. The frontend will be a mixture of ASP.NET and Silverlight. LiveID integration would be a plus. Any suggestions? Thanks.
theplastictoy