Jader Dias

5,301
Reputation
1194 views

Registered User

Name Jader Dias
Member for 11 months
Seen 56 mins ago
Website
Location Brazil
Age 25
Eletronic Engineer Javascript Developer .NET Developer
3h
comment Named pipe not found when using WCF netNamedPipeBinding
ok, thanks.......
3h
comment Named pipe not found when using WCF netNamedPipeBinding
Does the login matters in this case? If a process owned by a user can access named pipes created by another user?
3h
comment Named pipe not found when using WCF netNamedPipeBinding
Thank you for posting this, but this was not my case.
7h
comment Named pipe not found when using WCF netNamedPipeBinding
@Murph, yes they are on the same machine.
9h
asked Named pipe not found when using WCF netNamedPipeBinding
10h
asked How to configure Visual Studio to create all projects including a reference to a specific dll?
1d
answered RegEx match open tags except XHTML self-contained tags
1d
comment RegEx match open tags except XHTML self-contained tags
I wonder who would not take your comment as humor
2d
awarded  Popular Question
2d
revised How to choose a WCF binding?
added 33 characters in body; edited title
2d
revised How to choose a WCF binding?
deleted 42 characters in body
2d
revised How to choose a WCF binding?
added 116 characters in body; added 38 characters in body
2d
answered How to choose a WCF binding?
2d
comment Is there any way to do custom serialization in WCF?
I don't think I could build anything near as good as the built-in serialization in the available time. But I wonder if the built-in serialization should be configurable as I am asking to be.
2d
asked Is there any way to do custom serialization in WCF?
2d
comment What WCF binding is most performant?
I used it but it strangely did not improved the performance of my service.
2d
comment What WCF binding is most performant?
code.google.com/p/protobuf-net/…
2d
comment What WCF binding is most performant?
So if I understand you well, I would have to ignore this GET method from this service, and transform one of my clients in a service that receives the data, in order to use MSMQ?
2d
revised What WCF binding is most performant?
edited title
2d
comment What WCF binding is most performant?
If you look into my code, and if I tell you that each client uses only 1 of the operations (one client Inserts, and another client Gets), I think we will agree that a MSMQ is appropriate to my service. The problem is that I never used it, and I didn't know if it is performant.
2d
comment What WCF binding is most performant?
Yes, I think the actual service would benefit from an advanced lock too.
2d
comment What WCF binding is most performant?
I just corrected the ConcurrencyMode. Thanks!
2d
revised What WCF binding is most performant?
added 2 characters in body; edited title
2d
asked What WCF binding is most performant?
2d
comment How to store custom settings for a WCF service?
My question wasn't about endpoint configuration, but your answer was useful for me. I just couldn't use the configSource parameter because my Visual Studio tells me: Warning The 'configSource' attribute is not declared.
2d
comment How to choose a WCF binding?
What disconnected communication means in this chart?
2d
comment How to choose a WCF binding?
Exactly =) thanks man!
Dec
1
revised How to choose a WCF binding?
edited body
Dec
1
asked How to store custom settings for a WCF service?
Dec
1
asked How to choose a WCF binding?
Dec
1
revised How to check programatically if a type is a struct or a class?
deleted 181 characters in body
Dec
1
comment How to check programatically if a type is a struct or a class?
I didn't understand what is "inspect a word"
Dec
1
comment design pattern asking for advice: push model v.s. pull model
No, 1.worker subscribes to scheduler 2.scheduler sends job to worker 1.work sends results back
Dec
1
asked How to configure a WCF endpoint for a generic service with a specified type?
Dec
1
asked How to check programatically if a type is a struct or a class?
Dec
1
comment How to specify a generic type should be marked with an attribute?
you answered my next question stackoverflow.com/questions/1827296/…
Dec
1
asked How to check if a type is marked with an attribute?
Dec
1
asked How to specify a generic type should be marked with an attribute?
Dec
1
comment How to write a WCF service with in-memory persistent storage?
Thanks for the confirmation of my suspicions
Dec
1
revised design pattern asking for advice: push model v.s. pull model
edited title
Dec
1
comment design pattern asking for advice: push model v.s. pull model
updated the content
Dec
1
revised design pattern asking for advice: push model v.s. pull model
added 363 characters in body
Dec
1
comment How to write a WCF service with in-memory persistent storage?
It worked in my tests. I don't care if it loses data when the service stops, so I don't have any complaints about this approach.
Dec
1
comment How to write a WCF service with in-memory persistent storage?
thank you for your answer. I didn't found a memory persistence option within Durable services. Is there any? Or just database persistence options?
Dec
1
comment How to write a WCF service with in-memory persistent storage?
What "while the service is alive" means? It means "while the service host console application is running" ?
Dec
1
comment How to write a WCF service with in-memory persistent storage?
No the Main method had a Console.ReadLine call. The question was edited to reflect this.
Dec
1
revised How to write a WCF service with in-memory persistent storage?
added 104 characters in body
Dec
1
comment design pattern asking for advice: push model v.s. pull model
Pull is a nice name too.
Dec
1
answered design pattern asking for advice: push model v.s. pull model
Dec
1
comment design pattern asking for advice: push model v.s. pull model
isn't Pool more appropriate than Poll in this case?