Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. C# program to recover data

C# program to recover data

Scheduled Pinned Locked Moved C#
csharpquestion
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ayandelhi
    wrote on last edited by
    #1

    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...

    A D 2 Replies Last reply
    0
    • A ayandelhi

      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...

      A Offline
      A Offline
      AhsanS
      wrote on last edited by
      #2

      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

      A 1 Reply Last reply
      0
      • A AhsanS

        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

        A Offline
        A Offline
        ayandelhi
        wrote on last edited by
        #3

        How shud i do it???

        1 Reply Last reply
        0
        • A ayandelhi

          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...

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          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

          A 1 Reply Last reply
          0
          • D 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 Kreskowiak

            A Offline
            A Offline
            ayandelhi
            wrote on last edited by
            #5

            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...

            D 1 Reply Last reply
            0
            • A ayandelhi

              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...

              D Offline
              D Offline
              Dave Kreskowiak
              wrote on last edited by
              #6

              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

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups