去xxxxx公司笔试了,居然全是英文,很多题都没看懂是啥子意思?
我就随便抄了几个题下来
有些抄得不太完整,现在放上来分享一下
1.你如何解决access denied error
2.What is the same of .net framework work account in windows 2000
3.Can u have more than one version of the .net Framework existing in on server and where are the binaries of the .net framework located in the server
4.In ado.net data access,what are the key ado.net objects at your disposal
5.what name data prorider for sql server in .net framework
6.Name two types of asp.net server controls
7.aspx,ascx file 区别
8.extension vsdisco文件用途

解决方案 »

  1.   

    最郁闷的最后一到附加题:
    why are manhole covers round?
    英语太差了啊,manhole covers不认识
      

  2.   

    1.应该是“拒绝访问”错误如何解决?可能是连接SQL用户名或者密码错误所致,遇到过,具体如何解决忘了!
    4.connection;
    5.system.Data.sqlClient;
    6.Html server Controls and web server controls;
    7.aspx是 web窗体页文件,ascx是用户自定义控件页文件
    其它的不是很明白!
      

  3.   

    1.你如何解决access denied error2.What is the same of .net framework work account in windows 2000
    aspnet 应该是问 .Netframework 在win2000上面的工作帐户吧?3.Can u have more than one version of the .net Framework existing in on server and where are the binaries of the .net framework located in the server
    这个应该是说 是不是超过一个版本的.netframework可以存在于一个服务器上面吧?答:可以存在多个
    and后面的不知道啥意思了4.In ado.net data access,what are the key ado.net objects at your disposal
    这个会不会是问ado.net的关键字  答案就是 SqlConnection SqlCommand SqlDataReader SqlDataAdapter  或者再加一个DataTable
    5.what name data prorider for sql server in .net framework
    会不会是 说引用空间名称?System.Data.Sql;
    6.Name two types of asp.net server controls
    这个是啥?理解不了了,两种名称的asp.net服务器名称? IIS+.netframework?
    7.aspx,ascx file 区别
    这个简单,页面文件,用户空间
    8.extension vsdisco文件用途
    这个不知道本人英文也是很差的那种,呵呵,继续关注
      

  4.   

    第五题是5.what name data provider for sql server in .net framework单词抄错了
      

  5.   

    那就差不多了 
    5.应该是问 数据集名称 或者是集合名称的
    应该就是 System.Data  和 System.Data.SqlClient
      

  6.   

    1.你如何解决access denied error
    检查mdb文件的安全设置,加入Everyone用户。2.What is the same of .net framework work account in windows 2000
    --这个题目有意义么?3.Can u have more than one version of the .net Framework existing in on server and where are the binaries of the .net framework located in the server
    多版本的framwwork可以共存,具体在IIS中设置不同的framework版本。4.In ado.net data access,what are the key ado.net objects at your disposal
      at one's disposal  
      at one's disposal[简明英汉词典]
        供任意使用; 可自行支配
      题目的意思没看懂。
      ADO的对象也就是Connection,Adapter,Command这么几种。 5.what name data prorider for sql server in .net framework
      SQLNative这种Provider就够用了。具体的连接字可以参考www.connectionstring.com6.Name two types of asp.net server controls
     命名两种asp.net服务段控件?——没看懂题目
     server controls 包括 Html Server Control也就是html标签加上runat属性,Web Server Control 也就是提供的系统空间一般以<asp:作为prefix,Validation Server Controls验证控件,这类控件也就是把js做的工作封装成Server Control了。
    7.aspx,ascx file 区别
      aspx是Page文件,继承System.Web.UI.Page
      ascx是UserControl文件,继承System.Web.UserControl8.extension vsdisco文件用途
      这个文件好像没有人为修改的必要。
      

  7.   

    3.Can u have more than one version of the .net Framework existing in on server and where are the binaries of the .net framework located in the server
    yes,后面没懂
    6.Name two types of asp.net server controls
    是自定义控件的意思么?
    7.aspx,ascx file 区别
    aspx是Page文件,继承System.Web.UI.Page 
    ascx是UserControl文件,继承System.Web.UserControl