On 3/4/07, Oleg Kobchenko <[EMAIL PROTECTED]> wrote:
Managed programs make it harder to write buggy programs, such as memory leaks, index overruns, etc. However, it makes it easy to write still too convoluted programs which may become increasingly hard to maintain.
Also: under .Net 1.1, I remember having to take the computational part of a c# program and move it into SQ (tables, views and stored procedures)L, simply because of the limitations of the memory model provided at that time. (J would have been nice, for that project, but at that time I didn't know how to get access to .Net resources from J.) It's kind of int resting hearing about the compromises made with .Net 2.0 to incorporate SQL support... (Even there, as I understand it, most of the compromises were about getting out of the way of the SQL engine.) -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
