Click here to Skip to main content
15,879,535 members
Home / Discussions / C#
   

C#

 
GeneralRe: How convert SQL Server Pivot functionality in C# uisng LINQ Pin
Eddy Vluggen3-May-21 11:23
professionalEddy Vluggen3-May-21 11:23 
GeneralRe: How convert SQL Server Pivot functionality in C# uisng LINQ Pin
Gerry Schmitz3-May-21 21:56
mveGerry Schmitz3-May-21 21:56 
GeneralRe: How convert SQL Server Pivot functionality in C# uisng LINQ Pin
Pete O'Hanlon3-May-21 23:18
mvePete O'Hanlon3-May-21 23:18 
GeneralRe: How convert SQL Server Pivot functionality in C# uisng LINQ Pin
OriginalGriff4-May-21 1:34
mveOriginalGriff4-May-21 1:34 
QuestionBinding Textblock Text and Textbox Text Pin
mnkdrt3-May-21 4:09
mnkdrt3-May-21 4:09 
AnswerRe: Binding Textblock Text and Textbox Text Pin
Gerry Schmitz3-May-21 8:07
mveGerry Schmitz3-May-21 8:07 
QuestionDebug decompile - urgent project restore Pin
Ahmedtsadek2-May-21 19:05
Ahmedtsadek2-May-21 19:05 
AnswerRe: Debug decompile - urgent project restore Pin
OriginalGriff2-May-21 19:32
mveOriginalGriff2-May-21 19:32 
First off, restore from your latest backup - it's always the best way. you can then re-implement any changes you made since then.

While decompilation can regenerate code from a compiled EXE, it won't be exactly what you had, and if it's only the release version you can access then it may be useless to you - if you use an obfuscation tool when you created it then it's going to be pretty useless by design. Regardless, the production version will not contain any comments and may be very different to your original source due to optimisations.

Some tools can generate project and solution files for you: ReflectorFileDisassembler[^] but I've never used them.

Basically, restoring from the backup is the best way. You do take regular backups, don't you?
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!

AnswerRe: Debug decompile - urgent project restore Pin
Kuolung19673-May-21 0:48
Kuolung19673-May-21 0:48 
AnswerRe: Debug decompile - urgent project restore Pin
Gerry Schmitz3-May-21 7:42
mveGerry Schmitz3-May-21 7:42 
GeneralRe: Debug decompile - urgent project restore Pin
Richard Andrew x643-May-21 10:32
professionalRichard Andrew x643-May-21 10:32 
GeneralRe: Debug decompile - urgent project restore Pin
Ahmedtsadek3-May-21 12:55
Ahmedtsadek3-May-21 12:55 
GeneralRe: Debug decompile - urgent project restore Pin
Gerry Schmitz3-May-21 21:41
mveGerry Schmitz3-May-21 21:41 
Questionlinq to objects Extract values between start and end strings Pin
Mou_kol1-May-21 3:09
Mou_kol1-May-21 3:09 
AnswerRe: linq to objects Extract values between start and end strings Pin
OriginalGriff1-May-21 4:28
mveOriginalGriff1-May-21 4:28 
AnswerRe: linq to objects Extract values between start and end strings Pin
Richard MacCutchan1-May-21 4:41
mveRichard MacCutchan1-May-21 4:41 
GeneralRe: linq to objects Extract values between start and end strings Pin
Mou_kol1-May-21 6:44
Mou_kol1-May-21 6:44 
GeneralRe: linq to objects Extract values between start and end strings Pin
Richard MacCutchan1-May-21 6:48
mveRichard MacCutchan1-May-21 6:48 
AnswerRe: linq to objects Extract values between start and end strings Pin
Gerry Schmitz1-May-21 7:16
mveGerry Schmitz1-May-21 7:16 
AnswerRe: linq to objects Extract values between start and end strings Pin
Mycroft Holmes1-May-21 11:54
professionalMycroft Holmes1-May-21 11:54 
GeneralRe: linq to objects Extract values between start and end strings Pin
Mou_kol1-May-21 21:18
Mou_kol1-May-21 21:18 
GeneralRe: linq to objects Extract values between start and end strings Pin
Mycroft Holmes2-May-21 12:21
professionalMycroft Holmes2-May-21 12:21 
AnswerRe: linq to objects Extract values between start and end strings Pin
Eddy Vluggen3-May-21 6:24
professionalEddy Vluggen3-May-21 6:24 
QuestionHow to report progress from Async function Pin
Mou_kol29-Apr-21 20:23
Mou_kol29-Apr-21 20:23 
AnswerRe: How to report progress from Async function Pin
Richard Deeming29-Apr-21 21:15
mveRichard Deeming29-Apr-21 21:15 

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.