I'M .NET

.NET 技术
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

oxite

Posted on 2008-12-10 15:45  宝猪  阅读(130)  评论(0)    收藏  举报


http://www.codeplex.com/oxite
This is a simple blog engine written using ASP.NET MVC, and is designed with two main goals:

  1. 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.
  2. To provide a real-world sample written using ASP.NET MVC.

学习 ASP.NET MVC的可以研究研究这个。