C# program to recover data
-
Hi!! M back... i really need to understand the concept of data recovery... can we make any program which can do data recovery using C#??? Thanks...
-
Concept of data recovery is hard to explain here. In short for writing a sw in c# you have to wrap low level API's. Not directly possible. Ahsan Ullah Senior Software Engineer MCTS 2.0
-
Hi!! M back... i really need to understand the concept of data recovery... can we make any program which can do data recovery using C#??? Thanks...
What you do and how you write it depends on exactly what you're trying to recover and the device you're trying to recover it from as well as the condition that it's in. You haven't specified what you mean by "data recovery", therefore, it's impossible to tell you what you have to do or if it's even possible to write in C#.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
What you do and how you write it depends on exactly what you're trying to recover and the device you're trying to recover it from as well as the condition that it's in. You haven't specified what you mean by "data recovery", therefore, it's impossible to tell you what you have to do or if it's even possible to write in C#.
A guide to posting questions on CodeProject[^]
Dave KreskowiakI want to know if a can recover deleted data from a IDE/SATA HDD, using a c# program.... Do i need to know abt ASM to do it??? often an corrupt hdd is sent for replacement, n the data is lost... cant we make any program or such thing which can recover data from a drive to another(good ) drive...
-
I want to know if a can recover deleted data from a IDE/SATA HDD, using a c# program.... Do i need to know abt ASM to do it??? often an corrupt hdd is sent for replacement, n the data is lost... cant we make any program or such thing which can recover data from a drive to another(good ) drive...
You don't need ASM to do it. You just need to have a VERY GOOD knowledge of how the internals of NTFS works, how files are actually deleted, how a disk is organized, and how to read wirte secotrs on the disk.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak