This is a migrated thread and some comments may be shown as answers.

Is Teleric a Managed or UnManaged Object?

1 Answer 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Pankaj
Top achievements
Rank 1
Pankaj asked on 21 Dec 2012, 02:55 AM
As per the Page life cycle in ASP.net, under the Unload event of Page Life cycle all the controls should be disposed. But it's not true when we have used FileStream Objects in the same class. We have to dispose it manually to manage memory.

Query - When using the teleric controls, is it necessary to dispose it manually or during the execution of Unload event, it's object will be disposed?

Query - Teleric control is Managed or Un-Managed?

1 Answer, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 25 Dec 2012, 09:28 AM
Hi Pankaj,

Our classes are written such way to dispose the resources automatically. You don't need to care about this.
Yes, the code is managed, it is written in C# and runs on .NET

All the best,
Vasil
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Pankaj
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Share this question
or