Is there any library in the .NET Framework which allows us to create, delete & wipe out disk partition programmatically in .NET? (I am using VB.NET)
At the moment the option I'm using is going through dos command 'diskpart', which I feel is not efficient in coding point of view.