Philippe

1,398
Reputation
187 views

Registered User

Name Philippe
Member for 1 year
Seen 16 hours ago
Website
Location Brussels, Belgium
Age 28
.NET Developer with some experience in Java. Now working in Java, but I'd kill to go back to C#. Eager to learn from experienced peers and from my mistakes!
Nov
7
awarded  
Nov
6
answered How can I convince Visual Studio to not omit access modifiers when generating code?
Nov
4
answered WCF - EndpointNotFoundException, There was no endpoint listening
Nov
2
answered Block Control+Alt+Delete
Oct
30
awarded  Enlightened
Oct
30
awarded  Nice Answer
Oct
30
accepted When using LINQ, what is the difference between && and multiple where clauses?
Oct
30
comment When using LINQ, what is the difference between && and multiple where clauses?
Right, but isn't the opposite true? Let's say you use a simple '&', then both will be evaluated in the second case. Anyway, better avoid using side effects in these :)
Oct
30
answered When using LINQ, what is the difference between && and multiple where clauses?
Oct
29
answered Last day same week as first day
Oct
28
answered LINQ TO SQL am I missing something obvious here?
Oct
28
comment can anybody help me to create a web service in ASP.NET
You are likely to get help if you show an explain what you already done. People will help you to solve your specific issues, but will not do all the work for you just like that.
Oct
28
comment C# code to search and result in xml
Could you provide us with at coded attempt to do that? I'm dont want to sound rude, but SO is not a coding machine....
Oct
27
comment Why does Java not support type inference for constructors?
I felt like answering this question because I think none of the answers (which are all excellent!) here really address the initial question that is why :)
Oct
27
answered Why does Java not support type inference for constructors?
Oct
27
answered WCF and a longer operation after executing a service
Oct
27
comment get access to written properties of a class
Could you post a bit of your code and comment it? I'm sorry but I don't get what you are trying to achieve.
Oct
22
comment Major difference between Foreach and Using
They both use brackets!
Oct
22
comment How to grab the names of all sub-folders in a batch script?
Good point, though the output described by sasayins was to have only directory names.
Oct
22
revised How to grab the names of all sub-folders in a batch script?
Corrected the PS line
Oct
19
answered WCF NetTCP Binding Over Internet
Oct
19
answered C#: In what cases should you null out references?
Oct
16
comment Hosting requirement: What does WCF need to work?
I would add that you can host WCF services in any .NET application, but I guess that when Scott says "what do I need from my web host", it means hosting the WCF service in IIS :)
Oct
15
comment Program Execution Speed Testing
I would guess that the first method in the slowest? You should probably run separate tests, like 1000 times TestXML with samples files, then calculate the average. Repeat with TestXDoc, then with TestString and compare results.
Oct
15
answered Program Execution Speed Testing
Oct
15
comment How to generate client proxy for a WCF service to a particular location?
Nice, I didn't know the /d switch.
Oct
15
answered How to generate client proxy for a WCF service to a particular location?
Oct
15
comment WCF message security without certificate and windows auth
If you put an inspector on both client and server to intercept the message and modify it's content before it released to the client/server, you could easily use your own encryption mechanism. This wouldn't be reflected in the contact, but I doesn't matter for what I can see. Or is there a reason why you can't use message inspectors?
Oct
15
comment WCF message security without certificate and windows auth
For the certificates, as marc_s said, there is probably no way to get around these. For the password thingy, you are absolutely right, my bad :) Perhaps you could try to encrypt the data manually before putting them in the message, or use messages inspectors to do so? I, however, think that you should think twice before using your own security mechanisms.
Oct
15
answered WCF message security without certificate and windows auth
Oct
14
comment Visual Studio regular expression for finding commented blocks of code
+1 For pointing out that old code should be deleted, not commented. Like you said, version control system can get you that code back if needed.
Oct
14
accepted Visual Studio regular expression for finding commented blocks of code
Oct
14
answered Visual Studio regular expression for finding commented blocks of code
Oct
13
answered Whats great deal about ASMX Services
Oct
13
comment Can I avoid exceptions in C#, continuing code execution?
That's why I said it was ugly. My point was that assuming line2 and following are doing the same kind of work as line1, they shouldn't be in a finally clause, or it'd be ugly.
Oct
13
answered Can I avoid exceptions in C#, continuing code execution?
Oct
12
answered BizTalk 2009 ESB Confusion
Oct
12
answered C#, is there a way to get the position of the iteration in a foreach?
Oct
12
comment Turning a local variable into a private variable breaks my C# code
I think that showing us some code would probably help.
Oct
10
comment C# Class function members declaration & implementation
Or an abstract class. But that would be dumb.
Oct
9
answered Custom Collection vs Generic Collection for public methods
Oct
5
comment Can .net apps run side by side a WCF service site?
Did you try this before asking? :/
Oct
5
revised How to debug a WCF Service with an HTTP Context?
Name of IIS service under 2003 server
Oct
5
comment OUT OF MEMORY only when virtual limit is hit?
blogs.msdn.com/ericlippert/archive/…
Oct
5
answered How to debug a WCF Service with an HTTP Context?
Oct
5
awarded  Organizer
Oct
5
revised Pressing a key in c#
edited tags
Oct
5
answered Estimate/Calculate Session Memory Usage
Oct
2
answered How to serialize Dictionary<string, string> through WCF?
Oct
2
answered hosting generic service in IIS