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

.NET (Core and Framework)

 
GeneralRe: NFS for ASP.NET MVC 5 Pin
Eddy Vluggen11-Mar-17 6:47
professionalEddy Vluggen11-Mar-17 6:47 
GeneralRe: NFS for ASP.NET MVC 5 Pin
Member 1299209411-Mar-17 7:09
Member 1299209411-Mar-17 7:09 
GeneralRe: NFS for ASP.NET MVC 5 Pin
Eddy Vluggen11-Mar-17 7:18
professionalEddy Vluggen11-Mar-17 7:18 
GeneralRe: NFS for ASP.NET MVC 5 Pin
Member 1299209411-Mar-17 7:26
Member 1299209411-Mar-17 7:26 
GeneralRe: NFS for ASP.NET MVC 5 Pin
Eddy Vluggen11-Mar-17 7:34
professionalEddy Vluggen11-Mar-17 7:34 
GeneralRe: NFS for ASP.NET MVC 5 Pin
Member 130068963-Apr-17 7:21
Member 130068963-Apr-17 7:21 
QuestionFileInfo.LastWriteTime(-12) is fetching Files modified long time back Pin
indian1439-Mar-17 0:00
indian1439-Mar-17 0:00 
AnswerRe: FileInfo.LastWriteTime(-12) is fetching Files modified long time back Pin
Jochen Arndt9-Mar-17 0:28
professionalJochen Arndt9-Mar-17 0:28 
See FileSystemInfo.LastWriteTime Property (System.IO)[^]:
Quote:
Note This method may return an inaccurate value, because it uses native functions whose values may not be continuously updated by the operating system.

The value of the LastWriteTime property is pre-cached if the current instance of the FileSystemInfo object was returned from any of the following DirectoryInfo methods:

GetDirectories

GetFiles

GetFileSystemInfos

EnumerateDirectories

EnumerateFiles

EnumerateFileSystemInfos

To get the latest value, call the Refresh[^] method.

So you might get an old time stamp especially when the file has just been updated.
AnswerRe: FileInfo.LastWriteTime(-12) is fetching Files modified long time back Pin
Richard Deeming9-Mar-17 0:58
mveRichard Deeming9-Mar-17 0:58 
GeneralRe: FileInfo.LastWriteTime(-12) is fetching Files modified long time back Pin
indian1439-Mar-17 8:09
indian1439-Mar-17 8:09 
QuestionNeed to write an Outlook Email in which body contains information a Table format Pin
indian1435-Mar-17 12:17
indian1435-Mar-17 12:17 
AnswerRe: Need to write an Outlook Email in which body contains information a Table format Pin
Dave Kreskowiak5-Mar-17 14:45
mveDave Kreskowiak5-Mar-17 14:45 
AnswerRe: Need to write an Outlook Email in which body contains information a Table format Pin
Gerry Schmitz6-Mar-17 9:00
mveGerry Schmitz6-Mar-17 9:00 
GeneralRe: Need to write an Outlook Email in which body contains information a Table format Pin
indian1438-Mar-17 23:51
indian1438-Mar-17 23:51 
QuestionFaking AppDomain.CurrentDomain.BaseDirectory, is this way too bad? .net/c# Pin
User 110609793-Mar-17 6:08
User 110609793-Mar-17 6:08 
AnswerRe: Faking AppDomain.CurrentDomain.BaseDirectory, is this way too bad? .net/c# Pin
Gerry Schmitz3-Mar-17 7:06
mveGerry Schmitz3-Mar-17 7:06 
GeneralRe: Faking AppDomain.CurrentDomain.BaseDirectory, is this way too bad? .net/c# Pin
User 110609793-Mar-17 7:09
User 110609793-Mar-17 7:09 
GeneralRe: Faking AppDomain.CurrentDomain.BaseDirectory, is this way too bad? .net/c# Pin
Gerry Schmitz3-Mar-17 8:59
mveGerry Schmitz3-Mar-17 8:59 
GeneralRe: Faking AppDomain.CurrentDomain.BaseDirectory, is this way too bad? .net/c# Pin
User 110609793-Mar-17 9:07
User 110609793-Mar-17 9:07 
Questionc# Pin
rationcard20-Feb-17 0:52
rationcard20-Feb-17 0:52 
AnswerRe: c# Pin
Pete O'Hanlon20-Feb-17 1:10
mvePete O'Hanlon20-Feb-17 1:10 
GeneralRe: c# Pin
Richard Deeming20-Feb-17 2:06
mveRichard Deeming20-Feb-17 2:06 
GeneralRe: c# Pin
Pete O'Hanlon20-Feb-17 2:16
mvePete O'Hanlon20-Feb-17 2:16 
AnswerRe: c# Pin
Patrice T21-Feb-17 13:12
mvePatrice T21-Feb-17 13:12 
GeneralRe: c# Pin
Dave Kreskowiak21-Feb-17 13:32
mveDave Kreskowiak21-Feb-17 13:32 

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.