How to Create an RSS Feed
This article describes how any web site can
add an RSS feed. It is easy and adds pull technology to your ability to
communicate with your clients. What does the XML look like and how do you
implement it on the site?
|
Fall Beauty Landscape Design
This landscape design is a real winner. I have named it the
Fall Beauty because of the beautiful purple flowers that show toward
the end of summer. You will love it in your backyard, frontyard, by the pool or
next to the mailbox. Drought resistant and easy to maintain.
|
SQL INSERT Statement
The
SQL INSERT statement is used to add rows to a table or view. When you
want to add information to a table you use the INSERT keyword. This is
different from the UPDATE statement because when using the UPDATE statement you
are changing information in a row. With the INSERT statement you are adding new
information to the table.
|
Convert an LDAP Server to a Web Service
What is LDAP, Lightweight Directory Access Protocol. This article is to
teach you how to build a web service to access your LDAP server. Businesses are
reaching the conclusion that they have too many repositories of information and
they need to create a single login for all their applications. They are turning
to LDAP servers to meet that need.
|
Reading Information from the LDAP Server
How to connect to an LDAP server and how to iterate through the
SearchResultCollection object to retrieve information from an LDAP server. How
to use the DirectorySearcher object and the DirectoryEntry object all within
C#.Net.
|
Building an LDAP Web Service
Converting LDAP to Web Service. If you place all the work of querying
the LDAP server and the connectivity issues in another class, then the
WebMethods from the WebService are simple to create and clutter free. If you
have multiple LDAP servers to access, then create a configuration file and get
the connectivity information from the configuration file.
|
An Excellent Border Plant -- Works Well in Rock Gardens
Autumn Joy
Sedum is an outstanding landscape plant with long lasting flowers. Mass
plantings of Sedum bring out the rich burgundy colors in late fall. You will
see flowers as early as August with the pinkish reds gradually turning a darker
shade of red as the weather turns cooler.
|
Power of the SQL SELECT statement
Select
Statement You can write SELECT statements and bring back information
from any database. The SELECT statement retrieves information from the
database. You can select information from one row or many rows, one field or
column or many columns and from one table or many tables.
|
WeightLifting Equipment for the Home Gym
Equipment for
weight training , including bodybuilding equipment, barbells, Smith
machines and dumbbells. What are the tools of the weightlifter? What equipment
do you need to build strong muscles and go through the entire range of motion
and utilize all your muscles?
|
Using Methods, How to Create a Method and How to Call the Method
This tutorial walks you through
creating a Method and How to Call the Method using C# code behind.
Using Methods and Calling a Method in C#
Passing Objects to a Method
Returning Values from a Method.
|