Buy Questpond's video subscriptions on
huge discount
.
Online: 7122
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
> C#
C# Exclusive Interview Questions and Answers (453) - Page 19
A joint initiative from DotNetFunda.Com and Questpond.
A one stop place on the internet to get trusted and proven Interview Questions (based on more than a decade of experience in this field) to ensure the success of the candidates.
You will find almost all Interview questions from Questpond here and this list is growing day by day with all latest and updated interview questions.
453 records found.
Post Interview
|
Interview Experiences
|
Interview FAQs
|
Online Interviews
|
Interviews Home
Get 650+ Questpond's Interview videos on discount
Loading ...
What is .Net Framework
The .NET Framework is the infrastructure for the new Microsoft .NET Platform.
The .NET Framework is a common environment for building, deploying, and running Web Services and Web Applications
What is MSIL : Microsoft Intermediate Language (MSIL)
An intermediate language generated by compiler is called MSIL. All .Net
assemblies are represented in MSIL.The main Advantage of using MSIL is it provides equal performance for multiple language programming, as code is compiled to native code.
What are Two main Components of .Net Framework
1.Common Language Runtime
2:Base Class Library.
Describe .Net Framework Class Library
The Base Class Library (BCL), part of the Framework Class Library (FCL), is
a library of functionality available to all languages using the .NET
Framework. The BCL provides classes which encapsulate a number of common
functions.
How many classes can a single .NET DLL contain
Unlimited
Name the assembly that is required to build any sort of WCF application
System.Servicemodel.dll
Explain the role of assembly in the .Net Framework
.Net Framework keeps executable code or DLL in the form of assembly. .Net
Framework maintains multiple versions of the application in the system
through assembly. The assemblies have MSIL code and manifest that
contains metadata. The metadata contains version information of the
assembly.
What is the difference between un-safe code & un-managed code.
Un-managed code runs outside the CLR control while the Un-safe code runs inside the CLR control. Both of these may use pointers & direct memory
access.
What is the procedure to add assembly to GAC to make it shared one
Go to visual studio command prompt use the following command GACUTIL -i "PATH of the dll"
MS.NET framework SDK is used for _____________ of .NET applications
NOTE: This is objective type question, Please click question title for correct answer.
To use any non .NET applications like PHP, ___________ should be installed over studio
NOTE: This is objective type question, Please click question title for correct answer.
.exe is an ____________ . It __________ run on it's own
NOTE: This is objective type question, Please click question title for correct answer.
The output of any .NET program is a ___________
NOTE: This is objective type question, Please click question title for correct answer.
The return value of an application is called as __________
NOTE: This is objective type question, Please click question title for correct answer.
Range for n-bits signed number a. -2n-1 to 2n-1 -1 b. 2n-1 to 2n-1 +1 c. 0 to 2n-1 d. 2n-1 to 2n -1
NOTE: This is objective type question, Please click question title for correct answer.
In VB.Net, If main is written in class, it must be declared as
NOTE: This is objective type question, Please click question title for correct answer.
Reference type holds the reference to the values on
NOTE: This is objective type question, Please click question title for correct answer.
What is DLL Hell and how is it solved
Its slang used in COM technology where it was ambiguous to invoke assembly
which has two different copies existing together with the same name. In
.NET technology, it has been overcome with version control concept
What is the core library of CLR
MSCORLIB.DLL is the core library of CLR
Difference between Namespace and Assembly
Assembly is physical grouping of logical units,Namespace forms the logical boundary for a group of classes.Namespace can span multiple assembly.
1
...
12
13
14
15
16
17
18
19
20
21
22
23
More C# Interview Questions & Answers here
Found this useful, bookmark this page to the blog or social networking websites.
Bookmark It
Exclusive Interview Questions and Answers Categories
.NET Certifications
.NET Core
.NET Framework
ADO.NET
AI ML
Android
Angular
AngularJS 1x
Aptitute Test
ASP.NET
ASP.NET AJAX
ASP.NET Core
ASP.NET MVC
ASP.NET Web API
Aurelia
Azure
Best Practices
BizTalk Server
Bootstrap
C#
Cloud
CMS
CSS 3
Data Structures & Algorithms
Design Pattern & Practices
DotNetFunda.Com
Entity Framework
Error and Solution
F#
Function Points (FPA)
HR
HTML 5
IIS
Interview Questions
JavaScript
jQuery
Kinect
LightSwitch
LINQ
Management
Mobile Development
MSBI (SSIS, SSRS, SSAS)
Mule
Networking
News and Community
Node.js
NoSql
OOPS
Oracle
Others
PostgreSQL
PowerShell
Product Reviews
Project Management
Python
QA (Testing)
R Language
Regular Expressions
SEO
SharePoint
SignalR
Silverlight
Sql Server
TypeScript
UML
VB.NET
Visual Studio
WCF
Web Analytics
Web Services, Remoting
Windows 8
Windows Forms
Windows Metro
Windows Phone
WPF
WWF
XML