.NET FISHER

专注.NET, Sharepoint, MCMS, WinFX, Ajax....

导航

随笔分类 -  .NET

摘要:有许多种办法可以判断一个字符串是否为空,如 s == ""; s.Length == 0; s.IsNullOrEmpty(); 等等。那种最好呢?自己试一下吧 (C# 2.0).using System.Diagnostics;namespace POC{ class Pragram { static void Main(string[] args) { for (int i = 0; i &l... 阅读全文

posted @ 2006-03-08 12:15 FISHER 阅读(2857) 评论(10) 推荐(0)

摘要:String formatting in C# I couldn't find a quick reference to .NET string formatting using the String.Format() function, so I created this one. When I started working with the .NET framework, one t... 阅读全文

posted @ 2005-03-05 03:01 FISHER 阅读(1726) 评论(2) 推荐(0)

摘要:http://blogs.msdn.com/bowerm/articles/211757.aspx 阅读全文

posted @ 2004-12-14 23:47 FISHER 阅读(992) 评论(1) 推荐(0)

摘要:*** Problem Description ***Customer wanted to implement ASP.NET forms authentication across his entire web app which consisted of ASP.NET *and* classic ASP content.<><><><><... 阅读全文

posted @ 2004-11-30 23:40 FISHER 阅读(861) 评论(1) 推荐(0)

摘要:Running an application command line with different credentialsrunas /user:Administrator program.exe Enabling ASP.NET to run as another user on Windows XP ProfessionalAs an Administrator, edit the attr... 阅读全文

posted @ 2004-11-30 00:57 FISHER 阅读(631) 评论(0) 推荐(0)

摘要:这儿看起来很不错。刚登录了账号,写些什么呢? 今天结束了一个大型的Portal,由CMS和Sharepoint(WSS)组成。在deployment的时候遇到了一个小问题,一个web service不工作,永远返回 SoapException和File Not Found Error. 原因是我们没有用缺省的application pool,而是用了一个新的identity并创建了一个新的appl... 阅读全文

posted @ 2004-11-24 12:55 FISHER 阅读(2535) 评论(3) 推荐(0)