Let's take a look at the official introduction.
What is this?
This is a simple blog engine written using ASP. net mvc, and is designed with two main goals:
To provide a sample of 'core blog functionality 'in a reusable fashion. blogs are simple and well understood by developers, but the set of basic functions that a blog needs to implement (trackbacks, RSS, comments, etc .) are fairly complex. hopefully this Code helps.
- To provide a real-world sample written using ASP. net mvc.
We aren't a sample-building team (more on what we are in a bit ). we couldn't sit down and build this code base just to give out to folks, so this code is also the foundation of a real project of ours, mix online. we also created this project to be the base of our own personal blogs as well so you'll probably see our blogs on the list of sites running oxite soon.
Getting started with oxite
- Getting started with oxite
- Frequently Asked Questions
- Oxite on visitmix.com
- List of Sites running oxite
- ASP. NET MVC
The following describes csdn:
Oxite is a Content Management System (CMS) that is compatible with web standards and scalable and supports blogs or large websites. The Platform supports the following functions: Reference announcement, anonymous comment or comment review, and gravatars profile picture. RSS can be output on any level-1 page for users to subscribe. You can create and edit a series of pages and add htmlCode. Oxite also allows you to create multiple blogs on a single site.
Oxite can also be compatible with Microsoft development software such as ASP. NET and MVC. The "mix online" website was created using oxite, and Microsoft has publishedSource codeFor developers to learn.
The following is an excerpt from Channel 9:
Well as good ideas go sometimes this one passed by the wayside due to lack of time available. fortunately this is not true, when the channel9 team had the same idea. they 've build a new blog engine called oxite Based on ASP. net MVC and their experience building sites like ch9, ch10, ch8, edge and especially mix online.
Click here to open.
BTW, but this isMVC. AndLinq2sqlprovider.
MVC fans are blessed ..