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