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

C#

 
GeneralRe: Visual Studio: detecting Class/Property access during break-mode ? Pin
Luc Pattyn4-Jan-19 4:54
sitebuilderLuc Pattyn4-Jan-19 4:54 
GeneralRe: Visual Studio: detecting Class/Property access during break-mode ? Pin
BillWoodruff4-Jan-19 13:01
professionalBillWoodruff4-Jan-19 13:01 
AnswerRe: Visual Studio: detecting Class/Property access during break-mode ? Pin
Richard Deeming8-Jan-19 7:57
mveRichard Deeming8-Jan-19 7:57 
GeneralRe: Visual Studio: detecting Class/Property access during break-mode ? Pin
BillWoodruff9-Jan-19 1:39
professionalBillWoodruff9-Jan-19 1:39 
AnswerRe: Visual Studio: detecting Class/Property access during break-mode ? Pin
Super Lloyd10-Jan-19 15:37
Super Lloyd10-Jan-19 15:37 
GeneralRe: Visual Studio: detecting Class/Property access during break-mode ? Pin
BillWoodruff11-Jan-19 6:55
professionalBillWoodruff11-Jan-19 6:55 
QuestionSync Database from Local System to server Pin
Member 140373423-Jan-19 20:19
Member 140373423-Jan-19 20:19 
AnswerRe: Sync Database from Local System to server Pin
Pete O'Hanlon3-Jan-19 23:44
mvePete O'Hanlon3-Jan-19 23:44 
This is more of an architectural issue than a pure C# issue. Basically, you are going to need some form of synchronization framework (Microsoft supplied on called the SyncFramework a while back but this is largely an unsupported OS project now). The reason that this is an architectural issue is because you are going to need to put rules in place to decide how you want to handle the merge of data back. For instance, suppose you have sold some items and placed the order locally, but the master database now says that you don't have enough of that item to fulfill the order; what are you going to do?
This space for rent

QuestionList control Pin
Member 35685022-Jan-19 23:15
Member 35685022-Jan-19 23:15 
AnswerRe: List control Pin
Richard MacCutchan3-Jan-19 1:20
mveRichard MacCutchan3-Jan-19 1:20 
QuestionWhy is the Custom Picker SelectedItem always wrong? Pin
ChristopherLeon2-Jan-19 21:13
ChristopherLeon2-Jan-19 21:13 
SuggestionRe: Why is the Custom Picker SelectedItem always wrong? Pin
Richard MacCutchan2-Jan-19 22:03
mveRichard MacCutchan2-Jan-19 22:03 
GeneralRe: Why is the Custom Picker SelectedItem always wrong? (Xamarin Cross Plattform - iOS) Pin
ChristopherLeon2-Jan-19 23:31
ChristopherLeon2-Jan-19 23:31 
AnswerRe: Why is the Custom Picker SelectedItem always wrong? Pin
Pete O'Hanlon2-Jan-19 23:13
mvePete O'Hanlon2-Jan-19 23:13 
Questionconvert word document to HTML with special characters Pin
Member 141066092-Jan-19 20:37
Member 141066092-Jan-19 20:37 
AnswerRe: convert word document to HTML with special characters Pin
OriginalGriff2-Jan-19 21:17
mveOriginalGriff2-Jan-19 21:17 
Questionc# error: ...does not implement interface member... Pin
_Q12_1-Jan-19 11:33
_Q12_1-Jan-19 11:33 
AnswerRe: c# error: ...does not implement interface member... Pin
BillWoodruff1-Jan-19 19:45
professionalBillWoodruff1-Jan-19 19:45 
GeneralRe: c# error: ...does not implement interface member... Pin
_Q12_2-Jan-19 0:31
_Q12_2-Jan-19 0:31 
GeneralRe: c# error: ...does not implement interface member... Pin
BillWoodruff2-Jan-19 0:50
professionalBillWoodruff2-Jan-19 0:50 
GeneralRe: c# error: ...does not implement interface member... Pin
_Q12_2-Jan-19 0:59
_Q12_2-Jan-19 0:59 
GeneralRe: c# error: ...does not implement interface member... Pin
BillWoodruff2-Jan-19 2:58
professionalBillWoodruff2-Jan-19 2:58 
AnswerRe: c# error: ...does not implement interface member... Pin
mtoha13-Jan-19 19:33
professionalmtoha13-Jan-19 19:33 
QuestionHow to clone a videoPlayer trackbar? Pin
_Q12_1-Jan-19 4:15
_Q12_1-Jan-19 4:15 
AnswerRe: How to clone a videoPlayer trackbar? Pin
Dave Kreskowiak1-Jan-19 4:54
mveDave Kreskowiak1-Jan-19 4:54 

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.