net technical architect interview questions

Read about net technical architect interview questions, The latest news, videos, and discussion topics about net technical architect interview questions from alibabacloud.com

Interview Questions: ASP. NET

Interview Questions: ASP. NET 1. Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process. Inetinfo.exe is the Microsoft IIS server running, handling ASP. net requests among other things. when an ASP. NET Request is already ed (us

C #. Net classic Interview Questions and answers

From: http://www.leezao.cn/article.asp? Id = 465 This article focuses on several common C # And. Net classic interview questions, such as "differences between classes and structures in. Net", and "How many methods of passing values between ASP. NET pages ?", The answer is c

ASP. NET interview questions (1)

Sp. Net interview questions (To original address http://blog.sina.com.cn/s/blog_524c848901009e7b.html ~ Type = v5_one label = rela_nextarticle author Li Yang's blog http://blog.sina.com.cn/liiyang) 1. Briefly describe the access permissions of private, protected, public, and internal modifiers. A. Private: Private Members can be accessed within the class. Prot

Questions about the interview with a foreign company in Guangzhou. Net-what is the difference between. net3.0 and. net2.0?

The interview seems too tight. Shouldn't it be the difference between. net3.5 and 2.0 ?? How can I always remember that three companies are talking about 3.0? Surface 1: Only the Personnel Department calls you to go for an interview and fill out a form to directly go to two sides, as long as there is technology, whether you are a pig or a dog. Two sides: Team Leader, male, manages about 10 people. If

Asp. NET the use of Application objects (interview questions)

. using the application eventIn an ASP . NET application, you can include a special optional file-theGlobal.asax file, also called an asp . It contains code that responds to application-level events raised by the ASP. NET or HTTP module. Iii. Summary ofapplicationInASP. 2.0in whichApplicationhas become not very important. BecauseApplicationthe self-management function is very weak, it has no similarSessi

ASP. NET high-level programmer interview questions

Part 1: Mutual introduction and understanding 1. Please introduce yourself? Including work experience and project experience? 2. Can you talk about a recent project? What are your responsibilities and responsibilities? Part 2: I. ASP. NET technical question selection. You can select three or five. 1. Briefly introduce the. NET compilation process. 2

HP. net job interview questions

HP. net job interview questions 1) What's the difference between left join and inner join?2) What's the difference between char, varchar, nvarchar? WhenWill nvarchar use? Why nvarchar can't replace use varchar?3) how to handle simultaneous access and visit the databaseFor read, delete, insert event in the same time?4) What's the datetimesatmp data type in the

C #. Net classic Interview Questions and answers

operations on the memory? A: This question is difficult to answer. It is also a big question. However, you can answer questions in this way. C # can directly operate on the memory. Although pointers are rarely used, C # can use pointers. When using pointers, you must add unsafe at the front.. net uses the garbage collection mechanism (GC) function, which replaces programmers. However, the Finalize method c

Some common questions and answers in the. NET interview

1. How to pass page values and their advantages and disadvantages?Session, Application, Cookies, Requst. QueryString, Requst. Form, Server. Transfer (receives the entire page through Context. Handler) 2. ASP. NET authentication method and working principleWindows Authentication providerProvides information on how to use Windows Authentication with Microsoft Internet Information Service (IIS) authentication to ensure the security of ASP.

ASP. NET interview questions [Abstract]

object classes. However, a condition is that the object class must have a clear constructor. 11Can constructor be inherited? Can be overwritten? A: constructor cannot be inherited, so it cannot be overwritten, but can be overloaded ). 12 C # Can I directly perform operations on the memory? A: This question is difficult to answer. It is also a big question. However, you can answer questions in this way. C # can directly operate on the memory.

[Interview & written test] ASP. NET related questions

1. Introduction to ASP. NET A: Asp. net is not a language, but a powerful server-side Technology for creating dynamic web pages. It is Microsoft. netframework is a set of technologies used to generate Web applications and Web services. It uses the Common Language Runtime (commonlanguage runtime) to provide users with a powerful programming framework for enterprise-level Web application services at the backe

. Net interview questions (Advanced Developer)

, encapsulation, and polymorphism. SOA is a technical framework, and the technical framework and programming model should be said to be different? The idea of SOA is to encapsulate business logic into services or middleware for application calls. Of course, its componentization idea inherits and carries forward the advantages of OOP. 11) How does xmlserializer work? What ACL permissions does a process usi

. Net interview questions

Key mark of the Assembly Foo. dll 9) What ports does DCOM need to open through the firewall? What is port 135 used? Port 135, because the DCOM port number is randomly allocated, by default, more than 1024 of the port number is allocated, so by default, DCOM cannot cross the firewall. Because you do not know which port to open. But there is a solution that can fix the port number assigned by DCOM, and I have some descriptions about the content in http://www.cnblogs.com/jillzhang/archive/2008/02/

C # And. Net interview questions, including answers

, and one resource requests resources, at this time, the resource is blocked, and the acquired resource is not put. When the process obtains the resource, it cannot be forcibly deprived before it is used up.3. Can an interface inherit the interface? Can an abstract class implement interfaces? Can an abstract class inherit an object class?A: An interface can inherit interfaces. An abstract class can implement interfaces. An abstract class can inherit object classes. However, a condition is that t

C # + ASP. NET programmers interview Basic Questions and answers

C # in the program, interfaces are used to define the functions of a class. the interface defines the expected methods, attributes, and event information. to use interfaces, each specific function must complete the described functions strictly according to the interface definition.If your resume says "familiar with/understand C #", you should be able to answer the following basic questions: What is the name of the implicit parameter for the set method

C # typical interview questions in. Net history

A total of 130 questions 1. Briefly describe the access permissions of private, protected, public, and internal modifiers. A: private Members can be accessed within the class. Protected: protects members, which can be accessed within the class and in the inheritance class. Public: A public member. It is completely public and has no access restrictions. Internal: accessible within the same namespace. 2. List several methods for passing values between A

One set of. Net interview questions ~ No correct answer ~ What do you do?

1) What is the highest. Net class that everything is derived from?A) system. Data;B) system. codedom;C) system. object;D) system. IO; 2) What is the. NET collection class that allows an element to be accessedUsing a unique key?A) arraylist;B) hashtable;C) stack;D) queue; 3) After user has successfully logged in, user information is not stored in:A) viewstateB) CookieC) session 4) A structure in C # ca

Total Pages: 3 1 2 3 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.