Tagged Questions

4
votes
4answers
1k views

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 ...
4
votes
7answers
811 views

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. ...
3
votes
4answers
1k views

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 ...
2
votes
3answers
813 views

Looking for free asp.net mvc blog engine

Oxite, AtomSite or someting other? I am searching simple integration with existing site (for example using own user and tag infrastructure) and extensibility (simple add new featuers). PS Can someone ...
1
vote
3answers
554 views

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 ...
0
votes
2answers
48 views

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 ...
0
votes
1answer
65 views

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) ...