
面试
stevenjin
怎么说。。。多着呢
展开
-
C#基础
C#面试题 三 <!--google_ad_client = "pub-1946587787775621";/* 120x90,aspx1帖子1右侧连接 */google_ad_slot = "7891194434";google_ad_width = 120;google_ad_height = 90;//--> 61、成员变量和成员函数前加原创 2008-05-22 02:42:00 · 967 阅读 · 0 评论 -
C#第七套面议题目
1、C#中 property 与 attribute的区别,他们各有什么用处,这种机制的好处在哪里? property和attribute汉语都称之为属性。不过property是指类向外提供的数据区域。而attribute则是描述对象在编译时或运行时属性的。这两者是有本质区别的。 2 .列举ASP.NET 页面之间传递值的几种方式。 答. 1).使用QueryString, 如....?原创 2008-05-22 04:57:00 · 625 阅读 · 0 评论 -
C# 第三 套面议题目
第三套 通用C#面试题-通用C#面试题 (附答案)1、在C#中,string str = null 与 string str = “” 请尽量使用文字或图象说明其中的区别。 回答要点:说明详细的空间分配。(10分) 答:string str = null 是不给他分配内存空间,而string str = "" 给它分配长度为空字符串的内存空间. 2、请详述在dotnet中类(class)原创 2008-05-22 05:00:00 · 846 阅读 · 0 评论