PropertyBag .Net 4.5 Style
PropertyBag .Net 4.5 Style When dealing with Infrastructure for entity data class, Property-Bags comes into consideration ever so often. The main benefits of using a property-bag as I see them: 1. Support dynamic addition of properties to a ... המשך לקרוא>
Tal Pasi , 10-27-2012 7:20
WPF - Main Window disappears when closing the last owned child window
Today I witnessed a weird thing with WPF Itay, a very good friend of mine noticed that when you have multiple child windows in a WPF application, and you close the last one, the application suddenly disappears, This only happens if you have ... המשך לקרוא>
Tal Pasi , 01-13-2011 22:05
Discovering race conditions using PostSharp
My blog has moved. You can view this post at the following address: http://blog.drorhelper.com/2010/11/discovering-race-conditions-using.html
dhelper , 11-10-2010 13:44
Unit testing custom StyleCop rules using Typemock Isolator
My blog has moved. You can view this post at the following address: http://blog.drorhelper.com/2010/07/unit-testing-custom-stylecop-rules.html
dhelper , 07-02-2010 23:06
Why profiler API causes my .NET application to run as STA?
My blog has moved. You can view this post at the following address: http://blog.drorhelper.com/2010/03/why-profiler-api-causes-my-net.html
dhelper , 03-04-2010 14:03
VS2010 Tip – How to run unit tests in 64bit process
My blog has moved. You can view this post at the following address: http://blog.drorhelper.com/2010/03/vs2010-tip-how-to-run-unit-tests-in_03.html
dhelper , 03-03-2010 14:00
VS2010 tip: How to run unit tests in parallel
My blog has moved. You can view this post at the following address: http://blog.drorhelper.com/2010/03/vs2010-tip-how-to-run-unit-tests-in.html
dhelper , 03-02-2010 13:22
Real world unit testing presentation
My blog has moved. You can view this post at the following address: http://blog.drorhelper.com/2010/01/real-world-unit-testing-presentation.html
dhelper , 01-21-2010 10:38
XmlWriter that automatically close elements using IDisposable
My blog has moved. You can view this post at the following address: http://blog.drorhelper.com/2009/07/xmlwriter-that-automatically-close.html
dhelper , 07-31-2009 22:37
Application Configuration Continued – .Settings file
Another method to use configuration is the .settings file . step 1. add new item to your project , select category general , and setting file template. set the name of the setting file, it will also be the name of your setting class.   ... המשך לקרוא>
danielisimo , 02-25-2009 19:58
Page 1 of 2 (19 items) 1 2 Next >