Find jobs | Jobseekers
Employer login
About us Sitemap of www.CareerRide.com Sitemap FAQ related with www.CareerRide.com FAQ Click here to Contact us Contact
       
Submit Resume Free ! | Access Resume Free !
Home Career Services Resume Services Interview questions Articles Books
Content
NET framework
NET assembly
NET code security
NET access modifiers
NET architecture
NET base class library
NET CLR
NET constants,enum,arrays
NET data types
NET menu
NET garbage collection
NET debug and trace
NET properties
NET form
NET assemblies & resources
NET class & structures
NET binding,viewing,filtering
NET configuring & optimizing
NET configuring setup project
NET constructors & destructors
NET control
NET dataset objects
NET debugging tools
NET debug & trace classes
NET delegates & events
NET exception handling
NET globalization-localization
NET interoperability
NET project deployment
NET securing application
NET using XML
NET validating user input
NET windows communication
NET windows presentation
NET windows workflow
 
ASP.NET
C#.NET
VB.NET
AJAX
 
PHP
 
C
C++
Java
Data Structure
Oops
 
Database concepts
SQL Server
Oracle
MySQL
Data warehousing
Service-oriented architecture
SQL Server notification services
SQL Server Reporting Services
Sharepoint
Biztalk interview questions
 
Operating System
Project Management
Linux
Testing
Networking
Software engineering
 
UML
XML
HTML
SOAP
CSS
VBScript
 
CV tips
Cover letter tips
Interview tips
Human resources
Soft skills
Group discussion

.NET base class


.NET base class library - Interview questions

.Net base class library - August 25, 2008 at 18:00 PM by Amit Satpute

Describe the .Net base class library. 

Answer
The .NET Framework class library is a library of classes, interfaces, and value types. 

This library system functionalities and is the foundation of .NET Framework applications, components, and controls.  

What is the difference between value types and reference types?     

Answer

-Value types are inherited from system.valuetypes
-Reference types are inherited system.object.

-Value types are stored in a stack
-Reference types are stored on heap

-When variables are passed by values as parameters, then no change can be made to them when retrieved.
-When variables are passed by reference, their address is passed due to which a change in their values can be reflected back in the calling function.

-In .NET, when you pass a variable by value, the syntax would be: (ByVal a as datatype)
-and when passed by reference (ByRef a as datatype)

 
Today's Hot Jobs
C++  SQL Server
.NET  Java  Oracle
Finance  Marketing
Seekers  Employers
Copyright © 2008 CareerRide.com. All rights reserved.