|
Latest answer: In weak
typing, it is allowed to define a block of memory as another type
(casting). Languages like C, C++ are weakly and statically
typed............... Read answer
Latest answer: PID stands
for Process Identifier. It is a uniquely assigned integer that
identifies a process in an OS............. Read answer
Latest answer: Any system
that has the CLR (common language runtime) installed, has a
machine-wide code cache known as GAC........... Read
answer
Latest answer: A service opens before one log
in. However, a standard exe can be opened after a log in only.
Windows Service applications are long-running applications that do
not have a user interface. They do not even produce any visual
output............. Read
answer
Latest answer:
Serialization is a process of taking an object and
converting into a form so that it can be transported across the
network. The serialized data can also be stored at a location using
de-serialization............ Read answer
Latest answer: Interface
oriented approach compels to develop the software based on the
contract. Object oriented approach emphasizes on its aspects
like:........... Read
answer
Latest answer: XML Web services are more
restricted than objects exposed over .NET Remoting. XML Web
services support open standards that target cross-platform
use.................. Read answer
Latest answer: Just In Time
Compiler compiles the code just before it is run. Due to this the
code takes longer time to start however it is more efficient
compilation since the compiler has more information about the target
system............. Read answer
|
ASP.NET 2.0
Data Controls One of the important goals of
ASP.NET 2.0 is 70% code reduction. The data controls supplied
with ASP.NET 2.0 play an important role in making this
ambitious goal a reality...............
|
ASP.NET
2.0 Security Controls With ASP.NET 2.0, things
have changed for the better. For security-related
functionalities, ASP.NET 2.0 introduces a wide range of new
controls..............
|
|
ASP.NET
2.0 New Controls In addition to the new
controls, ASP.NET 2.0 also provides numerous enhancements to
existing controls that make these controls more versatile than
ever before in building component-based web pages. For
example, the Panel control now has a DefaultButton property
that specifies which button should be clicked if the user
presses the Enter key while the panel has the
focus.........
|
ASP.NET
2.0 Validation Groups With ASP.NET 2.0,
Microsoft introduces a new feature known as validation groups,
which enables you to create different groups of validation
controls and assign them to input controls, such as text
boxes. You can assign a validation group to a collection of
input controls if you want to validate the collection of input
controls on the same criteria............
|
|
ASP.NET 2.0
Themes One of the neat features of ASP.NET 2.0
is themes, which enable you to define the appearance of a set
of controls once and apply the appearance to your entire web
application............
|
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............
|
|
Understanding
Anonymous Types Anonymous types defined with
var are not VB variants. The var keyword signals the compiler
to emit a strong type based on the value of the operator on
the right side. Anonymous types can be used to initialize
simple types like integers and strings but detract modestly
from clarity and add little
value............ |
Essential
LINQ Essential LINQ is the first LINQ book
written by leading members of Microsoft's LINQ and C# teams.
Writing for architects, developers, and development managers,
these Microsoft insiders share their intimate understanding of
LINQ, revealing new patterns and best practices for getting
the most out of it...............
|
|
.NET
Code Security This includes explanation of
code security, Principal object, declarative and imperative
security, role-based security, code access security and code
group.
|
.NET
Assembly This article
explains .Net assembly, private and shared assembly, satellite
assemblies, resource-only assembly, ResourceManager class,
strong name, global assembly cache.........
|
|
MVC
Design MVC, which stands for Model View
Controller, is a design pattern that helps us achieve the
decoupling of data access and business logic from the
presentation code , and also gives us the opportunity to unit
test the GUI effectively and neatly, without worrying about
GUI changes at all..........
|
C#.NET
parallelized code for concurrent
programming Using the factory method class
creati onal patt ern to create classes prepared for
inheritance, and hence simplifying the creati on of
parallelized code. Designing effi cient and pragmati c
object-oriented multi threaded
code............ |
What Is ASP.NET 2.0
AJAX? AJAX-style communications between client
and server. This communication is over web services.
Asynchronous communication. All client-to-server communication
in the ASP.NET 2.0 AJAX framework is
asynchronous................ |
Potential
benefits of using Ajax AJAX makes it
possible to create better and more responsive websites and web
applications............... |
<<Previous
Next>>
|