
C# & ASP.NET
carabbit
这个作者很懒,什么都没留下…
展开
-
ASP.NET中高级程序员 面试题
第一部分: 互相介绍及了解 1.请介绍一下你自己?包括工作经历和项目经历? 2.请谈一下你就最近的一个项目?你在其中的职责和负责的部分?第二部分: 一、ASP.NET技术问题选择性提问。一般可以选择三五个。 1. 简要说一转载 2011-08-01 08:54:12 · 1245 阅读 · 1 评论 -
ASP.NET笔试题
1、在C#中,string str = null 与 string str = “” 请尽量使用文字或图象说明其中的区别。 string str = null 没有创建内存空间,str中存放的是空引用指针; string str = "" 创建了内存空间,str中转载 2011-08-01 08:55:56 · 695 阅读 · 0 评论 -
ASP.NET面试题大全(附答案 经典版)
1. 简述 private、 protected、 public、 internal 修饰符的访问权限。答 . private : 私有成员, 在类的内部才可以访问。 protected : 保护成员,该类内部和继承类中可以访问。 public : 公共成员,完全公开转载 2011-08-01 08:55:12 · 1762 阅读 · 0 评论 -
C# json命名空间
使用using System.Runtime.Serialization.Json;需要引用System.ServiceModel和System.ServiceModel.Web。原创 2012-01-24 19:14:13 · 2894 阅读 · 0 评论