The Wayback Machine - https://web.archive.org/web/20091223083841/http://www.codeguru.com:80/csharp/csharp/cs_webservices/

CodeGuru
Earthweb Search
Login Forums Wireless Jars Gamelan Developer.com
CodeGuru Navigation
RSS Feeds

RSSAll

RSSVC++/C++

RSS.NET/C#

RSSVB

See more EarthWeb Network feeds

follow us on Twitter

Member Sign In
User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.

jobs.internet.com

internet.commerce
Partners & Affiliates
















Home >> .NET / C# >> C# >> Web Services


Web Services

Security



The Basics of Manipulating File Access Control Lists with C#
Rating: none
Jani Järvinen - 09/26/2007
Learn about file access control lists and how to use C# to read and modify them to improve the security of your applications and your IT infrastructure.

.NET Tip: Creating a Password-Checking Function
Rating:
Eric Smith - 09/29/2006
Password security is an easy way to tighten access to any application. Use this function to check a password against a set of rules, as well as a set of previously used passwords.

"Indigo" CTP Released Today
Rating: none
Bradley Jones - 03/16/2005
Microsoft released the Community Technical Preview (CTP) of their next-generation Web-Services technology, "Indigo," today.

Asynchronous Web Services Invocation in .NET Framework 2.0
Rating: none
Thiru Thangarathinam - 02/09/2005
The new asynchronous invocation framework in .NET Framework 2.0 increases developer productivity and greatly enhances the user experience. Learn how to implement it in your .NET applications.

WSE 2.0 Specifications and How to Program Them Using .NET
Rating: none
SeenivasaRagavan Ramadurai - 12/02/2004
WSE comes to the rescue to develop better scalable and secured Web services.

Blocking Brute-Force Attacks
Rating:
m8urnett - 08/12/2004
A common threat Web developers face is a password-guessing attack known as a brute-force attack. A brute-force attack is an attempt to discover a password by systematically trying every possible combination of letters, numbers, and symbols until you discover the one correct combination that works. If your Web site requires user authentication, you are a good target for a brute-force attack.

Build Secure Web Services With SOAP Headers and Extensions
Rating:
Jeff Prosise - 04/17/2003
Building Web services with the .NET Framework is easy'—easy, that is, unless the Web services are secure. There is no standard, agreed-upon method for exposing Web services over the Internet in such a way that only authorized users can call them. Jeff Prosise jumps into one method of tackling this now.


Tutorials



Installing SQL Server 2008
Rating: none
Greg Larsen - 11/20/2009
Need your server and your site up and running quick? Let Greg Larsen show you what you need to know to get SQL Server running and configured.

An ADO.NET Data Services Tutorial
Rating:
mendhak - 07/09/2009
An ADO.NET Data Services Tutorial covering REST, querystring operations and expressions, HTTP verbs, Linq to Data Services, security, exceptions and tracing.

TIP: Closing your WCF Connections properly
Rating: none
mendhak - 03/09/2009
This tip looks at properly closing a WCF connection from your application - whether you're using the proxy classes or a ChannelFactory.

Modifying Spell Check for SharePoint Server 2007
Rating: none
Gustavo Velez - 09/05/2008
A valuable feature of SharePoint 2007 is the introduction of an online spell check program. But, that list of words may not always fit your needs. See how you can modify the spell check to include words specific to your industry.

Callback and Controls Rendering (Manual Partial Page Rendering)
Rating: none
Muhammad Adnan Amanullah - 01/29/2008
Learn about callback, a lightweight technique used to call server-side methods asynchronously from JavaScript without any postback and reloading/rendering of unnecessary parts of the page or unnecessary code.

Build a Windows Event Log Watcher Service Process to Export Event Log Entries as an RSS Feed
Rating: none
aleksisa - 11/13/2007
Build a Windows Event Log Watcher Service Process to Export Event Log Entries as an RSS feed using System.Diagnostics.EventLog, EntryWritten, and EnableRaisingEvents.

XSD Tutorial: XML Schemas For Beginners
Rating:
Simon Sprott - 05/24/2007
This five-part article gives a basic overview of the building blocks underlying XML Schemas, showing how and when to use them.

Looking at the WCF Windows Communication Foundation
Rating:
Jayant Kulkarni - 02/20/2007
Discover Windows Communication Foundation (WCF). Microsoft introduced this technology, which is a part of .NET 3.0, to make your life easy when it comes to building distributed applications.

Consuming Web Service Using ASP.NET AJAX
Rating: none
Bipin Joshi - 02/05/2007
Web services can play a significant role in data transport and overall communication between the client and the server. Learn how ASP.NET AJAX can consume ASP.NET web services.

Create a Web Service Method to Get NT Service Information
Rating:
aleksisa - 12/07/2006
Learn how to use a web service method to "extract" "Path to Executable" information for a given NT Service.

[Updated] Web Services Using JavaScript and .NET
Rating:
Prasad Kopanati - 06/05/2006
Learn how easy it is to consume Web services from your client-side applications!

Using SOAP Headers with ASP.NET 2.0 Web Services
Rating: none
Thiru Thangarathinam - 05/23/2006
SOAP headers are a good place to put optional information, and a good means to support evolving interfaces.

Introduction to the Google Maps API
Rating: none
Nicholas C. Zakas - 05/04/2006
Discover how easy it is to begin developing sites incorporating maps from the Google Maps API.

[Updated] SQL Formatter Web Service
Rating: none
tako.lee - 04/19/2006
Create an online SQL formatter based on the SQL Formatter Web Service.

Getting the Latest Files from Microsoft Visual SourceSafe Remotely
Rating: none
Steve Green - 12/06/2005
Learn how to get the latest files from Visual SourceSafe remotely.

Asynchronous Web Services in .NET Using WSE 2.0
Rating: none
rekha kodali - 10/28/2005
Discover an approach to efficiently communicate with a Web service asynchronously.

Talk to SharePoint Through Its Web Services
Rating:
Klaus Salchner - 12/22/2004
Learn how you can use the SharePoint Web services to integrate SharePoint capabilities into your application. The Web services provided by SharePoint provide a vast array of features.

Building Distributed Apps? Use XML Web Services, Not Remoting (Mostly)
Rating: none
Paul Kimmel - 12/15/2004
When choosing between .NET Remoting and Web services for your distributed applications, XML Web services are the right call most of the time. Learn how to produce and consume these Web services.

How to Integrate Google Searches into Your Application
Rating:
Klaus Salchner - 12/06/2004
Learn how to leverage Google's Internet search capabilities from within your application through Google's web service API. Complex query terms and filtering capabilities assure relevancy of the search results to your application needs.

Advanced Asychronous Web Services
Rating:
Shail Srivastav - 04/26/2004
Learn how to use asynchronous Web services in your application and how you can use the callback method to make your application.

.NET Web Services Tutorial
Rating:
Shiv Pal Singh - 12/17/2002
Writing .NET Web services without using Visual Studio can be tricky. Learn how to create a Web Service without using Visual Studio .NET.


Web Services



Creating RESTful Web Services with Windows Communication Foundation
08/21/2007
By Aaron Lerch Learn how to use Windows Communication Foundation (WCF) to easily create "RESTful" Web Services in .NET 3.5 that can leverage the simplicity, ubiquity, and scalability of web programming.

Integrate through Web Interfaces with C#
Rating:
Zhou Wu - 01/06/2004
Learn to create an instance of IE and programmingly interact with the instance by submitting a query and retrieving data.

Exception Handling in Web Services
10/07/2003
Web services offer great promise, but what happens when something goes wrong?








The Network for Technology Professionals

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers