Buy Questpond's video subscriptions on
huge discount
.
Online: 648
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 5
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 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.
Explain the concepts of CTS and CLS(Common Language Specification)
CTS When different languages are integrated and want to communicate, it is certain that the languages have their own data types and different declaration styles. CTS define how these different variables are declared and used in run time. E.g. VB offers an Integer data type while C++ offers long data type. Using CTS, these data types are converted to System32 which itself a data type of CLS. CLS Any language(s) that intend to use the Common Language Infrastructure needs to communicate with other CLS-Compliant language. This communication is based on set of rules laid by CLS. These rules define a subset of CTS.
What are the components of the .Net Framework?
Class Loader, Compiler, Garbage Collection, Type checker, Debug engine, Exception Manager, Security engine, Thread manager, COM Marshallar, Class Library.
A sealed class in C#
NOTE: This is objective type question, Please click question title for correct answer.
One object can have ___________
NOTE: This is objective type question, Please click question title for correct answer.
An object in different forms and in each form it exhibits the same functionality but in different ways
NOTE: This is objective type question, Please click question title for correct answer.
Class is a ____________, while object is a __________ of the class created
NOTE: This is objective type question, Please click question title for correct answer.
The methods of the object are used to describe the ___________
NOTE: This is objective type question, Please click question title for correct answer.
A property ____________ a field member of the same class.
NOTE: This is objective type question, Please click question title for correct answer.
A property is made of 2 blocks ___________
NOTE: This is objective type question, Please click question title for correct answer.
A property procedure doesn't hold any data by itself instead it depends on some __________ of the class
NOTE: This is objective type question, Please click question title for correct answer.
A _______________ is used to release the resources that an object is holding
NOTE: This is objective type question, Please click question title for correct answer.
Child class constructor first calls
NOTE: This is objective type question, Please click question title for correct answer.
A child class inheriting an abstract class
NOTE: This is objective type question, Please click question title for correct answer.
A parent class is declared as Virtual, binding is dynamic then child should be marked.
NOTE: This is objective type question, Please click question title for correct answer.
try { int n1,n2; n1=Convert.ToInt32(args[0]); n2=Convert.ToInt32(args[1]); int res; res=n1/n2; Console.WriteLine("res:"+res); } catch(Exception e) { Console.WriteLine(e.Message); } catch(FormatException e) { Console.WriteLine("Format Exception-"+e.Message); } If command line arguments are given as 12 r what is the output?
An Error occurs telling " A Previous catch clause already catches all exceptions" so catch block of FormatExeption should be placed first follwed by Super class Exception handler.
Is "Divide By Zero" Exception valid for Floating data types?
NO, it is valid only for Integral data types
In .NET every exception is an object of type ____________
NOTE: This is objective type question, Please click question title for correct answer.
Whenever the integrity of an object is violated,________________
NOTE: This is objective type question, Please click question title for correct answer.
1
2
3
4
5
6
7
8
9
10
11
12
...
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