微软发布最新开源Blog平台“Oxite”

先来看官方的介绍

 

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 many developers, but the set of basic functions that a blog needs to implement (trackbacks, rss, comments, etc.) are fairly complex. Hopefully this code helps.

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

下面是CSDN对它的介绍:

      Oxite是一款内容管理系统(CMS),它兼容Web标准且具有可扩展,可支持博客或大型网站。该平台支持引用通告、匿名评论或评论审查、gravatars头像等功能,而且任意一级页面均可输出RSS供用户订阅。用户可以创建并编辑一系列的页面,而且可以自行添加HTML代码。Oxite还允许用户在单个站点上创建多个博客。
      Oxite还可以与ASP.Net以及MVC等微软的开发软件兼容。“Mix在线”网站就是使用Oxite创建的,而且微软已经公布了该网站的源代码供开发者学习。

以下是来自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, Ch8Edge and especially MIX Online.

Click Here to open.

 

BTW,这可是MVC的最好示例教程了。而且用到了Linq2SqlProvider。

MVC爱好者有福了。。

posted @ 2008-12-11 09:41  Binglingshui  阅读(291)  评论(0编辑  收藏  举报
小明明