Dot Net Deployment Interview Questions and Answers

.Net Deployment Questions and Answers:

1 :: What is the base class of Button control in .NET?

Listing from visual studio .net > Button Class System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ButtonBase
System.Windows.Forms.Button
4/5 Rating (1 vote)
Is This Answer Correct?    0 Yes 0 No
Place Your Answer

2 :: What is CLR in .NET?

CLR(Common Language Runtime) is the main resource of .Net Framework. it is collection of services like garbage collector, exception handler, jit compilers etc. with the CLR cross language integration is possible.

The .NET Framework provides a runtime environment which runs the code and provides services that make the development process easier. This runtime environment in .NET Framework is known as Common Language Runtime (CLR). The CLR sits at the very heart of managed code. Common Language Runtime is the generalized multi-language, reflective execution engine on which code originally written in various languages runs. At a higher level, CLR is simply an engine that takes in Intermediate Language (IL) instructions, translates them into machine instructions, and executes them. Although the common language runtime provides many standard runtime services, managed code is never interpreted. A feature called just-in-time (JIT) compiling enables all managed code to run in the native machine language of the system on which it is executing. The CLR shares much in common with a traditional operating system.

Quote:
Managed code is the term used for any code that is running on .NET Framework.

The CLR provides the infrastructure that enables managed code to execute as well provides variety of services during execution. When a method, for which IL has been generated, is called for the first time the CLR compiles the IL into native code that is specific to the processor the Environment it is running on (This process is known as Just in Time Compilation or JIT). If the same method is called next time, the existing JIT compiled code is reused. During execution managed code receives variety of services from the runtime environment.

Quote:
When compiling to managed code, the compiler translates your source code into Microsoft intermediate language (MSIL), which is a CPU-independent set of instructions that can be efficiently converted to native code. Intermediate Language is a binary assembly language that is compiled at runtime down to whatever machine language is appropriate for the host CPU. This runtime compilation is called Just-In-Time Compiling or JIT-compiling.
3/5 Rating (1 vote)
Is This Answer Correct?    0 Yes 0 No
Place Your Answer

3 :: Explain What are possible implementations of distributed applications in .NET?

NET Remoting and ASP.NET Web Services. If we talk about the Framework Class Library, noteworthy classes are in System.Runtime.Remoting and System.Web.Services.
1/5 Rating (1 vote)
Is This Answer Correct?    0 Yes 0 No
Place Your Answer

4 :: Explain How to manage pagination in a page using .NET?

Using pagination option in DataGrid control is available in .NET. We have to set the number of records for a page, then it takes care of pagination by itself automatically.
4/5 Rating (2 votes)
Is This Answer Correct?    1 Yes 0 No
Place Your Answer

5 :: Explain about .NET assemblies?

Assemblies are the smallest units of versioning and deployment in the .NET application. Assemblies are also the building blocks for programs such as Web services, Windows services, serviced components, and .NET Remoting applications.

Assemblies are also the building blocks for programs such as Web services, Windows services, serviced components, and .NET Remoting applications.
Types of Assemblies:
Private, Public/Shared
3/5 Rating (1 vote)
Is This Answer Correct?    0 Yes 0 No
Place Your Answer

Rate This Category:
0/5 Rating (0 vote)
Place Your Question



Top: Dot Net Deployment Interview Questions and Answers
Dot Net Deployment Interview Questions and Answers

Top Frequently Asked .Net Deployment Question
Frequently Asked .Net Deployment Job Interview Question


Top Frequently opened Microsoft .Net Technologies Job Interview categories
Most popular Microsoft .Net Technologies Job Interview categories

Comments About Dot Net Deployment Interview Questions and Answers

Share your valuable opinions, ideas and suggestions about Dot Net Deployment Interview Questions and Answers
While placing your comment your email address is required but won't be published any where else; Personal information will be kept confidential; we do not sell or release our respective visitors private information.
  1. Webmaster 20th of May 2012

    Webmaster Said

    Tell us what you feel about Dot Net Deployment Interview Questions and Answers
    All comments will be published after review. No login or registration is required to post a comment on Dot Net Deployment Interview Questions and Answers We offer and invite you to submit your valuable comment now; Please be respectful of others when commenting. Insulting others, self-promotional comments, website promotional comments, marketing stuff, SEO Techniques, SMS-style content and off-topic comments will not be approved at this information portal.
    So start sharing your thoughts regarding Dot Net Deployment Interview Questions and Answers
    Thank you.

Leave a Comment

Leave a Comment
  1.  Enter This Verification Code  Regenerate Verification Code  



Your reply will be added to the comment above (Below any other replies to this comment) -

Top Comments About: Dot Net Deployment Interview Questions and Answers
Comments on Dot Net Deployment Interview Questions and Answers

 
Top of Link batk to Dot Net Deployment Interview Questions and Answers
Link batk to Dot Net Deployment Interview Questions and Answers