Click here to Skip to main content
15,885,244 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# check for null in linq Pin
Richard MacCutchan29-Sep-12 21:45
mveRichard MacCutchan29-Sep-12 21:45 
QuestionEncrypt text file in C# Pin
gibsray29-Sep-12 7:09
gibsray29-Sep-12 7:09 
AnswerRe: Encrypt text file in C# Pin
Smart Arab29-Sep-12 7:20
Smart Arab29-Sep-12 7:20 
AnswerRe: Encrypt text file in C# Pin
Sandip.Nascar29-Sep-12 8:53
Sandip.Nascar29-Sep-12 8:53 
QuestionPattern for creating class libraries Pin
nitin_ion28-Sep-12 20:32
nitin_ion28-Sep-12 20:32 
AnswerRe: Pattern for creating class libraries Pin
n.podbielski28-Sep-12 21:51
n.podbielski28-Sep-12 21:51 
QuestionVisual Studio 10 Naming Issue? Pin
PDTUM28-Sep-12 9:57
PDTUM28-Sep-12 9:57 
AnswerRe: Visual Studio 10 Naming Issue? Pin
Emmanuel Medina28-Sep-12 11:07
professionalEmmanuel Medina28-Sep-12 11:07 
I haven't experienced that kind of thing, and since you don't know how to reproduce this, I cannot help you on that front right now. Could you provide your solution files to see if we can reproduce your situation? also, try and do whatever you are doing regularly when this happens and take notice of all of it, try and give us the steps to reproduce your problem so we can help you figure out what is happening

Now, regarding this:
PDTUM wrote:
how I can recover the application to where it was

I can't think of anything to help you recover it to where it was, but you should always have some form of backup of your code.

For future ocassions I would recommend using Source Code Control, even when working alone on a project, since you will have backups (preferably set the server on another machine) and you will be able to revert back to older versions of the code.

If you have access to TFS (Team Foundation Server) that would be great since Team Explorer integrates pretty well with VS, if you don't try Subversion or TortoiseSVN, failing all that, zip up your code and put your zips (or RARs or whichever compressed format you prefer) in a safe place (i.e. cloud storage - SkyDrive, Google Drive, DropBox), my point here is, no matter how rudimentary (or sophisticated) but always have a backup of your work.
GeneralRe: Visual Studio 10 Naming Issue? Pin
PDTUM28-Sep-12 13:31
PDTUM28-Sep-12 13:31 
AnswerRe: Visual Studio 10 Naming Issue? Pin
Smart Arab28-Sep-12 22:20
Smart Arab28-Sep-12 22:20 
GeneralRe: Visual Studio 10 Naming Issue? Pin
PDTUM3-Oct-12 5:25
PDTUM3-Oct-12 5:25 
GeneralRe: Visual Studio 10 Naming Issue? Pin
Smart Arab3-Oct-12 7:01
Smart Arab3-Oct-12 7:01 
QuestionC# database error Pin
classy_dog28-Sep-12 6:50
classy_dog28-Sep-12 6:50 
AnswerRe: C# database error Pin
Matt U.28-Sep-12 6:59
Matt U.28-Sep-12 6:59 
AnswerRe: C# database error Pin
Emmanuel Medina28-Sep-12 9:40
professionalEmmanuel Medina28-Sep-12 9:40 
QuestionImage compression Pin
hardiksince198728-Sep-12 6:13
hardiksince198728-Sep-12 6:13 
AnswerRe: Image compression Pin
Ravi Bhavnani28-Sep-12 6:15
professionalRavi Bhavnani28-Sep-12 6:15 
AnswerRe: Image compression Pin
Abhinav S28-Sep-12 17:00
Abhinav S28-Sep-12 17:00 
Questiongeneric queue synchronisation Pin
Ramu katturi28-Sep-12 3:18
Ramu katturi28-Sep-12 3:18 
AnswerRe: generic queue synchronisation Pin
Dave Kreskowiak28-Sep-12 3:58
mveDave Kreskowiak28-Sep-12 3:58 
Questionupdate in LINQ to SQL is not working for C#.Net? Pin
Jineesh TR27-Sep-12 23:26
professionalJineesh TR27-Sep-12 23:26 
AnswerRe: update in LINQ to SQL is not working for C#.Net? Pin
J4amieC28-Sep-12 0:09
J4amieC28-Sep-12 0:09 
GeneralRe: update in LINQ to SQL is not working for C#.Net? Pin
Jineesh TR28-Sep-12 0:18
professionalJineesh TR28-Sep-12 0:18 
GeneralRe: update in LINQ to SQL is not working for C#.Net? Pin
Dave Kreskowiak28-Sep-12 1:22
mveDave Kreskowiak28-Sep-12 1:22 
GeneralRe: update in LINQ to SQL is not working for C#.Net? Pin
Jineesh TR30-Sep-12 19:44
professionalJineesh TR30-Sep-12 19:44 

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.