Object-Oriented Software Development

Languages, patterns, technologies, frameworks.

Wednesday, June 27, 2012

Using SysInternals ProcessExplorer to find the cause of “access denied” error

›
Often when you try to rebuild your project or even just delete or rename a file, you get the “access denied” error. For example, I run my ap...
Monday, June 18, 2012

IIS 7.5 Integrated Security with no prompt for credentials

›
If you try to configure an IIS site to use integrated security and still get the prompt for credentials, here are few key things to validate...
Wednesday, June 13, 2012

Facebook OAuth2 adventures

›
OAuth2 is a simple and reliable SSO protocol and what’s great is that it’s implemented by at least few well-known services, like Google, Mic...
Friday, June 1, 2012

How to implement XPO’s Soft Delete pattern for NHibernate

›
Soft Delete is a persistence pattern where instead of removing entities physically you just mark them as deleted by setting a fixed value in...
Monday, May 28, 2012

Using NUnit’s Parametrized Tests to test different implementations of a service registered in an IoC container

›
There is a service: public interface IFoo { int DoFoo(); } and at least two different implementations of it: ...
‹
›
Home
View web version

About

My photo
Wiktor Zychla
I am a software architect and an academic lecturer. I've been awarded Microsoft MVP in C# Architecture between 2005 and 2010. Got a PhD in computer science in 2008. Currently I work mostly with C#, Javascript and Typescript and love these languages. I consider myself a design/architecture patterns evangelist. In 2003 I wrote first Polish book on C#/Windows programming, "Windows oczami programisty" (Windows through the eyes of a programmer) (the book is out of print)
View my complete profile
Powered by Blogger.