Click here to Skip to main content
15,868,141 members
Home / Discussions / C#
   

C#

 
GeneralRe: an interesting aspect of C# 7 extended Tuple semantics Pin
Richard Deeming22-Feb-18 7:49
mveRichard Deeming22-Feb-18 7:49 
Questionhow to delete a question? Pin
Member 1368582120-Feb-18 1:27
Member 1368582120-Feb-18 1:27 
AnswerRe: How to make Data Recovery Software using C# Pin
Maciej Los20-Feb-18 3:02
mveMaciej Los20-Feb-18 3:02 
GeneralMessage Closed Pin
20-Feb-18 9:17
Member 1368582120-Feb-18 9:17 
GeneralRe: How to make Data Recovery Software using C# Pin
Richard Andrew x6420-Feb-18 10:04
professionalRichard Andrew x6420-Feb-18 10:04 
GeneralRe: How to make Data Recovery Software using C# Pin
phil.o20-Feb-18 12:49
professionalphil.o20-Feb-18 12:49 
AnswerRe: How to make Data Recovery Software using C# Pin
Gerry Schmitz20-Feb-18 10:45
mveGerry Schmitz20-Feb-18 10:45 
AnswerRe: How to make Data Recovery Software using C# Pin
Dave Kreskowiak20-Feb-18 13:50
mveDave Kreskowiak20-Feb-18 13:50 
First off, NOBODY is just going to hand you a quite large piece of code to do this.

Second, if you're even asking this question, you're not yet qualified to even attempt it.

You MUST understand how the various file systems work, how they are organized both logically and on disk, the various types of partition tables, how they work, the various disk structures, what actually happens when you do any operation to a file or to the file system itself, what can go wrong with them, how to handle cases where a file system maintains backups of it structures, ...

Yeah, you've got about a years worth of homework to do, maybe more, before you even attempt to write something like this.

Oh, and you're not going to write it in C#. A much better language would be C so you can run the app without a dependency on a working O/S and a rather large runtime environment.

AnswerRe: How to make Data Recovery Software using C# Pin
MadMyche22-Feb-18 4:44
professionalMadMyche22-Feb-18 4:44 
QuestionDateTimePicker Override right click events Pin
manju 319-Feb-18 23:36
manju 319-Feb-18 23:36 
AnswerRe: DateTimePicker Override right click events Pin
Ralf Meier20-Feb-18 0:34
professionalRalf Meier20-Feb-18 0:34 
QuestionSQL Connection and insertion of data in C# form application Pin
Member 1368376518-Feb-18 1:09
Member 1368376518-Feb-18 1:09 
AnswerRe: SQL Connection and insertion of data in C# form application Pin
Richard MacCutchan18-Feb-18 1:39
mveRichard MacCutchan18-Feb-18 1:39 
AnswerRe: SQL Connection and insertion of data in C# form application Pin
Eddy Vluggen18-Feb-18 3:02
professionalEddy Vluggen18-Feb-18 3:02 
SuggestionRe: SQL Connection and insertion of data in C# form application Pin
Richard Deeming19-Feb-18 8:18
mveRichard Deeming19-Feb-18 8:18 
QuestionTesting methodologies Pin
Hila Berger18-Feb-18 0:54
Hila Berger18-Feb-18 0:54 
AnswerRe: Testing methodologies Pin
Richard MacCutchan18-Feb-18 1:35
mveRichard MacCutchan18-Feb-18 1:35 
AnswerRe: Testing methodologies Pin
Eddy Vluggen18-Feb-18 2:41
professionalEddy Vluggen18-Feb-18 2:41 
GeneralRe: Testing methodologies Pin
BillWoodruff18-Feb-18 9:53
professionalBillWoodruff18-Feb-18 9:53 
GeneralRe: Testing methodologies Pin
Eddy Vluggen18-Feb-18 10:36
professionalEddy Vluggen18-Feb-18 10:36 
AnswerRe: Testing methodologies Pin
BillWoodruff18-Feb-18 9:50
professionalBillWoodruff18-Feb-18 9:50 
QuestionSale Invoice Pin
Member 1368352817-Feb-18 20:37
Member 1368352817-Feb-18 20:37 
AnswerRe: Sale Invoice Pin
Richard MacCutchan17-Feb-18 21:06
mveRichard MacCutchan17-Feb-18 21:06 
AnswerRe: Sale Invoice Pin
OriginalGriff17-Feb-18 22:42
mveOriginalGriff17-Feb-18 22:42 
QuestionTop Level Properties Pin
User9874317-Feb-18 16:26
professionalUser9874317-Feb-18 16:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.