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
VB.NET Part 1
VB.NET Part 2
VB.NET Part 3
VB.NET Part 4
VB.NET Part 5
 
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
ADO.NET
NET Remoting
C#.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

VB.NET

VB.NET Interview questions and answer part 4.

<<Previous  Next>>

By Nishant Kumar 

Part 1 | Part 2 | Part 3 | Part 4 | part 5

Briefly describe DataView.  |   Define an XmlDataDocument.  |   Define SQL injection attack?  |   ReadXML, WriteXML, GetXML  |   Briefly describe user-defined controls.  |   Describe the role of the LicenseProvider in control licensing.  |   What are the requirements to access of the Certified for Windows logo program?  |   Steps to create localized form.  |   Explain the difference between Globalization and Localization.  |   What is strong name?  |   How do you retrieve resources at run time.    

Question - Briefly describe DataView.
Answer - The data represented in a DataView object can be filtered and sorted. It has Sort property and RowFilter property.

Question - Define an XmlDataDocument.
Answer - An XmlDataDocument is an in-memory representation of data in a hierarchical XML format and is synchronized with a DataSet. You can use the XmlDataDocument to perform XML manipulations on a DataSet.

Question - Define SQL injection attack?
Answer - It occurs when SQL string is passed as user input to the application. SQL injection attack is prevented by validating the format of all strings passed as user input.

Question - ReadXML, WriteXML, GetXML
Answer - ReadXML: The dataset method that reads data from an XML file into a dataset. WriteXML: GetXML: Retrieve data from a dataset in XML file.

Question - Briefly describe user-defined controls.
Answer - Inherited controls, user controls, and custom controls

Question - Describe the role of the LicenseProvider in control licensing.
Answer - The LicenseProvider controls license validation and grants run-time licenses to validly licensed components.

Question - What are the requirements to access of the Certified for Windows logo program?

Answer -

 

Question - Steps to create localized form.
Answer - Set the Localizable property to true.
Set the Language property to the language/region.
Make any localization-related changes in the UI.
The changed property values will automatically be stored in resource files.
To load appropriate resource file, CurrentUICulture is set to the appropriate CultureInfo.

Question - Explain the difference between Globalization and Localization.
Answer - Globalization refers to the application of culture-specific format to existing data. Localization refers to providing new culture-specific resources and retrieving the appropriate resources based on the culture setting.

Question - What is strong name?
Answer - Create Key file with the strong name utility (sn.exe).
Specify the key file in the AssemblyInfo file.

Question - How do you retrieve resources at run time.
Answer -  Create an instance of the ResourceManager class using the assembly that contains the desired resource. Use the GetString method to retrieve string resources or the GetObject method to retrieve object resources. 

Part 1 | Part 2 | Part 3 | Part 4 | part 5

<<Previous  Next>>


 

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