Apr
14th | 2008

Unhandled Exceptions - Handle them

Posted by Shahar Y |
Filed under .Net, C#, Unmanaged Code |

It is common knowledge that there is no such thing as software without bugs. There are several bugs out there that are hiding and therefore are not handled at all. We surely don’t want to release a software that will crash ungracefully due to such a case. Fortunately, the .Net framework makes it possible to [...]


Continue Reading...

Search Dev102