﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>博客园-.NET人字拖-随笔分类-CommunityServer</title><link>http://www.cnblogs.com/xdotnet/category/70565.html</link><description /><language>zh-cn</language><lastBuildDate>Sat, 17 May 2008 23:38:46 GMT</lastBuildDate><pubDate>Sat, 17 May 2008 23:38:46 GMT</pubDate><ttl>60</ttl><item><title>[CommunityServer]看RBAC的一方景象</title><link>http://www.cnblogs.com/xdotnet/archive/2007/02/02/communityserver_userrolepermission_rbac.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Fri, 02 Feb 2007 09:08:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/02/02/communityserver_userrolepermission_rbac.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/638298.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/02/02/communityserver_userrolepermission_rbac.html#Feedback</comments><slash:comments>17</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/638298.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/638298.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 随着时间的流逝，CommunityServer已经被我冷落了不少时间了，今天无意中又拿起了这个伟大的工程。可能CS2007的到来还有一段距离，不过也有很多人说那将要花Money去买，不管怎么样他带给了我们不少。今天我看了一下一些论坛的权限设置，所以又想起了这个咚咚；其实我对RBAC也不是非常熟悉，可能我天生对会员权限着一块就有一种恐惧感。闲话就不多说了，切入正题。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/02/02/communityserver_userrolepermission_rbac.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/638298.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-02-02 17:08 <a href="http://www.cnblogs.com/xdotnet/archive/2007/02/02/communityserver_userrolepermission_rbac.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[CommunityServer]AJAX客户端说明，XMLHttpRequest对象</title><link>http://www.cnblogs.com/xdotnet/archive/2006/12/11/communityserver_xmlhttp_ajax.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Mon, 11 Dec 2006 06:06:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2006/12/11/communityserver_xmlhttp_ajax.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/588815.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2006/12/11/communityserver_xmlhttp_ajax.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/588815.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/588815.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在CommunityServer中运用了自己的AJAX机制，没有借助其他的辅助控件。其中客户的XMLHttpRequest对象的封装，就足以让人大饱眼福，在一般的浏览器其都能够运行AJAX。下面我们来学习学习这个咚咚，希望能给更多的人带来帮助。<br>&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2006/12/11/communityserver_xmlhttp_ajax.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/588815.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2006-12-11 14:06 <a href="http://www.cnblogs.com/xdotnet/archive/2006/12/11/communityserver_xmlhttp_ajax.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[CommunityServer]事件代理</title><link>http://www.cnblogs.com/xdotnet/archive/2006/11/17/communityserver_event_delegate.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Fri, 17 Nov 2006 12:43:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2006/11/17/communityserver_event_delegate.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/564028.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2006/11/17/communityserver_event_delegate.html#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/564028.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/564028.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在我们添加到数据库时要验证数据是否符合我们所要求的格式。但我们又不知道有多少数据后数据验证的方法，这样我们举可以用代理来完成，以达到我们的目的。在CommunityServer中的代理易于扩展，值得我们学习学习，下面我们来看看他是怎么个执行过程。<br>&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2006/11/17/communityserver_event_delegate.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/564028.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2006-11-17 20:43 <a href="http://www.cnblogs.com/xdotnet/archive/2006/11/17/communityserver_event_delegate.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[CommunityServer]Serializer序列化类</title><link>http://www.cnblogs.com/xdotnet/archive/2006/11/07/Serializer.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Tue, 07 Nov 2006 12:46:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2006/11/07/Serializer.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/553390.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2006/11/07/Serializer.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/553390.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/553390.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:   好久没有写博客了，今天终于有点时间来继续写写东西，今天我们来看一下Serializer序列化类，在CommunityServer中这个实例的存储方法很值得我们学习，在加入属性是在数据库中就不需要添加字段名。能够实现这种功能的做法就是通过序列化和反序列化来完成这项功能，将属性序列化为XML格式的文本存储与数据库中的一个NText字段中。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2006/11/07/Serializer.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/553390.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2006-11-07 20:46 <a href="http://www.cnblogs.com/xdotnet/archive/2006/11/07/Serializer.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[CommunityServer]自定义扩展Provider的实现.</title><link>http://www.cnblogs.com/xdotnet/archive/2006/10/15/provider_extend_of_cs.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Sun, 15 Oct 2006 04:28:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2006/10/15/provider_extend_of_cs.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/529388.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2006/10/15/provider_extend_of_cs.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/529388.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/529388.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:   自定义扩展Provider当然要有自己的配制文件,在上一编文章中我们介绍了文件CommunityServer.config,在CORE节点我们可找到<provider>节点,这个配制,今天我们来看看从读取到实现的整个过程.当然我们的程序可能只有个别Provider需要扩展就不需要自己配制一个文件,我们可以通过在Web.config文件中配制一个节点用来存储Provider或直接放在<appSettings>中.&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2006/10/15/provider_extend_of_cs.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/529388.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2006-10-15 12:28 <a href="http://www.cnblogs.com/xdotnet/archive/2006/10/15/provider_extend_of_cs.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[CommunityServer]配制文件研究</title><link>http://www.cnblogs.com/xdotnet/archive/2006/10/12/communityserver_config_my_analyze.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Thu, 12 Oct 2006 14:26:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2006/10/12/communityserver_config_my_analyze.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/527763.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2006/10/12/communityserver_config_my_analyze.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/527763.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/527763.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:   我是个反应比较慢的一个人,别人都把CS研究透了,我才开始我的历程.现在社会的进步是相当的快的,微软的产品也相当当的快啊,.NET2.0出来不到一年,伴随着新一代操作系统VISTA的出现今年年底又要出.NET3.0了,像我这种笨小孩,.NET2.0还没用熟,面对如此的更新该怎么办呢?想着想着就有一种想哭的冲动,晚上一个人走在会展的海边(厦门国际会展中心的环岛路)想了一下应该怎样才能快点赶上别人的步伐,想着想着还是来看看CommunityServer的配制文件吧,CommunityServer配制文件主要包括三个,一个是Web.config,,CommunityServer.config,和SiteUrls.config.第一个配制文件这里就不多说了,谁都能理解;第三个配制文件主要用于URL重写,在我研究到时会写出来,这里主要讲讲CommunityServer.config.&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2006/10/12/communityserver_config_my_analyze.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/527763.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2006-10-12 22:26 <a href="http://www.cnblogs.com/xdotnet/archive/2006/10/12/communityserver_config_my_analyze.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>运用反射实现多层和多数据库开发</title><link>http://www.cnblogs.com/xdotnet/archive/2006/10/11/use_system_reflection_easy.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Wed, 11 Oct 2006 11:12:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2006/10/11/use_system_reflection_easy.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/526610.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2006/10/11/use_system_reflection_easy.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/526610.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/526610.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:   现在很多项目都须要为将来的扩展考虑,当然数据库也是一个很重我要的方面,扩展自己的Provider,这就需要反射技术,虽然会对性能有所影响,但是性价比还是很高的哦,从PetShop和CommunityServer都可以看到反射技术啦,也可以说反射是最基本的啦,呵呵!他的老家是在System.Reflection,当我们要开工时首先就是要把他抓出来.&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2006/10/11/use_system_reflection_easy.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/526610.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2006-10-11 19:12 <a href="http://www.cnblogs.com/xdotnet/archive/2006/10/11/use_system_reflection_easy.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>