Search code examples
c#.netcddvd

Create a CD/DVD ISO Image in .NET


I'm searching for a library (or codebase) which will allow the creation of an ISO image from a CD/DVD with the .NET platform.

Does the .NET framework itself support the creation of ISO images?

I appreciate any advice.


Solution

  • .Net itself cannot create or manipulate ISO images.

    You can search Google for ISO libraries; I found this one.