杭州信雅达系统.NET工程师面试试题


Posted in 面试题 onFebruary 08, 2015
说明:
1、请先仔细阅读试题,然后作答。
2、请书写清楚,易于辨认。
3、对于描述文字,可以中、英文作答;如果要书写代码,请严格按照程序语言要求来写。如无特殊说明,请以C#书写。
4、答题时间请控制在30分钟以内,如果时间不足可以跳过题目。
1.List all the ASP built in objects, and then introduce them simply.
2.Write a SQL trigger which applied to tb_log, it takes effect if new row(s) inserted. The trigger should complete this task, only recent 7 days data were remained.
3.Write a JavaScript function, which retrieves a form object by the argument, and then, check all checkboxes in the form (just set checked as true).
4.Describe simply why the keyword “virtual” was introduced in C# language.
5.Write a full .cs document, and output the result to the console. After you finish the code, write the command-line which is used to compile the .cs document. There are two items shown below, just select one and write the code on the back of this paper.
(a) Find out all Prime numbers(质数) between 3 and 100.
(b) Calculate 1+2+3+4+…+99+100 by recursion(递归).

Tags in this post...

面试题 相关文章推荐
开发中都用到了那些设计模式?用在什么场合?
Aug 21 面试题
What is the purpose of Void class? Void类的作用是什么?
Oct 31 面试题
C语言笔试题回忆
Apr 02 面试题
索引覆盖(Index Covering)查询含义
Feb 18 面试题
商得四方公司面试题(gid+)
Apr 30 面试题
.NET remoting的两种通道是什么
May 31 面试题
ShellScript面试题一则-ShellScript编程
Jun 24 面试题
什么是makefile? 如何编写makefile?
Aug 08 面试题
什么是测试驱动开发(TDD)
Feb 15 面试题
几道Java和数据库的面试题
May 30 面试题
Java中的异常处理机制的简单原理和应用
Apr 27 面试题
HttpServlet类中的主要方法都有哪些?各自的作用是什么?
Mar 16 面试题
请解释一下webService? 如何用.net实现webService
Jun 09 #面试题
请编程遍历页面上所有 TextBox 控件并给它赋值为 string.Empty
Dec 03 #面试题
三维科技面试题
Jul 27 #面试题
什么叫应用程序域?什么是受管制的代码?什么是强类型系统?什么是装箱和拆箱?
Aug 13 #面试题
某公司的.net工程师面试题笔试题
Nov 22 #面试题
什么是重载?CTS、CLS和CLR分别做何解释
May 06 #面试题
CLR与IL分别是什么含义
Aug 23 #面试题
You might like
php Undefined index的问题
2009/06/01 PHP
PHP+SQL 注入攻击的技术实现以及预防办法
2011/01/27 PHP
PHP中英混合字符串截取函数代码
2011/07/17 PHP
Java和PHP在Web开发方面对比分析
2015/03/01 PHP
简单解决新浪SAE无法上传文件的问题
2015/05/13 PHP
javascript Zifa FormValid 0.1表单验证 代码打包下载
2007/06/08 Javascript
javascript 嵌套的函数(作用域链)
2010/03/15 Javascript
jquery autocomplete自动完成插件的的使用方法
2010/08/07 Javascript
jQuery侧边栏随窗口滚动实现方法
2013/03/04 Javascript
JavaScript中prototype为对象添加属性的误区介绍
2013/10/15 Javascript
jquery实现的淡入淡出下拉菜单效果
2015/08/25 Javascript
如何快速解决JS或Jquery ajax异步跨域的问题
2018/01/08 jQuery
优化Python代码使其加快作用域内的查找
2015/03/30 Python
Python中使用PyQt把网页转换成PDF操作代码实例
2015/04/23 Python
Windows安装Python、pip、easy_install的方法
2017/03/05 Python
python中不能连接超时的问题及解决方法
2018/06/10 Python
Django基础知识 web框架的本质详解
2019/07/18 Python
django迁移数据库错误问题解决
2019/07/29 Python
PyTorch中Tensor的拼接与拆分的实现
2019/08/18 Python
python 协程中的迭代器,生成器原理及应用实例详解
2019/10/28 Python
django formset实现数据表的批量操作的示例代码
2019/12/06 Python
Windows 下python3.8环境安装教程图文详解
2020/03/11 Python
opencv 查找连通区域 最大面积实例
2020/06/04 Python
趣天网日本站:Qoo10 JP
2019/09/18 全球购物
大学生自我鉴定
2013/12/08 职场文书
演讲稿怎么写才完美
2014/01/02 职场文书
两只小狮子教学反思
2014/02/05 职场文书
小学生暑假感言
2014/02/06 职场文书
抽奖活动主持词
2014/03/31 职场文书
安全例会汇报材料
2014/08/23 职场文书
新闻发布会活动策划方案
2014/09/15 职场文书
会计主管岗位职责
2015/04/02 职场文书
中标通知书格式
2015/04/17 职场文书
法律意见书范文
2015/06/04 职场文书
django如何自定义manage.py管理命令
2021/04/27 Python
Python如何使用循环结构和分支结构
2022/04/13 Python