Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
AnswerRe: Save a variable Pin
DaveyM6928-Feb-10 15:28
professionalDaveyM6928-Feb-10 15:28 
GeneralRe: Save a variable Pin
suprsnipes28-Feb-10 16:07
suprsnipes28-Feb-10 16:07 
GeneralRe: Save a variable Pin
PIEBALDconsult28-Feb-10 16:10
mvePIEBALDconsult28-Feb-10 16:10 
GeneralRe: Save a variable Pin
suprsnipes28-Feb-10 16:14
suprsnipes28-Feb-10 16:14 
GeneralRe: Save a variable Pin
Mycroft Holmes28-Feb-10 16:58
professionalMycroft Holmes28-Feb-10 16:58 
QuestionC# Times Pin
Illegal Operation28-Feb-10 12:19
Illegal Operation28-Feb-10 12:19 
AnswerRe: C# Times Pin
Luc Pattyn28-Feb-10 12:33
sitebuilderLuc Pattyn28-Feb-10 12:33 
AnswerRe: C# Times Pin
David Skelly28-Feb-10 22:27
David Skelly28-Feb-10 22:27 
If you google for c# DateRange you will find a number of classes that people have written to address this sort of problem, i.e. dealing with fixed periods of time and testing for intersection with other periods, and so on. One example is here:

http://noticeablydifferent.com/CodeSamples/DateRange.aspx[^]

This example is OK, except I would make it immutable since in its present form it's not thread-safe.
Questionmove a file from one directory to another Pin
Yustme28-Feb-10 12:15
Yustme28-Feb-10 12:15 
AnswerRe: move a file from one directory to another Pin
Luc Pattyn28-Feb-10 12:34
sitebuilderLuc Pattyn28-Feb-10 12:34 
GeneralRe: move a file from one directory to another Pin
Yustme28-Feb-10 12:57
Yustme28-Feb-10 12:57 
AnswerRe: move a file from one directory to another Pin
Luc Pattyn28-Feb-10 13:09
sitebuilderLuc Pattyn28-Feb-10 13:09 
GeneralRe: move a file from one directory to another [modified] Pin
Yustme28-Feb-10 22:35
Yustme28-Feb-10 22:35 
GeneralRe: move a file from one directory to another Pin
Yustme1-Mar-10 0:09
Yustme1-Mar-10 0:09 
GeneralRe: move a file from one directory to another Pin
Luc Pattyn1-Mar-10 0:56
sitebuilderLuc Pattyn1-Mar-10 0:56 
GeneralRe: move a file from one directory to another Pin
Yustme1-Mar-10 3:05
Yustme1-Mar-10 3:05 
GeneralRe: move a file from one directory to another Pin
Yustme1-Mar-10 12:09
Yustme1-Mar-10 12:09 
Questionhelp with threads and locks [modified] Pin
codeguruk28-Feb-10 9:23
codeguruk28-Feb-10 9:23 
AnswerRe: help with threads and locks Pin
Saksida Bojan28-Feb-10 19:50
Saksida Bojan28-Feb-10 19:50 
Generalthis is the code i use to check it: Pin
codeguruk28-Feb-10 21:09
codeguruk28-Feb-10 21:09 
GeneralRe: this is the code i use to check it: Pin
Saksida Bojan28-Feb-10 22:42
Saksida Bojan28-Feb-10 22:42 
GeneralRe: this is the code i use to check it: Pin
codeguruk1-Mar-10 2:08
codeguruk1-Mar-10 2:08 
GeneralRe: this is the code i use to check it: Pin
Saksida Bojan1-Mar-10 3:21
Saksida Bojan1-Mar-10 3:21 
GeneralRe: this is the code i use to check it: Pin
codeguruk1-Mar-10 5:41
codeguruk1-Mar-10 5:41 
Questionhow could I print search result in a form with a data grid view? Pin
ronakT28-Feb-10 8:48
ronakT28-Feb-10 8:48 

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.