Click here to Skip to main content
15,887,135 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: How can I learn about under the hood of .NET? Pin
Rahul Rajat Singh21-Jan-13 1:09
professionalRahul Rajat Singh21-Jan-13 1:09 
AnswerRe: How can I learn about under the hood of .NET? Pin
Eddy Vluggen21-Jan-13 13:39
professionalEddy Vluggen21-Jan-13 13:39 
Questiona question about how .NET apps dealing with filesystem failing Pin
alexyxj15-Jan-13 22:07
alexyxj15-Jan-13 22:07 
AnswerRe: a question about how .NET apps dealing with filesystem failing Pin
Richard MacCutchan15-Jan-13 22:40
mveRichard MacCutchan15-Jan-13 22:40 
GeneralRe: a question about how .NET apps dealing with filesystem failing Pin
alexyxj15-Jan-13 22:49
alexyxj15-Jan-13 22:49 
GeneralRe: a question about how .NET apps dealing with filesystem failing Pin
Richard MacCutchan15-Jan-13 23:33
mveRichard MacCutchan15-Jan-13 23:33 
GeneralRe: a question about how .NET apps dealing with filesystem failing Pin
Pete O'Hanlon15-Jan-13 23:46
mvePete O'Hanlon15-Jan-13 23:46 
AnswerRe: a question about how .NET apps dealing with filesystem failing Pin
jschell16-Jan-13 9:00
jschell16-Jan-13 9:00 
alexyxj wrote:
can anyone help explain what might happen to a .NET application if file system
crash?


In general - no.

alexyxj wrote:
How does your apps deal with file system crash?


Whatever the business requirements suggest and reasonable extrapolation from that.

For example I don't try to do anything at all about the file system filling up for a server. Can it happen? Yes. If it does what can I do? Nothing. I do however expect that any reasonable operations setup would take into account file system monitoring.

As another example if I can't read a configuration file that the server requires on start up then besides logging an error I can do one of the following
- Start with default values.
- Exit the server.

The choice depends on what was supposed to be in the configuration file that I was reading.

(Note that a logging solution MUST be implemented such that a logging failure does not stop the application from running.)

A stand alone user application should probably do something different. If it cannot read/write to the fle system then it should report that to the user.
AnswerRe: a question about how .NET apps dealing with filesystem failing Pin
alexyxj16-Jan-13 20:29
alexyxj16-Jan-13 20:29 
GeneralRe: a question about how .NET apps dealing with filesystem failing Pin
krunal38017-Jan-13 19:28
krunal38017-Jan-13 19:28 
QuestionGet description from Public Enum Pin
byka15-Jan-13 9:21
byka15-Jan-13 9:21 
AnswerRe: Get description from Public Enum Pin
Jibesh15-Jan-13 9:29
professionalJibesh15-Jan-13 9:29 
AnswerRe: Get description from Public Enum Pin
Bernhard Hiller15-Jan-13 20:34
Bernhard Hiller15-Jan-13 20:34 
AnswerRe: Get description from Public Enum Pin
Eddy Vluggen16-Jan-13 2:37
professionalEddy Vluggen16-Jan-13 2:37 
QuestionMisunderstanding XML Pin
Gary Heath14-Jan-13 23:44
Gary Heath14-Jan-13 23:44 
AnswerRe: Misunderstanding XML Pin
Alan Balkany16-Jan-13 4:11
Alan Balkany16-Jan-13 4:11 
AnswerRe: Misunderstanding XML Pin
jschell16-Jan-13 9:07
jschell16-Jan-13 9:07 
AnswerRe: Misunderstanding XML Pin
SledgeHammer0121-Jan-13 11:06
SledgeHammer0121-Jan-13 11:06 
Question[vb.net] Minimize Prompt Pin
barabba200514-Jan-13 5:31
barabba200514-Jan-13 5:31 
AnswerRe: [vb.net] Minimize Prompt Pin
Thomas Daniels14-Jan-13 7:08
mentorThomas Daniels14-Jan-13 7:08 
GeneralRe: [vb.net] Minimize Prompt Pin
barabba200515-Jan-13 0:42
barabba200515-Jan-13 0:42 
GeneralRe: [vb.net] Minimize Prompt Pin
Dave Kreskowiak15-Jan-13 4:22
mveDave Kreskowiak15-Jan-13 4:22 
AnswerRe: [vb.net] Minimize Prompt Pin
Alan N15-Jan-13 6:01
Alan N15-Jan-13 6:01 
Questionread an excel file Pin
xnaLearner14-Jan-13 4:38
xnaLearner14-Jan-13 4:38 
AnswerRe: read an excel file Pin
0bx15-Jan-13 11:55
0bx15-Jan-13 11:55 

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.