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

ProductService.cs based on IDisposable

2 Answers 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Taffy Lewis
Top achievements
Rank 1
Taffy Lewis asked on 18 Oct 2019, 07:15 PM
Looking at the example, it uses a model "ProductService.cs" based on IDisposable.  Can you point me to documentation that talks about this and various other aspects like: why i would use it; when to call Dispose(); ect.

2 Answers, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 22 Oct 2019, 11:45 AM

Hello,

For more details on implementing IDisposable interface and using Dispose() check out the resources below:

https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/unmanaged

https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/implementing-dispose

https://stackoverflow.com/questions/538060/proper-use-of-the-idisposable-interface

 

Regards,
Viktor Tachev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Taffy Lewis
Top achievements
Rank 1
answered on 29 Oct 2019, 11:52 AM

Thanks Viktor, I found this information very useful!

Taffy

Tags
Grid
Asked by
Taffy Lewis
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Taffy Lewis
Top achievements
Rank 1
Share this question
or