Buy Questpond's video subscriptions on
huge discount
.
Online: 7405
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
> ASP.NET
ASP.NET Interview Questions and Answers (1544) - Page 22
Latest and authentic Interview questions. You can also
post an interview question
and
win monthly prizes
as well as gain community
credit points
.
1544 records found.
Post
|
Interview Experiences
|
Interview FAQs
|
Online Interviews
|
Exclusive Questions
Get 650+ Questpond's Interview videos on discount
Loading ...
Name the utility used to add an assembly into the GAC.
gacutil.exe
What is GAC ?
its
global assembly cache
use to keep the public assemblies centralized to be used by any application on that machine (server)
Name the utility used for adding a strong name to an assembly.
sn.exe
Syntax example to add strong name to an assembly "C:\\aaaa.dll" i.e. to generate a strong name key value pair file.
sn -k "C:\\aaaa.dll"
Simple file extension for a dot net handler ?
.ASHX
What is the Namespace of ForAuthentication class?
System.Web.Security
Which property need in the email functionality to set to send the content as HTML?
IsBodyHTML=True
Which namespace does the Color class comes under ?
It's
System.Drawing
What are the types for floating numbers ?
Single (for 32 bit) and Double (for 64 bit)
What is the root class of the object hierarchy ?
Object
Name the Namespace used for interfaces and classes that defines the various collections of objects like lists, queues, bit arrays, hash tables, dictionaries etc.
System.Collections
What's the Purpose of System.Collections.Generic ?
It's having the interfaces and classes which define generic collections, which enable users to create strongly typed collections that provide better type safety and performance.
Elements of CAS ?
permission sets
permissions
policy
evidence
code groups
What's the major role of CLR for CAS ?
The Common Language Runtime allows code to do only those tasks that the code has permission to perform. Hence CAS is CLR's security system that enforces security policies by preventing unauthorized access to protected resources and operations like File system , Printer etc
Name few built in permission-sets in Dot NET !!
1) FullTrust
2) LocalIntranet
3) Internet
4) Execution
5) Nothing
as some of the premission-sets in dot net framework
What is FullTrust premission-set in dot net ?
It means for all the premissions for the code against CAS.
What is Nothing premission-set in dot net ?
It means for no premissions for the code against CAS.
What is Code group in Dot Net in context to CAS ?
It's a logical grouping of code that's having a specified condition for a membership.
FOr Example code in an assembly can belong to one code group in another assembly , the code can bleong another group .
Main Difference between User groups and code groups.
User groups control the authorization only based on distributed Access Control Lists linked to each resource whereas code groups are using centralized permission sets.
Name of some of the types of evidence in Dot Net in context of CAS
1) Site
2) Strong Name
3) Zone
4) URL etc. are few of the evidences in dot net CAS used while creating code groups
1
...
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
...
78
More ASP.NET 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