|
WCF helps in building applications to communicate with each other.
It is a framework that helps in managing distributed computing...............
Components of WCF Contracts and
descriptions: - Describes different features of messaging. The
features are described by Data contract, message contract,
service contract and policy and binding..................
WCF has a variety of distributed
programming infrastructures. WCF offers more flexibility and portability................
WCF allows duplex messaging pattern. Services can communicate with
client through a callback. Duplex messaging in WCF................
Different bindings Built- in bindings and custom bindings. When the
built in or system provided bindings are not suited for the requirement...............
Message queue allows applications
running at different times to send and read messages from queues. WCF
uses transactional queue to capture messages, delivered and stored...................
WCF also uses non transactional
queues for storing messages. Such queues are volatile in nature. They are stored in
memory and not used in transactions. On shutting down the machine, the queue
is lost.................
Ways of hosting WCF Service: Self
hosting: - The service code is embedded within the application
code. An end point for the service is defined and an instance
of SeriveHost is created......................
Transactions in
WCF allow several components to concurrently participate in an operation.................
Programming approaches for WCF:
Imperative: - Different programming languages can be sued for
implementing service logic..................
Advantages of hosting WCF services in
IIS : Provides process activation and recycling ability
thereby increasing reliability..............
The different isolation
levels: READ UNCOMMITTED: - An uncommitted transaction
can be read. This transaction can be rolled back
later..................
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............
This
article includes brief about ASP.NET, advantages of ASP.NET,
navigation sequence of ASP.NET web form, web Form components,
.NET framework, event handlers in ASP.NET, web form events,
server control events in ASP.NET, and server controls vs. HTML
controls, validation controls, navigation, and steps to store
cookies, ways to authenticate and authorize users in ASP.NET
etc.
This includes explanation of code security, Principal
object, declarative and imperative security, role-based
security, code access security and code group.
This article explains .Net assembly, private and shared
assembly, satellite assemblies, resource-only assembly,
ResourceManager class, strong name, global assembly cache.
This article has content about master
page, its advantages and how to create master page in ASP.NET.
It also describes about multiple master page.
|