 |
作者介绍 |
 |
|
stdio |
上站次数:2268 |
经验值 :[10563](天魔诀) |
表现值 :[23](还不错) |
创建博客时间:2009-03-09 |
共发表日志: 4篇 |
|
|
|
|
|
|
|
|
 |
|
|
|
[1
] |
|
|
2011-05-31 |
[发表评论] [写信问候] |
Re: baozi for help a simple way C# program |
The Performance Profiling Tools will meet your needs. There are various
options in the "Analyze" menu, and very likely you will be using
"Analyze -> Profiler -> New Performance Session".
Check MSDN for more details: http://msdn.microsoft.com/en-
us/library/z9z62c29.aspx
btw, if you have access to the source code, probably setting some timer
or break points is a more straightforward approach.
【 在 choosewhat (bet on any) 的大作中提到: 】
: It is a simple C# program using a libray to do a message conversion
(object
: serializaiton), how to do performance analysis as it t
...阅读全文 |
stdio 发布于2011-05-31 01:22:45 | 浏览[754] | 评论[0]
|
|
|
2011-04-19 |
[发表评论] [写信问候] |
Re: 请教MFC现状 |
MFC is not dead yet. It's still popular among Windows developers.
However, if you don't know it already, I don't think it's a good idea to
spend any time on it now.
WPF was meant to replace MFC. Unfortunately it kind of sucks and has
various problems. M$ simply ignored all the complaints and requests for
improving WPF during the past, because they put all the resources on
Silverlight (so they could kill it right after it became good enough
:D).
Now, "the strategy has shifted". With Silverlight being de-emphasized,
hopefully M$ will put more attention back to WPF. In my opin
...阅读全文 |
stdio 发布于2011-04-19 21:25:40 | 浏览[976] | 评论[0]
|
|
|
2011-03-14 |
[发表评论] [写信问候] |
Re: Free Video Training: ASP.NET MVC 3 Features |
【 在 les (Walk the walk, talk the talk) 的大作中提到: 】
: 展开说说
说............................说
任务完成,展得够开吗?:)
////
(ok. just my personal opinions)
* With jQuery, you need tight control over the HTML. This is how MVC is
designed for while Web forms generates the who-knows-what markups for
you automatically. In .NET 4, one good thing is that you can control the
clientID generated in Web Forms in a predictable way, which makes things
a lot easier.
* With jQuery, you have to write a lot of HTML markups manually in any
way. This eliminates one b
...阅读全文 |
stdio 发布于2011-03-14 23:28:19 | 浏览[782] | 评论[0]
|
|
|
2010-07-08 |
[发表评论] [写信问候] |
Re: How can .Net Web App get local PC Credentials |
This article named "How I Made Windows Authentication and Forms
Authentication Work Together" probably described something similar to what
you are trying to accomplish?
check it @
http://aspadvice.com/blogs/rjdudley/archive/2005/03/10/2562.aspx
【 在 cubic (黑猫) 的大作中提到: 】
: 我们公司的计算机/server都在domain里,要用id+password才能login。我有个C# .NET
: 的web app在server A上。现在用户已经log in自己的计算机了,如果点击进入我的App
: ,还需要再输入username和password。
: 我想的是如果用户的计算机在domain里,login了就不用再login了,如果不是domain里
: 的计算机就要求他login。
...阅读全文 |
stdio 发布于2010-07-08 17:45:35 | 浏览[894] | 评论[0]
|
|
|
[1
] |
|
|
|