Community

Decide what to include at compile time using conditional compiler constants

(Tony Patton) There are various scenarios where certain sections of code are not necessary depending upon what you are compiling. For example, you may want to include debugging code during testing but with final application roll-out. Thankfully, C#, VB.NET, and even J# provide this functionally via

Read More - Register for Free Membership