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

.NET (Core and Framework)

 
QuestionReplacing Compiled Code for Scheduled Tasks Pin
indian14313-Feb-13 10:57
indian14313-Feb-13 10:57 
AnswerRe: Replacing Compiled Code for Scheduled Tasks Pin
Jibesh13-Feb-13 11:07
professionalJibesh13-Feb-13 11:07 
AnswerRe: Replacing Compiled Code for Scheduled Tasks Pin
Dave Kreskowiak13-Feb-13 16:50
mveDave Kreskowiak13-Feb-13 16:50 
QuestionEntity Framework mapping issue Pin
alex.barylski13-Feb-13 6:32
alex.barylski13-Feb-13 6:32 
AnswerRe: Entity Framework mapping issue Pin
Richard Deeming13-Feb-13 8:23
mveRichard Deeming13-Feb-13 8:23 
GeneralRe: Entity Framework mapping issue Pin
alex.barylski13-Feb-13 8:45
alex.barylski13-Feb-13 8:45 
GeneralRe: Entity Framework mapping issue Pin
Richard Deeming13-Feb-13 9:05
mveRichard Deeming13-Feb-13 9:05 
GeneralRe: Entity Framework mapping issue Pin
Dave Kreskowiak13-Feb-13 16:55
mveDave Kreskowiak13-Feb-13 16:55 
EF will see a .NET type of DateTime in your POCO and use the native DateTime datatype specified by the underlying data provider. It will not convert a DateTime to a "serial number" as you want because the serial number can be based on any arbitrary epoch. For example, UNIX uses 1/1/1970 00:00:00AM whereas .NET uses 1/1/0001 00:00:00AM. So, to each system, the datetime serial number will mean something different.

Why even do this?? Why not just let the underlying database handle the storage and return the correct datetime without your code having to worry about conversion?

QuestionProblem with my Kinect Runtime in running mode :( Pin
Yanni de Wouters9-Feb-13 11:59
Yanni de Wouters9-Feb-13 11:59 
AnswerRe: Problem with my Kinect Runtime in running mode :( Pin
Richard MacCutchan9-Feb-13 21:33
mveRichard MacCutchan9-Feb-13 21:33 
GeneralRe: Problem with my Kinect Runtime in running mode :( Pin
Yanni de Wouters10-Feb-13 10:19
Yanni de Wouters10-Feb-13 10:19 
GeneralRe: Problem with my Kinect Runtime in running mode :( Pin
Richard MacCutchan10-Feb-13 21:39
mveRichard MacCutchan10-Feb-13 21:39 
GeneralRe: Problem with my Kinect Runtime in running mode :( Pin
Yanni de Wouters7-Apr-13 5:32
Yanni de Wouters7-Apr-13 5:32 
QuestionMemory managment Pin
imgags8-Feb-13 2:27
imgags8-Feb-13 2:27 
AnswerRe: Memory managment Pin
Dave Kreskowiak8-Feb-13 2:47
mveDave Kreskowiak8-Feb-13 2:47 
AnswerRe: Memory managment Pin
Eddy Vluggen9-Feb-13 0:21
professionalEddy Vluggen9-Feb-13 0:21 
QuestionWhy dont call event Pin
Junoli7-Feb-13 0:55
Junoli7-Feb-13 0:55 
AnswerRe: Why dont call event Pin
Eddy Vluggen7-Feb-13 9:00
professionalEddy Vluggen7-Feb-13 9:00 
QuestionChange Collpased Text Color Settings in VB.Net Pin
AmbiguousName6-Feb-13 23:46
AmbiguousName6-Feb-13 23:46 
AnswerRe: Change Collpased Text Color Settings in VB.Net Pin
Richard MacCutchan7-Feb-13 0:52
mveRichard MacCutchan7-Feb-13 0:52 
GeneralRe: Change Collpased Text Color Settings in VB.Net Pin
AmbiguousName7-Feb-13 1:12
AmbiguousName7-Feb-13 1:12 
GeneralRe: Change Collpased Text Color Settings in VB.Net Pin
Richard MacCutchan7-Feb-13 1:35
mveRichard MacCutchan7-Feb-13 1:35 
GeneralRe: Change Collpased Text Color Settings in VB.Net Pin
Dave Kreskowiak7-Feb-13 2:12
mveDave Kreskowiak7-Feb-13 2:12 
QuestionHow to convert div.innerhtml to PDF(VB.NET) Pin
Sugu.s5-Feb-13 22:45
Sugu.s5-Feb-13 22:45 
AnswerRe: How to convert div.innerhtml to PDF(VB.NET) Pin
Dave Kreskowiak6-Feb-13 1:49
mveDave Kreskowiak6-Feb-13 1:49 

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.