The label "web
Explains how Web services
Well by now many of you have
How to create a cookie, how
services," as broadly
work and how to call it from
probably heard, or at least
to get the value stored in a
applied, has two levels of
ASP.NET.
When we create
caught wind of, the fact
cookie, set the lifetime,
meaning—one specific and one
and run this web service ,
that the next version of ASP
path and domain for a
conceptual. Specifically,
it will be run by a web
is not going to be ASP 4.0.
cookie, edit a cookie,
web services are a stack of
browser. However, in real
It is instead going to be
delete a cookie, remove
emerging standards that
life, the true aim of web
called ASP+, and what a
subkeys from a cookie...
describe a service-oriented,
service can only be achieved
difference that plus sign
component-based application
if we can call it from some
makes. This article
architecture. Conceptually,
web application or a console
describes the new ASP in a
web services represent a
application.
great detail. Topics
model in which discrete
include: The New ASP+
tasks within e-business
Infrastructure, Increased
processes are distributed
Performance, Greater
widely throughout a value
Scalability, Quicker and
net.
Easier Development, Easier
Manageability, Improved
Security, Language Support,
and Web Services.
Date: Mar, 31 2003 Date: Oct, 25 2006 Date: Jul, 18 2000 Date: Nov, 30 -1 |
This article explains how to
This 5-part article
Explains how to simulate
This discussion will focus
use the .NET XmlTextWriter
introduces you to the basics
hidden column in GridView
around "How to write
class to create a custom RSS
of coding C# in ASP .Net.
control. GridView is one of
secure code?" using
feed. I have decided to
Some of topics covered: the
the new controls in ASP.Net
.NET Technologies. It will
write this article in 2
classic "Hello
2.0 that replaced the
also discuss secure coding
parts. In this part, I will
World" example in .Net
DataGrid.
In earlier
practices for enterprises
focus on creating the RSS
form, Adding class and using
versions of .Net when you
and organizations. The
feed and how to consume it
Namespaces, Code a Web form
didn't want the data to be
discussion will include
from an asp.net page. In
in .Net and see how you can
visible to the client, you
following topics: .NET
part 2, I will focus on
create flexible
simply set the Column
Security Fundamentals; Code
creating a dynamic RSS feed
server-client interaction,
visibility to False. But, if
Access Security;
with ADO.NET.
How controls can be used to
you try that with ASP.NET
Impersonation,
manipulate data from your
2.0 GridView control, it
Authentication and
Web forms, and Server-side
will return only empty
Authorization; Security in
data access in .Net.
string.
COM+ and ASP.NET. Source
code included.
Date: Jun, 20 2004 Date: Oct, 11 2001 Date: Sep, 08 2006 Date: Jan, 10 2005 |