<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>星辰.Net技术社区论坛 - DNTShell</title>
    <link>http://www.netcsharp.cn/showforum-36.aspx</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) 星辰.Net技术社区论坛</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Fri, 21 Nov 2008 18:13:01 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>Discuz!NT 系统架构分析</title>
      <description><![CDATA[Discuz整体架构如下图所示：
http://www.cnblogs.com/images/cnblogs_com/hellofox2000/142070/r_arch.gif

 
横向表示 同一层次中涉及的各个模块(项目)
纵向表示 不同层次之间模块的关系，某些关系是如何在各层次中传递(穿越)

Discuz架构上采用了比较流行的三层架构，即表现层，业务逻辑层，数据访问层来进行]]></description>
      <link>http://www.netcsharp.cn/showtopic-1163.aspx</link>
      <category>DNTShell</category>
      <author>admin</author>
      <pubDate>Wed, 25 Jun 2008 12:53:00 GMT</pubDate>
    </item>
    <item>
      <title>Discuz!NT之配置文件类[discuz.config]</title>
      <description><![CDATA[如果大家从官方下载2.0正式版的DLL程序集中会从里面找到discuz.config这个DLL文件。通过
reflector 反射加载这个程序集后，后从中找到一些从类名称上非常相似且有一定规律（格式）的类。
它们是：    全局配置类
    GeneralConfigFileManager.cs
    GeneralConfigInfo.cs
    GeneralConfigs.c]]></description>
      <link>http://www.netcsharp.cn/showtopic-906.aspx</link>
      <category>DNTShell</category>
      <author>admin</author>
      <pubDate>Wed, 21 May 2008 15:27:00 GMT</pubDate>
    </item>
    <item>
      <title>Discuz!NT 模板机制分析</title>
      <description><![CDATA[首先阐述一下模板设计的目标，因为这对于它最终要实现的功能非常重要。考虑到国内大部分站长基
本上都不具备.net开发背景，而我们的模板就是要降低这个门槛，便于站长进行设计订制以及修改等。而
另一个目的就是要提升aspx页面的访问速度，所以我们并未在模板设计时引入(web)控件机制，因为如果
使用.net控件，在windows的临时目录中会进行控件的订制生成（按用户设置的属性）。虽然在.net2]]></description>
      <link>http://www.netcsharp.cn/showtopic-892.aspx</link>
      <category>DNTShell</category>
      <author>admin</author>
      <pubDate>Tue, 20 May 2008 10:02:00 GMT</pubDate>
    </item>
    <item>
      <title>Discuz!NT前台模型架构(MVC)</title>
      <description><![CDATA[   首先请大家看一下官方提供的“前台页面层次图”如下： http://nt.discuz.net/doc/Default.aspx?cid=4
  http://www.cnblogs.com/images/cnblogs_com/daizhj/officelayer.gif

  当然这张图是简化了许多，但相信看过我们代码的朋友应该很容易明白，我们之前开源的代码就是按这种架构模式
开发]]></description>
      <link>http://www.netcsharp.cn/showtopic-891.aspx</link>
      <category>DNTShell</category>
      <author>admin</author>
      <pubDate>Mon, 19 May 2008 21:20:00 GMT</pubDate>
    </item>
    <item>
      <title>Discuz!NT 缓存设计简析</title>
      <description><![CDATA[作为一个社区类型软件，大并发支持和高效稳定运行永远是“硬道理”，而有效安全的使用
缓存恰恰能起到事倍功半的效果。而.NET本身所提供的缓存机制又显得过于“单薄”，比如说订
制不太灵活方便, 缓存对象之间层次感不强, 使用时缺乏统一的管理等等。
    
         Discuz!NT缓存产生背景：
         在去年五月份我加入Discuz!NT项目组时，发现这个项目当时还未]]></description>
      <link>http://www.netcsharp.cn/showtopic-889.aspx</link>
      <category>DNTShell</category>
      <author>admin</author>
      <pubDate>Mon, 19 May 2008 13:39:00 GMT</pubDate>
    </item>
    <item>
      <title>DNTShell1.1版本发布</title>
      <description><![CDATA[版本支持:
    仅支持Disucz!NT2.X版本
    数据库仅支持MSSQL
   安装:
   1.将dntshell.dll,dntshell.service.dll2个文件添加到bin目录下,将DNTShell文件夹添加到根目录下即可
   使用:
    由于是刚开发,所......]]></description>
      <link>http://www.netcsharp.cn/showtopic-749.aspx</link>
      <category>DNTShell</category>
      <author>admin</author>
      <pubDate>Sun, 20 Apr 2008 12:58:00 GMT</pubDate>
    </item>
  </channel>
</rss>