Recent Posts

When to use static methods?

less than 1 minute read

This is a question that hanuts me since I installed Resharper recently. Resharper keeps suggesting that the method can be static. I can see that it can be st...

nested using staments

1 minute read

I love using statement for database access. It closes the connection automatically when all the codes within the using statment are executed. Recently I had ...