Subject Re: [IBO] IBO.NET?
Author Stephen Boyd
The only thing that I use .NET for is ASP.NET for web apps. It is so
much easier to do the user interface stuff this way than trying to use
ISAPI. Having said that I only do the user interface stuff in .NET. I
still do all the database and business logic in Delphi using IBO from
an ISAPI dll. The C# user interface code just makes a HTTP call to the
ISAPI dll to get the data.

So the short answer to your question is IBO for .NET is not terribly
important to me.

> How do you like .NET? If possible, I'd like to hear everyone's
opinion on
> the importance that IBO be ported to run in the .NET environment.
>
> Jason Wharton