Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
what is manifestassembly metadata is keeps in manifest manifest contains all the metadata required to do the following things version of
what is an ilintermediate language is also called as msil microsoft intermediate language or cil common intermediate language all net source code is
list the new features added in net framework 40the following are the latest features of net framework 40 improved application
what are the main components of net frameworknet framework gives enormous benefits to software developers in comparison to the advantages given by
what is net frameworknet framework is a complete environment that permits developers to develop run and deploy the following applications
define importance of vitamin cfreezing preserves vegetable and nutrients to a great extent vitamin a and beta-carotene are well preserved in spinach
nutritional properties of processing foodprocessing food you may have realized that many desirable changes occur which include development of
what are the features of adonet adonet features1 disconnected data architecture2 data cached in datasets3 data transfer in xml format4
how can you provide an alternating color scheme in a repeater control alternatingitemtemplate like the itemtemplate element but rendered for each
what does wsdl stand for wsdl stands for web services description language it is an xml representation of the web service interfacethere are
what is common language runtime clr clr is net equivalent of java virtual machine jvm it is the runtime that changes a msil code into the host
what is managed code and managed datamanaged code is code that is written to target the services of the common language runtime in order to target
what is a metadata metadata is information about a pe in com metadata is communicated through non-standardized type libraries in net this data is
what are attributes attributes are declarative tags in code that insert additional metadata into an assembly there exist two types of attributes
how many types of assemblies are thereprivate publicshared satellite a private assembly is normally used by a one application and is stored in the
passport authenticationthis is a centralized authentication service given by microsoft that offers a single logon facility and membership services
what is aspnet authentication providers and iis securityaspnet executes authentication using authentication providers which are code modules that
what is the difference between vb6 and vbnetvb61 it is object-based language2 it does not support
explain interfacean interface is not a class it is an entity that is explained by the word interface an interface has no implementation it only has
what is an interface and what is an abstract class please expand by examples of using both explain why in a interface class all methods are
net is compile time or runtime environment nets framework has clscts and clrcts checks declaration of types at the time when u write code and
how would you implement inheritance using vbnetwhen we set out to execute a class using inheritance we must first begin with an existing class from
how to creating a key pair you can create a key pair using the strong name tool snexe key pair files usually have an snk extensionto create a key
what is the difference between proc sent by val and by refby val changes will not be reflected back to the variableby ref changes will be reflected
custom authenticationif we dont need aspnet to perform any authentication we can set the authentication mode to nonethe reason behind this decision