- 浏览: 165044 次
- 性别:
- 来自: 深圳
最新评论
-
DepthJava:
不错是不错,可以只能上传一个,许要做下修改
模拟GMail添加附件的代码
文章列表
http://www.codeproject.com/useritems/Gridview_Fixed_Header.asp
http://www.codeproject.com/aspnet/headfilter.asp?df=100&forumid=228576&exp=0&select=1267704
http://www.odetocode.com/Articles/450.aspx
http://www.dominicpettifer.co.uk/displayBlog.aspx?id=12&page=1
http://webdesign.itt ...
- 2007-11-02 15:26
- 浏览 2327
- 评论(0)
http://www.sqaforums.com/showflat.php?Number=309725
http://www.kohl.ca/blog/archives/000027.html
http://www.faqs.org/faqs/software-eng/testing-faq/
- 2007-10-26 17:40
- 浏览 244
- 评论(0)
http://codebetter.com/blogs/jeffrey.palermo/archive/2007/06/20/another-free-unit-testing-add-in-for-visual-studio-2005.aspx
http://msdn.microsoft.com/msdnmag/issues/04/08/TestRun/
http://www.red-gate.com/products/dotnet_tools_overview.htm
http://www.webload.org/
http://forums.asp.net/t/1026906.as ...
- 2007-10-26 12:05
- 浏览 470
- 评论(0)
http://weblogs.asp.net/infinitiesloop/archive/2007/10/25/understanding-what-page-registerrequirespostback-does.aspx
- 2007-10-26 10:45
- 浏览 454
- 评论(0)
http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=7014
- 2007-10-26 10:43
- 浏览 826
- 评论(0)
看以下的页面,我们就知道NHibernate一样可以支持LINQ:
http://www.ayende.com/Blog/archive/2007/03/16/Linq-for-NHibernate.aspx
- 2007-10-26 10:41
- 浏览 494
- 评论(0)
今天上午看到一篇文章《Why we chose ASP.NET to run our startup》,颇有同感。在2004年的时候,我们也面临着这样的选择。最终,我们选择了ASP.NET。而我们考虑到的因素和文章作者提到的差不多。我先把文章作者提到的几个原因简单地列一下:
ASP.NET的设置和部署更加容易
ASP.NET的开发也很容易,因为它有一个很好的RAD开发工具。
ASP.NET其实并不贵
ASP.NET的社区技术支持能力
一个平台,多种语言
产品的总体成本
擅长的语言
由 ...
- 2007-10-26 09:58
- 浏览 580
- 评论(0)
参见以下链接:
http://didasoft.googlepages.com/printertest.html
- 2007-10-24 14:58
- 浏览 554
- 评论(0)
有些时候,需要让internal的类型允许部分程序集访问。
在.net 2.0中提供了一个新的特性可以实现这一点,可惜的是,为了安全起见,这些程序集都需要强名称签名。
可以在类库的AssemblyInfo.cs中这样写:
[assembly: InternalsVisibleTo("ClassLibrary2, PublicKeyToken=4dc529a74920bd96")].
这样就可以让ClassLibrary2访问这个程序集的internal类型了。
以下链接详细说明了操作步骤:
http://www.dotnetfun.com/articles/cs ...
- 2007-10-17 17:40
- 浏览 623
- 评论(0)
http://www.barelyfitz.com/projects/
http://www.barelyfitz.com/screencast/
http://dancewithnet.com/2007/04/19/cross-brower-css-fixed-position/
- 2007-10-16 16:00
- 浏览 509
- 评论(0)
1using System;
2using System.Collections;
3using System.Text;
4using System.ComponentModel;
5using System.Reflection;
6
7namespace Clubank.Common
8
- 2007-10-16 13:09
- 浏览 854
- 评论(0)