上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 63 下一页
摘要: We are so used to adding dotNet module references and project references, but rarely meet situations requiring adding other dotnet module directly. The Other dotnet module consists of 3 kinds: --preco... 阅读全文
posted @ 2010-09-30 15:30 能巴 阅读(516) 评论(0) 推荐(0) 编辑
摘要: 1. C# VS COM---------directly add the COM tlb as reference and then make use of com class just like native dotNet class. 2. C# VS unmanaged module------------PInvoke. More about PInvoke: System.Runtim... 阅读全文
posted @ 2010-09-30 15:14 能巴 阅读(237) 评论(0) 推荐(0) 编辑
摘要: It's more C++ style. Some key basic points: --using namespace XX --NO internal keyword --Organize a class/struct like C++. "Public:", "Private:" --No below keywords which are only for C#: foreach, usi... 阅读全文
posted @ 2010-09-30 15:08 能巴 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 1. API他有三种API(这里不讨论API所处层次的问题):c++ API, COM API and .net wrapper API. COM API的存在是因为有些ACAD的东西比如classic menu等,只能用COM来访问。2. 版本a. 每个版本的Autocad对应一个arx版本。保持一定程度的向下兼容,比如AutoCAD2011可以支持用autocad2010 arx编写的app,... 阅读全文
posted @ 2010-09-28 22:57 能巴 阅读(1556) 评论(1) 推荐(0) 编辑
摘要: 来自 ITPUB AJAX 控件工具包 ASP.NET MVC  MVC的架构在现在的Web开发中起着重要的作用,象Ruby on Rails,Zend Framwork等框架都是使用MVC框架进行开发的。多亏有了ASP.NET MVC框架,.NET开发者也能够拥有一个功能强大的MVC框架了。ASP.NET MVC框架提供了MVC的良好分层,测试驱动以及“约定优先”的... 阅读全文
posted @ 2010-09-11 23:49 能巴 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2010-09-11 15:09 能巴 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 一个程序员用了大约只用了10%-20%的时间来编码,而且大多数程序员,无论他的水平如何,其平均每天只有10-12行的代码最终会进入最终的软件产品中。这是因为,优秀的程序员会花费90%的时间来思考、调查、研究最佳的设计。而糟糕的程序员则会花费90%的时间来调试代码,并随意地改动代码并尝试让代码工作起来。 阅读全文
posted @ 2010-09-11 14:43 能巴 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 们从网上下载了Chm文档,下载后却发现只能看见目录,而不能查看其中的网页。 其实只要Chm文档可以被打开,就基本排除了文档被破坏的可能。 这时,右键点击Chm文档,进入【属性】(property),如果发现有一个【解除锁定】(unblock)的按钮,点击即可。 阅读全文
posted @ 2010-09-09 16:17 能巴 阅读(266) 评论(0) 推荐(0) 编辑
摘要: How does Visual Studio's source control integration work with Perforce?Files used by source control integration in VSS and VS .NET 阅读全文
posted @ 2010-09-07 18:06 能巴 阅读(169) 评论(0) 推荐(0) 编辑
摘要: dotNet Assembly basic (a overall topic Assemblies and the Global Assembly Cache can be found in MSDN)Assemblies have the following properties:Assemblies are implemented as .exe or .dll files.You can s... 阅读全文
posted @ 2010-09-07 11:12 能巴 阅读(221) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 63 下一页