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

C#

 
AnswerRe: How To Format the Decimal Number in RDLC as like "hi-IN"? Pin
Freak3019-Mar-15 1:39
Freak3019-Mar-15 1:39 
AnswerRe: How To Format the Decimal Number in RDLC as like "hi-IN"? Pin
Richard Deeming19-Mar-15 3:52
mveRichard Deeming19-Mar-15 3:52 
QuestionI want to algorithm is filtering to send by the server in format text in a single line that contains lasted Pin
Member 1153708318-Mar-15 17:05
Member 1153708318-Mar-15 17:05 
AnswerRe: I want to algorithm is filtering to send by the server in format text in a single line that contains lasted Pin
PIEBALDconsult18-Mar-15 17:12
mvePIEBALDconsult18-Mar-15 17:12 
AnswerRe: I want to algorithm is filtering to send by the server in format text in a single line that contains lasted Pin
phil.o21-Mar-15 2:53
professionalphil.o21-Mar-15 2:53 
QuestionWhat do *you* use Rx for? Pin
SledgeHammer0118-Mar-15 16:46
SledgeHammer0118-Mar-15 16:46 
AnswerRe: What do *you* use Rx for? Pin
Pete O'Hanlon19-Mar-15 1:16
mvePete O'Hanlon19-Mar-15 1:16 
GeneralRe: What do *you* use Rx for? Pin
SledgeHammer0119-Mar-15 9:29
SledgeHammer0119-Mar-15 9:29 
You mean something like:

SomeViewModel : ViewModelBase
{
string SomeProp { get ... set ... }
}

and watching SomeProp from within SomeViewModel? Wouldn't you just add code to the setter? I guess breaking out the dependent task from the setter is "cleaner"... maybe?

I do use an event aggregator for sending messages between VMs. Rx would provide some nifty features built in for batching, etc.

I dunno, I write mostly business apps, so I'm having trouble wrapping my head around what a real world "stream" would be. Aside from stock tickers and auto complete lol.

For logging, I just wrote something similiar to nLog that plays nice with my custom MVVM framework.

Could you maybe describe a specific example from one of your apps where you were just like "Dang.. Rx was born to solve this"?
GeneralRe: What do *you* use Rx for? Pin
Pete O'Hanlon20-Mar-15 1:16
mvePete O'Hanlon20-Mar-15 1:16 
GeneralRe: What do *you* use Rx for? Pin
SledgeHammer0120-Mar-15 5:15
SledgeHammer0120-Mar-15 5:15 
GeneralRe: What do *you* use Rx for? Pin
Pete O'Hanlon20-Mar-15 5:38
mvePete O'Hanlon20-Mar-15 5:38 
QuestionAPLICATION Pin
Member 1153708318-Mar-15 15:57
Member 1153708318-Mar-15 15:57 
AnswerRe: APLICATION Pin
Dave Kreskowiak18-Mar-15 16:18
mveDave Kreskowiak18-Mar-15 16:18 
GeneralRe: APLICATION Pin
Pete O'Hanlon18-Mar-15 21:43
mvePete O'Hanlon18-Mar-15 21:43 
GeneralRe: APLICATION Pin
Dave Kreskowiak19-Mar-15 2:12
mveDave Kreskowiak19-Mar-15 2:12 
AnswerRe: APLICATION Pin
PIEBALDconsult18-Mar-15 17:13
mvePIEBALDconsult18-Mar-15 17:13 
Questionnew to c# - confused about substrings (Solved) Pin
Member 1153707618-Mar-15 15:51
Member 1153707618-Mar-15 15:51 
AnswerRe: new to c# - confused about substrings Pin
phil.o18-Mar-15 16:03
professionalphil.o18-Mar-15 16:03 
GeneralRe: new to c# - confused about substrings Pin
Member 1153707618-Mar-15 16:42
Member 1153707618-Mar-15 16:42 
GeneralRe: new to c# - confused about substrings Pin
phil.o18-Mar-15 17:06
professionalphil.o18-Mar-15 17:06 
QuestionDetect the last device connected to a serial port Pin
Member 1085025318-Mar-15 14:11
Member 1085025318-Mar-15 14:11 
AnswerRe: Detect the last device connected to a serial port Pin
Richard Andrew x6418-Mar-15 14:46
professionalRichard Andrew x6418-Mar-15 14:46 
QuestionMessage Removed Pin
18-Mar-15 9:04
professionalN_tro_P18-Mar-15 9:04 
AnswerRe: Geo location Pin
Richard Deeming18-Mar-15 10:13
mveRichard Deeming18-Mar-15 10:13 
QuestionLearning C# course Pin
Aindriu Mac Giolla Eoin18-Mar-15 8:23
Aindriu Mac Giolla Eoin18-Mar-15 8:23 

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.