Buy Questpond's video subscriptions on
huge discount
.
Online: 7124
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 11
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 ...
An Abstract cannot be a
NOTE: This is objective type question, Please click question title for correct answer.
What does an assembly contain?
An assembly contains following information:
Assembly manifest: Information about the assembly.
Type metadata: Information about the types.IL Code
Resource files.An assembly manifest contains the following information:
Identity of the assembly
Types and resources
Files
Security permissions
Define Global Assembly Cache
Global Assembly Cache is the place holder for shared assembly. If an assembly
is installed to the Global Assembly Cache, the assembly can be accessed
by multiple applications. In order to install an assembly to the GAC,
the assembly must have to be signed with strong name.
A _____________ is a DLL file whose code can be reused in many other applications
NOTE: This is objective type question, Please click question title for correct answer.
Is the code in EXE file reusable
NOTE: This is objective type question, Please click question title for correct answer.
A _________ is a collection of classes and other types with unique names
NOTE: This is objective type question, Please click question title for correct answer.
In C# project properties we can mention the _______________ but in code we have to explicitly mention the namespace
NOTE: This is objective type question, Please click question title for correct answer.
In VB.Net can we do project level imports
NOTE: This is objective type question, Please click question title for correct answer.
A public class can be accessed ___________ the assembly
NOTE: This is objective type question, Please click question title for correct answer.
Nest class can have ____________ access modifier
NOTE: This is objective type question, Please click question title for correct answer.
Namespace is used only as a ____________
NOTE: This is objective type question, Please click question title for correct answer.
Can a top level class be private
NOTE: This is objective type question, Please click question title for correct answer.
Importance of classLibrary is _____________
NOTE: This is objective type question, Please click question title for correct answer.
_________________ assembly is resource only assembly for a given culture
NOTE: This is objective type question, Please click question title for correct answer.
Who calls the Main method
RunTime(Comman Language Runtime)
For an entry point Main method what is the datatype of CommandLine arguments
String Array / string()
In VB.NET if an entry point Main method is written in class instead of module what is the extra keyword to be used
Shared
Can an application have more than one Entry Point method Main
No, Even if we have multiple Modules with valid Main, one of them has to be mentioned as Startup Object in project properties.
Can one solution contain multiple projects in different languages
Yes
Can the entry point Main method be declared as private
No
1
...
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
...
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