Hi,

the details for writing "classes" was given. So allow me to make a little comment on " kill it because I am calling these functionals from c# and I can't have lingering data".

I guess you are somehow affraid that you get memory leaks from F# but rest asured: what comes out of the compiller is more or less the same that comes from the C# compiler.

And in C# too you can't kill an object in memory - the GC will take this task.

Even Dispose is nothing but a way to clear some external resources or dependencies without waiting for a GC-run - the object itself will stay on the heap (or at least I understand it that way).

Same with F# code.

By on 7/26/2010 9:38 PM ()
By on 7/26/2010 12:11 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper