What NET cattle should know?

Do .net there are almost 5 years, 5 years or a short is not short, in this process, in the dark of night, when occasionally I do not know what to learn, but also lost time when I lost I'll see about the "NET cattle should know something," I find as a .net programmer should grasp what knowledge and see what areas of their own do not know, not enough depth.

What NET cattle should know?

Any person using .NET
Describe the difference threads and processes?
What is a Windows service, its life cycle with standard EXE program What is the difference
The maximum amount of memory a single process on Windows can access how much? It is the largest virtual memory system of the same? What does this mean for the system design?
What is the difference between the EXE and DLL that?
What is a strongly typed, what is weakly typed? Which is better? why?
What is a PID? How to use it when doing troubleshooting system?
A single TCP / IP ports on how many processes can listen for?
What is the GAC? It solves the problem?
 
Intermediate .NET Developers
Interface set forth oriented, object-oriented , aspect-oriented programming difference
What is Interface? It is with Class What is the difference?
What is reflection ?
.NET Remoting uses ASMX XML Web service using SOAP difference?
Type system is represented by XMLSchema do? CLS is represented XMLSchema it?
Explained the difference between early binding (early-binding) and late binding (late-binding) from the concept?
Call Assembly.Load considered static reference or dynamic reference?
When to use Assembly.LoadFrom? When to use Assembly.LoadFile?
What is the Assembly Qualified Name? It is a file name? Is it different?
Assembly.Load ( "foo.dll"); this statement is correct?
Strongly-assembly of the assembly is not strongly What is the difference?
Whether DateTime be null?
What is JIT? What is NGEN? They are the benefits and what are the limitations?
How .NET CLR generational garbage collector is to manage the life cycle of objects? What is non-deterministic finalization?
Finalize () and Dispose difference between ()?
using () pattern useful? What is IDisposable? How does it achieve the end of certainty.
tasklist / m "mscor *" phrase command is doing?
in-proc and out-of-proc distinction
Which in .NET technology enables out-of-proc communication?
When you are running a component within ASP.NET, it is in Windows XP, Windows 2000, Windows 2003 running within what process?
 
Senior Developer / Architect
DateTime.Parse (myString); this line of code what is the problem?
PDB is what? In the debugging where it should be placed?
What is cyclomatic complexity (cyclomatic complexity)? Why is it important?
Write a standard lock (), to create a critical section around a variable access, "double check"
What is FullTrust? Whether the assembly into the GAC is FullTrust of?
Code with the permissions required safety features What are the benefits?
gacutil / l | what find / i "Corillian" phrase command is the role?
sn -t foo.dll phrase command is doing?
DCOM which ports need to open the firewall? Port 135 is doing with?
Contrast OOP and SOA, respectively, what is their purpose?
How XmlSerializer works? Using this type of process requires what ACL permissions?
Why do not advocate catch (Exception)?
Debug.Write and Trace.Write What is the difference? When should I use which one?
The difference between Debug Build and Release Build whether there will be a significant speed difference? Please explain the reasons.
JIT is based assembly method occurs in units or in units happen? How does this affect the work area?
Comparative use abstract base classes and interfaces
a.Equals (b) and a == b the same?
In the object comparison, the same objects and object are equal What does it mean?
How deep copy (deep copy) in .NET?
Please explain IClonable
What is boxing?
string value type or a reference type?
What are the benefits for the property model used by the XmlSerializer? Solve the problem?
Why you should not use out parameters in .NET? It really good?
Can attributes be placed on specific parameters to a method? If so, what is the use?
 
C # component developers
When to use override? When to use new? What is shadowing?
Explain the difference between virtual, sealed, override and the abstract
Foo.Bar, Version = 2.0.205.0, Culture = neutral, PublicKeyToken = importance and function of each part of the string interpretation 593777ae2d274679d
Explain the difference between public, protected, private and internal of
Use Primary Interop Assembly (PIA) What are the benefits?
NUnit is a method by which to know what mechanisms need to be tested?
Distinguishing catch (Exception e) {throw e;;} and catch (Exception e) {throw}
Difference typeof (foo) and myFoo.GetType () is?
public class c {public c (string a): this () {;}; public c () {;}} The first constructor explain what happened? The constructor what is the use?
It is doing with this? It can be used in static methods?
 
ASP.NET (UI) Developer
It describes how a browser-based Form POST becomes a server-side events, such as Button1_OnClick.
What is the PostBack?
What is ViewState? Whether it encoded? Is it encrypted? Who uses ViewState?
<Machinekey> element is doing with? It is used Which two ASP.NET technology?
Say three kinds Session State Provider in ASP.NET 1.1 as well as their advantages and disadvantages?
What is Web Gardening? How to use it in the design?
Consider an ASP.NET application, the number of application objects in a single process allowed? The two process? Web Gardening enabled the two process? How does this affect the design?
ASP.NET threads reused between multiple requests? Does every HttpRequest get its own thread? Should you use the Thread Local storage ASP.NET?
[ThreadStatic] attribute in ASP.NET useful to you? It has no side effects? Is it good or bad?
How to use HttpHandler to simplify the existing design that serves Check Images for the .aspx page
HttpModule subscribe to what type of event? How does this impact on the achievement? If you do not intend to re-compile ASP.NE applications, how you should do?
Present an arbitrary terminal (URL), and the way in ASP.NET to route requests to that end manner
Explain the working principle of the cookie. An example is Cookie abuse.
Explain HttpRequest.ValidateInput () importance?
What data is transmitted via HTTP Header?
Contrast HTTP verbs GET and POST? What is HEAD?
Say at least 6 HTTP status codes and their meanings
What works if-not-modified-since that? How to implement it using ASP.NET?
Explained <@ OutputCache%> and how to use VaryByParam, VaryByHeader.
VaryByCustom how it works?
How q = (except q = 5) to implement ASP.NET HTML output caching, caching? (Such as http:? //Localhost/page.aspx q = 5)?
 
XML Developers
XML namespace role of space?
When is it appropriate to use DOM? When is it not? Are there size restrictions?
What is WS-I basic configuration? Where is it important?
Write a small XML document using the default namespace, and a qualified (prefixed) namespace, which have the properties of these two elements are namespace
Where is the difference between the basic elements and characteristics in?
XML well-formed and valid XML What is the difference?
How to verify .NET XML?
myXmlDocument.SelectNodes ( "// mynode"); Why this code is not good? What time is it good?
The difference between pull-parsing (XmlReader) with the event readers (Sax) of
The difference between XPathDocument and XmlDocument? Under what circumstances should use which one?
"XML Fragment" and "XML document" What is the difference
What is the format specification of XML?
XML InfoSet specification different from the Xml DOM What? InfoSet is to solve the problem?
Comparison of DTD and XSD, their similarities and differences are what is? Which is better? why?
System.Xml DTD support it? If so, how?
XML Schema can be represented as an object graph? Object graph can be expressed as XML Schema

Guess you like

Origin www.cnblogs.com/ashbur/p/12020480.html