いっしきまさひこBLOG

AI・機械学習関連、Web制作関連、プログラミング関連、旅行記録などなど。一色政彦。

Borland C# Builder

C# BuilderのWebサービス構築方法

C#Builder WebMethod (Service) and Consumer (Client) Tutorial by Clay Shannon

・・・Step-by-step guide to creating web services (AKA "web methods") and clients to "consume" them using C#Builder.

Business Objects for .NET Remoting using C#Builder - by Lino Tadros

・・・This article will discuss the 3 different ways of architecting Business Objects for .NET Remoting systems without having to deploy any of its code to its client applications.

C#Builder WinForm Application Development Tutorial by Clay Shannon

Learn how to build a simple .RTF viewer with C#Builder in this short introductory article that touches on the C#Builder IDE, escaping strings, and Wacky Warble McGorkle.

The C#Builder Open Tools API by Erik Berry

The C#Builder Open Tools API (OTA) allows developers to add functionality to the IDE using any .NET language. This article introduces the major changes in the new .NET OTA and provides several usage examples and practical hints.

http://bdn.borland.com/article/0,1410,30194,00.html

Using ADO.NET with C#Builder Personal by Bob Swart

In this article, Bob Swart shows you how to use C#Builder Personal in combination with "plain" ADO.NET to connect to a MSDE database, create a table, insert records, select the records from this table again and show them in a datagrid.

Consuming the TicTacToe Web Service with C#Builder by Bob Swart

In this article, Bob Swart shows you how to use C#Builder to import a web service, and use it to build a WinForms application that can be used as a TicTacToe game client.

Keyboard event handling in .NET applications by Alfred Mirzagitov

This article shows several different techniques for handling .NET keyboard events in an application