Ian Ringrose

3,797
Reputation
584 views

Registered User

Name Ian Ringrose
Member for 10 months
Seen 1 hour ago
Website
Location Stockport / Manchester / UK
Age
My email is FirstName@LastName.name (replace as needed), My name is Ian Ringrose
58m
revised How do I use KnownType to enable polymorphic return values in a WCF service contract?
added 338 characters in body
1h
comment .Net Remoting to WCF Challenge!
WCF does have duplux channels, but they have lots of problem, so use polling if you can get away with it.
1h
comment WCF Relocation of DataContracts
You seem to be trying to shoehorn a .net remoting type design into WCF, WCF likes DTO.
1h
accepted How do I use KnownType to enable polymorphic return values in a WCF service contract?
1h
answered How do I use KnownType to enable polymorphic return values in a WCF service contract?
5h
comment Compare equality between two objects in NUnit
did you every get this published?
5h
revised Is there a better way to implment Equals for object with lots of fields?
added 231 characters in body
8h
comment Is there a way to do TRUE bidirectional communications over a single TCP connection in WCF?
I am starting to think that it is best just to use a seperate chanel for all events from the server to the client(s) and not try to do events on the same chanel as is used to send commands to the server.
2d
revised How can I find a TCP port that is free (so a server can bind to it)
added 198 characters in body
2d
asked Can a WCF server expose more than one service over the same TCP port?
2d
asked Is there a way to do TRUE bidirectional communications over a single TCP connection in WCF?
2d
comment Is there a better way to implment Equals for object with lots of fields?
@Markus I have just seen stackoverflow.com/questions/986572/… that this question is a duplicate of. You may wish to add your answer to the older question
2d
comment Is there a better way to implment Equals for object with lots of fields?
Thanks, this looks great; however for me to be allowed to use it, it would have to be on a standard open source code site, be well documented and have good unit test coverage. If there is not already an established open source solution to this problem, you have the chance of becoming that solution.
2d
comment Is there a better way to implment Equals for object with lots of fields?
I was hoping that someone would point me at a pre-canned implementation of something like this.
2d
comment Is there a better way to implment Equals for object with lots of fields?
yes, but I wish to TEST the serialization so this is not a good solution in MY case.
2d
comment Is there a better way to implment Equals for object with lots of fields?
this does not let me test if the objects are transported ok with WCF, it just adds more code to do wronge!
2d
asked Is there a better way to implment Equals for object with lots of fields?
2d
revised What news/talk from the Microsoft PDC (2009) will have the most effect on you as a programmer?
edited tags
Dec
1
comment How can I find a TCP port that is free (so a server can bind to it)
sorry I only care about windows
Dec
1
comment How do I use KnownType to enable polymorphic return values in a WCF service contract?
thanks, can you point me at an example of uisng NetDataContractSerializer
Dec
1
comment How do I use KnownType to enable polymorphic return values in a WCF service contract?
Thanks, I read the documentation before posting the question, but it does not contain an example for when using KnowType on the return type of a method. I can only see examples of using KnonType within DataContracts
Dec
1
asked How do I use KnownType to enable polymorphic return values in a WCF service contract?
Nov
30
revised How does a WCF server inform a WCF client about changes? (Better solution then simple polling, e.g. Coment or long polling)
deleted 240 characters in body
Nov
30
comment trailing comma problem, javascript
This is one case when IE keeps to the standard but Firebox does not!
Nov
30
comment How to I use my own interface with OperationContext.Current.GetCallbackChannel?
I have voted to close my own question as another question I asked lead to the same answer, however I don't want this questions deleted as it may help someone that finds it with google.
Nov
30
revised How to I use my own interface with OperationContext.Current.GetCallbackChannel?
added 237 characters in body
Nov
30
revised Why do I get InvalidCastException from OperationContext.Current.GetCallbackChannel<>()
added 78 characters in body
Nov
30
accepted Why do I get InvalidCastException from OperationContext.Current.GetCallbackChannel<>()
Nov
30
revised Why do I get InvalidCastException from OperationContext.Current.GetCallbackChannel<>()
added 1465 characters in body
Nov
27
answered Why do I get InvalidCastException from OperationContext.Current.GetCallbackChannel<>()
Nov
27
asked Why do I get InvalidCastException from OperationContext.Current.GetCallbackChannel<>()
Nov
27
comment What are the best PDC 2008 videos that I need to look at?
see also stackoverflow.com/questions/1807862/…
Nov
27
comment What interesting Silverlight news has come out of PDC 2009?
see also stackoverflow.com/questions/1807862/…
Nov
27
revised What news/talk from the Microsoft PDC (2009) will have the most effect on you as a programmer?
added 140 characters in body; added 179 characters in body
Nov
27
comment Are the PDC 2009 videos released?
see also stackoverflow.com/questions/1807862/…
Nov
27
answered Tech-Ed instead of Microsoft PDC?
Nov
27
asked What news/talk from the Microsoft PDC (2009) will have the most effect on you as a programmer?
Nov
26
asked How to I use my own interface with OperationContext.Current.GetCallbackChannel?
Nov
26
comment How do I make Asynchronous calls in WCF with shared contract assemblies?
I have defined my own interface that have the Begin/End methods added, however when I call OperationContext.Current.GetCallbackChannel<IMyInterface> I get told that the proxy can not be cassed to IMyInterface
Nov
26
revised How do I make Asynchronous calls in WCF with shared contract assemblies?
added 114 characters in body
Nov
26
asked How do I make Asynchronous calls in WCF with shared contract assemblies?
Nov
26
comment How can I find a TCP port that is free (so a server can bind to it)
how do you stop the windows firewall openning up it's UK each time you try a port?
Nov
26
revised How can I find a TCP port that is free (so a server can bind to it)
added 80 characters in body; edited title
Nov
26
comment How to Speedup WCF “unit” tests? (Creating/closing the ServiceHost is slow…)
I do have side effect, e.g clients register for callback etc. However I could add a "Reset()" method to the Server class if forced to do so.
Nov
26
asked How can I find a TCP port that is free (so a server can bind to it)
Nov
26
asked How to Speedup WCF “unit” tests? (Creating/closing the ServiceHost is slow…)
Nov
26
revised What are the real-world pros and cons of each of the major mocking frameworks?
added links between two related questions
Nov
26
revised What should I consider when choosing a mocking framework for .Net
added 224 characters in body
Nov
26
asked How to find the value that has been passed to a method on my mocked (Moq or Rhino Mocks) interface?
Nov
25
comment How to unit test a WCF server/client?
sorry I wish to include the client side wapper I have written as well in the tests, as it registers the callbacks etc. So I do need to test with C#