新足迹

 找回密码
 注册

精华好帖回顾

· 澳洲生活Q&A-公共交通(墨尔本) (2004-12-22) leeshine · 12月1日更新 - 轻松当个好妈妈: 亲亲宝贝的妈妈团交流笔记 (2011-10-7) 亲亲宝贝
· E&E -- 小面作坊 -- 鸡蛋灌饼 (附鸡蛋摊饼和果枣粥) (2010-11-7) 闲夏采薇 · 2F上海菜 - 跟我学做四喜烤麸 (2009-10-19) 朱家姆妈
Advertisement
Advertisement
查看: 1278|回复: 3

[IT] 删了 [复制链接]

发表于 2014-7-27 20:41 |显示全部楼层
此文章由 Sharon09 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 Sharon09 所有!转贴必须注明作者、出处和本声明,并保持内容完整
本帖最后由 Sharon09 于 2014-12-17 17:11 编辑

删了
Advertisement
Advertisement

发表于 2014-7-27 23:05 |显示全部楼层
此文章由 hanxuema 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 hanxuema 所有!转贴必须注明作者、出处和本声明,并保持内容完整
.net,sharepoint问题太多太多太多太多太多太多太多太多太多太多太多太多太多太多了。你有空在这里发帖,还是Google吧

Whats the difference between an abstract class and interface? When would you want to use them?
What's the difference between a left join and an inner join?
What's the difference between viewstate and sessionstate?
What's the difference between overriding and overloading a method? Explain how both are done.
What's the difference between protected and internal? What about "protected internal"?
How do short-circuited operators work?
Explain what the StringBuilder class is and why you'd want to use it?
What's the difference between a static method and a non-static method?
What does the "volatile" keyword in C# mean?
Explain what happens when you pass a "ref" or "out" parameter into a method. What's the difference between those two keywords?
What's a weakreference? When would you want to use one?
What's the difference between a DataTable and a DataReader?
What's the difference between a value-type and a reference type?
What does the "readonly" keyword in C# mean?
I think it usually helps to ask your applicants to complete a simple coding exercise such as:

Write your own linked list class without using the built-in classes.
Write your own hashtable class without using the built-in classes.
Write a class that represents a binary tree. Write a method that traverses all nodes of the tree.
Write a method to perform a binary search on an array without using built-in methods.
Draw a database schema for a blog. Each user only has one blog, each blog has many categories, each category has many posts, and each post can belong to more than one category. Ask your applicant to write queries to pull specific information out.
Next, look for specific technical know-how:

(Event handlers) Create a class with a custom event handler, create another class which hooks onto the custom event handler.
(XML) Load an XML document and select all of the nodes with properties x, y, and z.
(Functional programming) Create a function that accepts another function as a parameter. A Map or Fold function works really good for this.
(Reflection) Write a function which determines if a class has a particular attribute.
(Regex) Write a regular expression which removes all tags from a block of HTML.


What is the difference between a thread and a process?
What is the difference between an EXE and a DLL?
What is strong-typing versus weak-typing?
What is the difference between a.Equals(b) and a == b?
What is boxing?
Is string a value type or a reference type?
What is the Global Assembly Cache (GAC)? What problem does it solve?
What is an Interface and how is it different from a Class?
What is Reflection?
Conceptually, what is the difference between early-binding and late-binding?
When would using Assembly.LoadFrom or Assembly.LoadFile be appropriate?
What is an Asssembly Qualified Name? Is it a filename? How is it different?
How is a strongly-named assembly different from one that isn’t strongly-named?
What does this do? sn -t foo.dll
How does the generational garbage collector in the .NET CLR manage object lifetime? What is non-deterministic finalization?
What is the difference between Finalize() and Dispose()? (external article)
What is the difference between in-proc and out-of-proc? What technology enables out-of-proc communication in .NET?
What is FullTrust? Do GAC’ed assemblies have FullTrust?
What is the difference between Debug.Write and Trace.Write? When should each be used?
What is the difference between a Debug and Release build? Is there a significant speed difference? Why or why not?
What is the difference between: catch (Exception e) {throw e;} and catch (Exception e) {throw;} ?
What is the difference between typeof(foo) and myFoo.GetType()?
What is the purpose of XML Namespaces?
What is the difference between an XML "Fragment" and an XML "Document"? (XML Basics)
How would you validate XML using .NET?
ASP.NET

What is a PostBack?
What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState? Why is it either useful or evil?
What Session State providers are available in ASP.NET? What are the pros and cons of each?
What is the OO relationship between an ASPX page and its CS/VB code behind file?
How would one implement ASP.NET HTML output caching, caching outgoing versions of pages generated via all values of q= except where q=5 (as in http://localhost/page.aspx?q=5)?
What are HttpHandlers?
What are HttpModules?
What is needed to configure a new extension for use in ASP.NET? For example, what if I wanted my system to serve ASPX files with a *.jsp extension?
How do cookies work? What is an example of Cookie abuse?
What kind of data is passed via HTTP Headers?
How does IIS communicate at runtime with ASP.NET? Where is ASP.NET at runtime in the different versions of IIS (5 to 7)?

What's a delegate?
What's the app domain?
When would you use the lock keyword?
Are the standard library generic collection classes thread safe?
What's an extension method?
What's the difference between XmlDocument and XmlReader ?
How do you read in configuration settings from the application config file?

评分

参与人数 2积分 +10 收起 理由
Sharon09 + 4 感谢分享
yourock + 6 感谢分享

查看全部评分

发表于 2014-7-28 22:25 |显示全部楼层
此文章由 wanming1986 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 wanming1986 所有!转贴必须注明作者、出处和本声明,并保持内容完整
你是笔试还是面试?

发表于 2014-7-30 22:50 |显示全部楼层
此文章由 summerd87 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 summerd87 所有!转贴必须注明作者、出处和本声明,并保持内容完整
本帖最后由 summerd87 于 2014-7-30 21:51 编辑

你把你的job description 发上来吧, 我帮你看看, 我做了近4年的Sharepoint 开发
只要懂.net, SharePoint 就很容易上手.

发表回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Advertisement
Advertisement
返回顶部