﻿<?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>C++博客-春暖花开-文章分类-CLR via C#</title><link>http://www.cppblog.com/SpringSnow/category/17913.html</link><description>雪化了，花开了，春天来了</description><language>zh-cn</language><lastBuildDate>Wed, 12 Oct 2011 22:40:03 GMT</lastBuildDate><pubDate>Wed, 12 Oct 2011 22:40:03 GMT</pubDate><ttl>60</ttl><item><title>什么是CLR</title><link>http://www.cppblog.com/SpringSnow/articles/158173.html</link><dc:creator>Sandy</dc:creator><author>Sandy</author><pubDate>Wed, 12 Oct 2011 15:13:00 GMT</pubDate><guid>http://www.cppblog.com/SpringSnow/articles/158173.html</guid><wfw:comment>http://www.cppblog.com/SpringSnow/comments/158173.html</wfw:comment><comments>http://www.cppblog.com/SpringSnow/articles/158173.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/SpringSnow/comments/commentRss/158173.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/SpringSnow/services/trackbacks/158173.html</trackback:ping><description><![CDATA[<div>CLR (common language runtime 公共语言运行时),&nbsp;是一个可由多种语言使用的&#8220;运行时&#8221;，CLR的核心功能包括：内存管理、程序集加载、安全性、异常处理和线程同步，可由面向CLR的所有语言使用。<br />CLR 不关心我们采用了什么语言，只要编译器是面向CLR的就可以了。（编译器很重要） 运行时的编译器包括哪些呢？ C++/CLI,C#, VB 还有更多的语言。C貌似不支持。JAVA拥有JVM，看来更不支持了。<br /><br />托管模块和程序集<br />如何加载程序集<br />如何执行程序集<br />安全与不安全<br />Framework的类库<br />CTS（COMMON TYPE SYSTEM)<br />CLS(Common Language Specification)<br /><br />注：买了一本CLR via c#, 同事推荐的，准备花些时间研究研究。许久没有这种闲情读书了，静下来，多学习学习。</div><img src ="http://www.cppblog.com/SpringSnow/aggbug/158173.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/SpringSnow/" target="_blank">Sandy</a> 2011-10-12 23:13 <a href="http://www.cppblog.com/SpringSnow/articles/158173.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>