How to: Invoke events inside your production code using Typemock Isolator

 Using Isolate.Invoke.Event enable event driven unit testing by invoking events on fake or “real” object. If you use events to communicate between parts of your application – it’s a feature you need to know and use. In the last couple of months I have been using it a lot but there is one wall I … Continue reading How to: Invoke events inside your production code using Typemock Isolator

How to find assembly path ,name and version at runtime

Ever needed to find the location of your executable in runtime? what about getting a certain dll name? Look no further - the following is a quick overview on the .NET objects and functions that can solve your problem.   Application.ExecutablePath System.Windows.Forms.Application has static methods and properties that help manage an application, as well as … Continue reading How to find assembly path ,name and version at runtime