Explains what is validation,
.NET framework is a Windows
This article explains how to
ASP.NET 2.0 Tutorials:
why validation of user input
Component that supports the
use the .NET XmlTextWriter
Application development in
is so important and how to
building and running of
class to create a custom RSS
.NET : Client Side
use ASP.NET 2.0 validation
windows applications and XML
feed. I have decided to
Application
controls to build robust Web
Web services. The purpose of
write this article in 2
Development
Client
applications.
the component is to provide
parts. In this part, I will
applications are
the user with a consistent
focus on creating the RSS
applications that run on the
object oriented programming
feed and how to consume it
client system-or the desktop
environment whether the code
from an asp.net page. In
of the user. They are
is stored locally or
part 2, I will focus on
closest to the traditional
remotely.
It aims to
creating a dynamic RSS feed
windows based applications
minimize software deployment
with ADO.NET.
and they display forms or
and versioning conflicts and
windows on the desktop
also promote safe execution
enabling the user perform
of code including codes
predefined tasks. Word
executed by trusted third
processors and spread sheets
parties. It is directed
are examples of client
towards eliminating
applications that employ
performance problems of
menus, GUI elements and
scripted or interpreted
access local resources such
environments. The effort is
as printers and scanners.
to make developer experience
consistent across a variety
of applications and
platforms and create
communication standards that
help .NET framework
applications integrate with
all other web based
applications.
Date: Feb, 19 2006 Date: May, 30 2006 Date: Jun, 20 2004 Date: Sep, 22 2005 |
This 5-part article
Explains how Web services
Accessing and manipulating
Explains how to simulate
introduces you to the basics
work and how to call it from
data using ASP.NET is very
hidden column in GridView
of coding C# in ASP .Net.
ASP.NET.
When we create
easy and flexible. This
control. GridView is one of
Some of topics covered: the
and run this web service ,
article takes a look at some
the new controls in ASP.Net
classic "Hello
it will be run by a web
of the new .NET data access
2.0 that replaced the
World" example in .Net
browser. However, in real
classes and methods,
DataGrid.
In earlier
form, Adding class and using
life, the true aim of web
including the OleDB and
versions of .Net when you
Namespaces, Code a Web form
service can only be achieved
SqlClient namespaces, as
didn't want the data to be
in .Net and see how you can
if we can call it from some
well as the DataReader,
visible to the client, you
create flexible
web application or a console
DataSet and DataSetCommand
simply set the Column
server-client interaction,
application.
classes. The author tops
visibility to False. But, if
How controls can be used to
this article off by creating
you try that with ASP.NET
manipulate data from your
a simple ASP.NET data access
2.0 GridView control, it
Web forms, and Server-side
page with C# that retrieves
will return only empty
data access in .Net.
data from a local Microsoft
string.
Access database.
Date: Oct, 11 2001 Date: Oct, 25 2006 Date: Jan, 30 2002 Date: Sep, 08 2006 |