<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_风云_分类_Mbs Framework</title><id>http://feed.cnblogs.com/blog/u/13626/category/214215/rss</id><updated>2012-06-04T02:00:12Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/netcasewqs/category/214215.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/13626/category/214215/rss"/><entry><id>http://www.cnblogs.com/netcasewqs/archive/2010/07/06/1772031.html</id><title type="text">Mini 容器学习笔记1——环境搭建(基础篇)</title><summary type="text">一. 环境下载到Mini 容器的官方网站下载NLite框架的二进制文件，下载并解压后就可以了。我们使用NLite框架需要用到下面的文件：NLite.dll(必要)二. 建立NLite应用程序 新建一个控制台应用程序 HostMini 添加NLite.dll 引用 添加命名空间：using NLite;using NLite.Mini; 在主函数中添加创建Mini容器的代码：var container = new Kernel(); 创建契约接口IMessageSender 创建组件EmailSender 通过服务注册表注册组件EmailSender 通过服务定位器获取契约接口 调用契约方法： </summary><published>2010-07-06T05:06:00Z</published><updated>2010-07-06T05:06:00Z</updated><author><name>风云</name><uri>http://www.cnblogs.com/netcasewqs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/netcasewqs/archive/2010/07/06/1772031.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/netcasewqs/archive/2010/07/06/1772031.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/netcasewqs/archive/2009/10/16/1584634.html</id><title type="text">Mbs Framework 简介</title><summary type="text">Mbs Framework 刚开始设计的时候仅仅是一个消息总线的Framework，该Framework已经有7年的历史上，用了很多的项目，这7年间经历了很多次重构，修改和完全重写，经受了项目的考验。今年7月份看了老赵的文章（适合C# Actor的消息执行方式 -中看不（3）：中用的解决方案）有感就写了一篇文章回应老赵： 适合C# Actor的消息执行方式 -中看也中用的解决方案 和老赵在消息执行...</summary><published>2009-10-16T12:42:00Z</published><updated>2009-10-16T12:42:00Z</updated><author><name>风云</name><uri>http://www.cnblogs.com/netcasewqs/</uri></author><link rel="alternate" href="http://www.cnblogs.com/netcasewqs/archive/2009/10/16/1584634.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/netcasewqs/archive/2009/10/16/1584634.html"/><content type="text">Mbs Framework 刚开始设计的时候仅仅是一个消息总线的Framework，该Framework已经有7年的历史上，用了很多的项目，这7年间经历了很多次重构，修改和完全重写，经受了项目的考验。今年7月份看了老赵的文章（适合C# Actor的消息执行方式 -中看不（3）：中用的解决方案）有感就写了一篇文章回应老赵： 适合C# Actor的消息执行方式 -中看也中用的解决方案 和老赵在消息执行...</content></entry></feed>
