ObjectDataSource的Add-In
摘要:Asp.net 2.0 的 ObjectDataSource 有一个很讨厌的地方,就是它的TypeName都是一个String
所以不能用Go To Definition去方便的自动跳到它引用的类. 所以就自已写了一个AddIn
可以自动跳到它引用的Project 的文件,比较方便.
阅读全文
Asp.net page lifecycle explain in msdn
摘要:http://msdn2.microsoft.com/en-us/library/ms178472.aspxhere is the link about asp.net page life-cycle and the following words need to pay attentionCatch-up Events for Added ControlsFor example, suppose...
阅读全文
A possible way for testing threading/server application
摘要:We have our current quite large application which is a server and so many parts as their own semaphore threading.The thing is it then become so hard to test it now...the whole server needs to be start...
阅读全文
a break in .net 2.0 remoting
摘要:Currently, we are converting our application to .net 2.0. Then I am getting an error with remoting... simply because Soap Serializer does not support serializing Generic Types...and here is ms answer:...
阅读全文
WinXP sp2 and win 2003 does break com+/System.Transaction 2.0
摘要:When the web applciation/business layer and sql server not in the same server, netword DTC should be allowed, but actually winXP sp2 and win2003 blocked it.So we need to go to component service, righ...
阅读全文