Posted on November 23rd, 2015 by Manish Misra
During debugging processes, breakpoints are used normally to halt execution at a particular point( most of the times, to see the values of the variable i.e. to check them if they are right ). But we can do something more to make our break points intelligent. If you are working on Visual studio, the following […]
Posted on November 23rd, 2015 by Pallavi Kar
Visual Studio .NET in general generates both .dll and .tlb files when the solution is built for creating an assembly. But if we are using Express edition, the .tlb file is not generated automatically, we need to explicitly create it. This tip shows how to achieve the above objective by following the steps given below: […]