Apr
14th

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...
Mar
22nd

3 Ways to Run NUnit From Visual Studio

Posted by Shahar Y |
Filed under C#, Visual Studio |

Like it or not, whoever wants to have a stable code, need to write unit tests. There are 2 main unit testing frameworks for .Net Environment: MBUnit and NUnit.  During this post, I am going to focus on NUnit and its integration with Visual Studio in particular.                               

Once we wrote our unit tests and compiled them, [...]


Continue Reading...