Rik

4,737
reputation
386 views

Registered User

name Rik
member for 1 year
seen 10 hours ago
website
location The Netherlands
age 27
I'm a CS student at the Delft University of Technology in The Netherlands. I'm interested in object oriented design and databases and the philosophy behind them.
1d
answered any quickstart guides for .NET 3.5?
2d
revised Why does this LINQ-to-SQL query get a NotSupportedException?
added 56 characters in body
Dec
6
awarded  Mortarboard
Dec
5
awarded  Nice Answer
Nov
10
accepted What are the best overviews for cloud technology?
Nov
8
comment how to check whether the number ends with 9 or not in numbers 1to 100
Damnit, forgot the increment.
Nov
8
revised how to check whether the number ends with 9 or not in numbers 1to 100
added 15 characters in body; added 14 characters in body
Nov
8
answered what is meant by cloud computing? give some examples
Nov
8
answered how to check whether the number ends with 9 or not in numbers 1to 100
Nov
7
comment how to differentiate between circle rectangle and triangle ?
+1, very relevant and to the point
Nov
7
revised What is the difference between identity and equality in OOP?
edited title
Nov
7
answered Dynamic LINQ Queries.
Nov
5
answered XML to LINQ Question/s
Nov
4
comment Checking for null in an object hierarchy
Could you provide some sample code on what you're trying to do, exactly?
Oct
29
answered Another math question
Oct
29
answered Java Constructor Inheritance
Oct
24
accepted Installing Azure SDK on Visual Studio 2010 Beta 2
Oct
24
answered Installing Azure SDK on Visual Studio 2010 Beta 2
Oct
22
answered C# Generics - Strange Interview Question
Oct
22
answered Getting different result in Math.Round
Oct
22
answered can i have an ordered dictionary by date
Oct
21
answered Using Property to get array element in C#
Oct
21
awarded  Good Answer
Oct
20
answered Designing a custom random class
Oct
20
comment Proving SQL query equivalency
This only proves equivalency for that particular set, not for the query in general.
Oct
14
comment Programmer, not a blogger
I don't agree with #2. If the text is not something I enjoy reading (due to it being interesting and engaging, for example) I'm not going to read it, and it won't add anything of value. Even if you've built some amazingly briljant piece of code, if there is text accompanying it, it should add some value, otherwise, I'll just take the code and learn from that.
Oct
7
answered Is there a production grade SimpleDB .NET library?
Oct
6
answered Difference in months
Oct
1
comment Simple SQL select in C#?
+1: I must admire the alliteration in the question title
Sep
29
awarded  
Sep
25
awarded  Notable Question
Sep
22
comment Are C# arrays thread safe?
@Steven "whether it's safe is going to depend precisely on what the coder is doing." - Isn't that the same as saying "No, it's not safe." ?
Sep
22
comment Performing part of a IQueryable query and deferring the rest to Linq for Objects
I thank you from my knees - deep in expression tree visitors. :) This is exactly what I needed
Sep
22
answered C#, XML Query Question
Sep
22
answered System.Net.WebException: The underlying connection was closed: The connection was closed unexpectedly.
Sep
22
comment System.Net.WebException: The underlying connection was closed: The connection was closed unexpectedly.
This exception is particularly hard to track down. Please give as much information as you can if you want any reasonable answers
Sep
15
asked Use cases for flexible properties
Sep
15
revised Is it acceptable to design a method with a parameter of type System.Enum?
incorporated the comment
Sep
15
accepted Is it acceptable to design a method with a parameter of type System.Enum?
Sep
15
answered Is it acceptable to design a method with a parameter of type System.Enum?
Sep
13
awarded  Popular Question
Sep
10
awarded  Yearling
Aug
25
accepted How many parameters is too many?
Aug
22
comment Windows Azure: “An item with the same key has already been added.” exception thrown on Select
Is it a problem with the HashSet o with the DataServiceContext?
Aug
22
comment Windows Azure: “An item with the same key has already been added.” exception thrown on Select
Does using the partition key instead solve your problem?
Aug
22
comment Windows Azure: “An item with the same key has already been added.” exception thrown on Select
Could give more information about the exception, most notably its type?
Aug
22
revised Windows Azure: “An item with the same key has already been added.” exception thrown on Select
Clarified
Aug
22
comment Windows Azure: “An item with the same key has already been added.” exception thrown on Select
The collision is not happening in the table; it's happening in the context. Check the contents of the context.
Aug
22
answered Windows Azure: “An item with the same key has already been added.” exception thrown on Select
Aug
18
answered XML Namespaces are confounding me