03 2010 档案
摘要:Unisys的笔试题 似乎每次有人去都是一样的题目 趁空隙就记了下来 希望对学弟学妹有所帮助oo:1.what is virtual method?2.what is Polymorphism?3.difference between overloading and overriding4.difference between abstract class and interface?How to...
阅读全文
摘要:打印这篇文章 尽管MS为我们提供了丰富的.net framework库,我们的程序C#开发带来了极大的便利,但是有时候,一些特定功能的控件库还是需要由第三方提供或是自己编写。当需要用到Dll引用的时候,我们通常会通过“添加引用”的方式将它们纳入到项目中,然后就可以像使用自己的类一样方便的使用它们了。但是,有些Dll库(OCX)文件是需要注册到Windows注册表后才能正常添...
阅读全文
摘要:1. different between event and delegate 2. GAC的理解及其作用.3. HTTP module/HTTP handler 4. Viewstate 5. How to create a thread? 6. How to create a process? 7. How to add a cookie/application? 8. 连接数据库.9. 静态全局变量和普通全局变量的区别10. 抽象类和接口的区别.11. .NET Generic的理解.12. Const/read-only 13. Winform的DataGridView和databas
阅读全文
摘要:Declare @str varchar(50)set @str=''declare @str2 varchar(50)set @str2=''declare @i intset @i=0while(@i<=1000000000000)beginSELECT top 6 @str=@str+[Number]+',' FROM [Infosys_Connie].[dbo].[DoubleBal...
阅读全文