|
VB.NET Interview questions - Part 4
Part 1 | Part 2 | Part 3 | Part 4 | part
5
The data represented in a
DataView object can be filtered and sorted. It has Sort property and
RowFilter property.................
An XmlDataDocument is an in-memory representation
of data in a hierarchical XML format and is synchronized with a
DataSet...................
It occurs when
SQL string is passed as user input to the application. SQL injection
attack
is..............
ReadXML: The dataset method that reads data from
an XML file into a dataset. WriteXML: GetXML: Retrieve data from a
dataset in XML
file..............
Inherited controls, user controls, and custom
controls.................
The LicenseProvider controls license validation
and grants run-time licenses to validly licensed
components................
Set the Localizable property to true. Set the
Language property to the language/region. Make any
localization-related changes in the UI.
................
Set the
Localizable property to true. Set the Language property to the
language/region..............
Globalization refers to the application of
culture-specific format to existing
data......
Create Key file with the strong name utility
(sn.exe).................
How do you
retrieve resources at run
time?
Create an instance of the ResourceManager class
using the assembly that contains the desired
resource.............
Part 1 | Part 2 | Part 3 | Part 4 | part
5
<<Previous Next>>
Also read
|
Server.Transfer
and response.Redirect Following are the major
differences between Server.Transfer and
response.Redirect............ |
Impersonation ASP.NET
can also impersonate a specific account you specify in
web.config.........
|
|
ASP.NET 2.0
Web Parts Framework ASP.NET 2.0 ships with a
Web Parts Framework that provides the infrastructure and the
building blocks required for creating modular web pages that
can be easily customized by the
users...................
|
.NET
Code Security This includes explanation of
code security, Principal object, declarative and imperative
security, role-based security, code access security and code
group........... |
|
ASP.NET Validation
Control This includes description about
validation control, its types and steps to use them in
ASP.NET............ |
Model
View Controller We will learn about MVC design
patterns, and how Microsoft has made our lives easier by
creating the ASP.NET MVC framework for easier adoption of MVC
patterns in our web
applications...............
|
|