Skip to main content
Kristof Claes's user avatar
Kristof Claes's user avatar
Kristof Claes's user avatar
Kristof Claes
  • Member for 15 years
  • Last seen more than 8 years ago
24 votes

When to go Fluent in C#?

22 votes
Accepted

Use verbs with functions, nouns with classes - what about interfaces?

18 votes

What's the point of passing a parameter by reference in C#?

13 votes

I want to master ASP.NET - What concepts should I focus on/What concepts do you most value?

12 votes

Programming style: Reoccuring error checks

12 votes

Returning an IQueryable from an IRepository

9 votes
Accepted

What methods exist for handling DB Change Management?

5 votes

How to unit test a function that is refactored to strategy pattern?

4 votes

Manager keeps changing requirement specification after every demo

2 votes

Microsoft UI stack

2 votes

Generic Repositories with DI & Data Intensive Controllers

1 vote

Videos on Unit Testing

0 votes

As a programmer, are you required to do timesheets?

0 votes

Cyclomatic complexity with two IFs - why it is 3?