上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 19 下一页

2008年4月16日

Endpoint--Address

摘要: What is WCF? Windows Communication Foundation(WCF) is an SDK for developing and deploying services on Windows. WCF provides a runtime environment for your services, enbabling you to expose CLR typ... 阅读全文

posted @ 2008-04-16 09:57 飞天舞者 阅读(429) 评论(0) 推荐(0) 编辑

2008年4月12日

FAQ about AJAX-part II

摘要: About the script in my page:AJAX Asynchronous JavaScript and XML. Q: why do u create an http_request_check? what 's the use ? A: the object http_request_check is an object through which we s... 阅读全文

posted @ 2008-04-12 19:54 飞天舞者 阅读(212) 评论(0) 推荐(0) 编辑

FAQ about AJAX-part I

摘要: Q: does AJAX use still use a request/response model? A: Actually, your pages are still making request and getting responses. you 'are using a different approach in how you make those requests and hand... 阅读全文

posted @ 2008-04-12 19:21 飞天舞者 阅读(299) 评论(0) 推荐(0) 编辑

2008年4月9日

MSMQ&Com+ Service: How to create an Com+ Service in .NetFramework

摘要: 1.create an library project named ComPlusService, and add references to System.EnterprisesServices & System.Messaging; 2.sample codes using System; using System.Collections.Generic; using System.Linq;... 阅读全文

posted @ 2008-04-09 17:10 飞天舞者 阅读(259) 评论(0) 推荐(0) 编辑

MSMQ Basics- Transactional Messages Processing

摘要: 1.Transactional message can be classified into internal transactional message and external transactional message i.internal message An internal transactional message si the simplest type o... 阅读全文

posted @ 2008-04-09 16:06 飞天舞者 阅读(260) 评论(0) 推荐(0) 编辑

2008年4月8日

C/C++ Basics--function pointer

摘要: 1.basic concepts function pointer in C/C++ is just like delegate in C#. we can use function pointer to point to a specific function, and then use function pointer to invoke the specified function.... 阅读全文

posted @ 2008-04-08 16:03 飞天舞者 阅读(341) 评论(0) 推荐(0) 编辑

C/C++ Basic-- the differs between [malloc&free] and [new &delete]

摘要: 1.basic concepts malloc&free and new&delete are all used to request memory allocation and release memory allocated from heap area. eg. malloc.h must be referenced when using malloc&free ... 阅读全文

posted @ 2008-04-08 15:05 飞天舞者 阅读(295) 评论(0) 推荐(1) 编辑

C/C++ Basics-->about #define, const

摘要: 1. In C programming, the normal use of #define is to declare an constant vairiable. But it's been replaced by const. C: #define X 100 ----> C++: const int x=100; 2. #define can also define ... 阅读全文

posted @ 2008-04-08 14:10 飞天舞者 阅读(384) 评论(0) 推荐(0) 编辑

2008年4月7日

Thread Basics-- using Timer to trigger Event at a specified internals

摘要: 1. what's timer Timer provides a mechanism for executing a method in at specified intervals. the hierarchy can be the following: System.Threading.timer; System.Timer.timer; System.Windows.form.timer; ... 阅读全文

posted @ 2008-04-07 12:19 飞天舞者 阅读(288) 评论(0) 推荐(0) 编辑

2008年4月1日

Thread Basics(thread synchronization&Asynchronization) -part two

摘要: i.respective classes and interfaces related asychronouse invoking in .Net FrameWork. a) IAsycResult interface IAsyncResult stores relative asynchronouse invoking information,includi... 阅读全文

posted @ 2008-04-01 13:41 飞天舞者 阅读(334) 评论(1) 推荐(0) 编辑

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 19 下一页

导航

For more information about me, feel free email to me winston.he@hotmail.com