Buy Questpond's video subscriptions on
huge discount
.
Online: 12386
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
>
Interviews
> .NET Framework
.NET Framework Interview Questions and Answers (547) - Page 9
Latest and authentic Interview questions. You can also
post an interview question
and
win monthly prizes
as well as gain community
credit points
.
547 records found.
Post
|
Interview Experiences
|
Interview FAQs
|
Online Interviews
|
Exclusive Questions
Get 650+ Questpond's Interview videos on discount
Loading ...
Hashtable with the key and the value strongly typed to be strings rather than objects is with class,
NOTE: This is objective type question, Please click question title for correct answer.
ColorPalette Class provided colors are…
NOTE: This is objective type question, Please click question title for correct answer.
ColorMatrix Class is…
NOTE: This is objective type question, Please click question title for correct answer.
ColorMode specifies…
NOTE: This is objective type question, Please click question title for correct answer.
Scan0 is used to…
NOTE: This is objective type question, Please click question title for correct answer.
ColorChannelFlag Enumeration is in…
NOTE: This is objective type question, Please click question title for correct answer.
With which class you can compare types of images ? With which property ?
NOTE: This is objective type question, Please click question title for correct answer.
Base interface to know all contracts used for communication between auto updated components is…
NOTE: This is objective type question, Please click question title for correct answer.
This represents a symbol binder for managed code…
NOTE: This is objective type question, Please click question title for correct answer.
With which enum you can know whether a calendar is solar-based, lunar-based, or lunisolar-based…
NOTE: This is objective type question, Please click question title for correct answer.
This class defines the period of daylight saving time…
NOTE: This is objective type question, Please click question title for correct answer.
Web.config info get stored in...
NOTE: This is objective type question, Please click question title for correct answer.
Culture-specific display of digit(number)s can be achieved with...
NOTE: This is objective type question, Please click question title for correct answer.
Which method is used to serialize an object into an XML document from Xmlserializer class?
The "Serialize" method is the first step of serialize process and used to create an XML document
can we assign Null value to Struct variable.
No , We cannot assign null to a struct variable, since structs are value type.
What is the difference between a Struct and a Class?
Structs are Value type variables and are stored on the stack, while Class are Reference type variables and are stored on the heap.
Struct do not support inheritance, while class supports inheritance. However struct can implements interface.
Struct should be used when you want to use a small data structure, while Class is better choice for complex data structure.
What is the .NET collection class that allows an element to be accessed using a unique key?
HashTable
What does the term immutable mean?
In object-oriented and functional programming, an immutable object is an object whose state cannot be modified after it is created.
The variable value may be changed, but the original immutable data value was discarded and a new data value was created in memory. Ex: String.
Making an object immutable is usually inappropriate if the object contains a large amount of changeable data.
So, For this reason .NET has the System.Text.StringBuilder class which is Mutable and appropriate for large amount of changeable data.
Can you store multiple data types in System.Array?
No, If the System.Array is of Some Particular Data Type.(Primitive Data Type)
yes, If the System.Array is of Object Type.
Ex :
create an array of objects.
int in = 50;
string st = "Fifty";
object [] obj = new object[2];
obj[0] = in;
obj[1] = st;
What exactly a Constructor is doing ?
Constructor Creates as well as Initialized the objects.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
...
28
More .NET FRAMEWORK Exclusive Interview Questions & Answers here
Found this useful, bookmark this page to the blog or social networking websites.
Bookmark It
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