随笔分类 -  dotNET

上一页 1 ··· 4 5 6 7 8 9 下一页
摘要:Moved to http://blog.tangcs.com/2008/03/07/clr-garbage-collection/ 阅读全文
posted @ 2008-03-07 15:59 Warren Tang
摘要:http://blog.tangcs.com/2008/03/04/code-to-shutdown-windows/ 阅读全文
posted @ 2008-03-04 17:51 Warren Tang
摘要:Structs derive from System.ValueType which derive from System.Object. Structures are all sealed. Enums derive from System.Enum which derives from System.ValueType. All Value Value type objects are allocated on the thread's stack, while reference type objects are allocated on the heap and are subject to Garbage Collection. 阅读全文
posted @ 2008-03-03 10:41 Warren Tang
摘要:Some people want to know how to use multiple versions of the same assembly within theire application, however the Visual Studio IDE does not allow this and throw some error like: A reference to "somedll.dll" could not be added. A reference to the component "somedll" already exists in the project. I'd like to address the issue here. 阅读全文
posted @ 2008-02-29 14:54 Warren Tang
摘要:The Visual Studio IDE does not support multilanguage project. To achieve this you can... 阅读全文
posted @ 2008-02-28 16:39 Warren Tang
摘要:Microsoft DreamSpark is declared to be Professional Developer and Designer tools for students at no charge https://downloads.channel8.msdn.com/Default.aspx 阅读全文
posted @ 2008-02-27 16:57 Warren Tang
摘要:http://blog.tangcs.com/2008/02/26/asynchronous-operations-in-dotnet/ 阅读全文
posted @ 2008-02-26 13:25 Warren Tang
摘要:http://blog.tangcs.com/2008/02/25/asp-net-security/ 阅读全文
posted @ 2008-02-25 16:13 Warren Tang
摘要:http://blog.tangcs.com/2008/02/25/interop-pinvoke/ 阅读全文
posted @ 2008-02-25 15:40 Warren Tang
摘要:http://blog.tangcs.com/2008/04/02/windows-forms/ 阅读全文
posted @ 2008-02-25 14:53 Warren Tang
摘要:http://blog.tangcs.com/2008/02/25/clickonce-deployment/ 阅读全文
posted @ 2008-02-25 14:52 Warren Tang
摘要:http://blog.tangcs.com/2008/02/22/properties-in-dotnet/ 阅读全文
posted @ 2008-02-22 13:53 Warren Tang
摘要:http://blog.tangcs.com/2008/02/21/dotnet-generics/ 阅读全文
posted @ 2008-02-21 13:58 Warren Tang
摘要:http://blog.tangcs.com/2008/03/14/managed-exception-handling/ 阅读全文
posted @ 2008-02-21 11:01 Warren Tang
摘要:http://blog.tangcs.com/2008/02/20/clr-dynamic-languages/ 阅读全文
posted @ 2008-02-20 15:30 Warren Tang
摘要:http://blog.tangcs.com/2008/02/12/events-delegates-in-dotnet/ 阅读全文
posted @ 2008-02-12 13:02 Warren Tang
摘要:http://blogs.msdn.com/astebner/archive/2007/07/31/4156781.aspx Orcas RTM http://www.cnblogs.com/shark2076/archive/2007/11/20/964969.html 阅读全文
posted @ 2008-02-08 12:27 Warren Tang
摘要:http://blog.tangcs.com/2008/02/06/dotnet-security-overview/ 阅读全文
posted @ 2008-02-06 10:15 Warren Tang
摘要:http://blog.tangcs.com/2008/02/05/single-threaded-multithreaded-apartments/ 阅读全文
posted @ 2008-02-05 14:02 Warren Tang
摘要:http://blog.tangcs.com/2008/01/29/dotnet-metadata/ 阅读全文
posted @ 2008-01-29 09:38 Warren Tang

上一页 1 ··· 4 5 6 7 8 9 下一页