|
From this session, brought to
This is the first tutorial as
This article examines how to
RSS (Rich Site Summary) news
you by Microsoft and
part of the Visual Basic
can create a Web service in
feeds are easily consumed
DevelopMentor, you will
.NET 2005 Training. In this
.NET and then utilize it
and displayed in an ASP.NET
learn the internal details
tutorials we will be
from a classic ASP page on
web forms page using no more
of how ASP .NET works, from
learning about the basics of
your Web server, thereby
than a few lines of codes.
the new compiled processing
The .NET Framework
providing an API that can be
However, listing the RSS
model to the inheritance
Architecture, The .NET
utilized by both your
news feed links in this
story of a page and
vision, Common Language
ASP.NET Web pages and
fashion can take up
code-behind. Also, learn
Runtime (CLR), .NET
classic ASP pages.
considerable page space.
about the strengths of Web
Framework Class Library and
Instead, it would be more
Forms and a completly new
Microsoft Intermediate
convenient to display them
Server-Side controls
Language (MSIL). It's very
in a small embedded window
architecture. You will also
important to learn the
that automatically scrolls
learn how to scale a Web
basics before we actually
them to the user. This
site by taking advantage of
start with the Programming.
method substantially reduces
the new state management
The .NET framework is a
the page real estate devoted
features in ASP .NET.
software technology that is
to the news feed, while
Finally, you will learn
directed towards connecting
displaying the same
about Web Services - how
information, people, systems
information in a compact,
they work and where they fit
and devices seamlessly. The
attractive, and intuitive
in the world of distributed
high level of software
manner. Once you have
computing. Source code
integration that has been
developed a method for
included.
attempted through use of XML
displaying RSS news in this
web services enables the
format, it would be still
creation of small, discrete,
more convenient to implement
building block types of
the method as a custom
applications. These
control that you can add to
applications are connected
any ASP.NET web forms page
to other applications over
with just a few lines of
the Internet.
code. This article shows
you how.
In this article,
you will learn how to create
the illusion of continuous
seamless scrolling by: 1)
using two datagrids to
display the same listing;
and 2) scrolling the entire
total list, but then
repeating the scrolling when
it has passed over the first
list.
Date: Jul, 30 2005 Date: May, 27 2005 Date: Aug, 27 2003 Date: Jan, 23 2006 |
|
ASP.NET 2.0 Free Training :
Some ADO.NET sessions focus
Explains how to work with
In this source code we will
Changing Master Pages
on the object model and .NET
multiple tables, handle
look at how to read an XML
Dynamically - In this
Framework classes and not on
errors and how DataSet
data source and how to put
tutorial you will learn how
specific data access tasks
tracks modified table rows.
it on our ASP.NET page. For
to make a copy of the master
that ADO.NET can solve. This
Whenever a row is changed,
this example you can use a
page, To add buttons for
session assumes you're
its status is set from
sample XML file putting same
selecting an alternate
somewhat familiar with the
UnChanged to Modified.
folder with our source code.
master page, To write code
ADO.NET object model and
Whenever, a new row is
.
to dynamically select the
want to see how to address
added, its status would be
master page and test the
the common tasks your
depicted by DataRow.Added.
dynamic master pages.
application is likely to
perform. Focus on getting
connected in an ASP and
Windows application, how to
setup and run ad hoc queries
as well as parameter-driven
stored procedures, with and
without returned parameters.
See how to bind to
DataReaders and DataSets and
when it makes sense to use
each. See how to fill and
bind to a ListBox and a
DataGrid and how to update
the data, even when the
query is the result of a
complex join.
Date: Sep, 22 2005 Date: Aug, 18 2003 Date: Oct, 25 2006 Date: Sep, 26 2006 |