Technology, Smartphones, Games

Microsoft .NET Framework 4.5.2

Microsoft released the latest version of Microsoft .NET Framework, version 4.5.2. Microsoft says The Microsoft .NET Framework 4.5.2 is a highly compatible, in-place update to the Microsoft .NET Framework 4, Microsoft .NET Framework 4.5 and Micros... [More]

Free .NET decompiler

dotPeek is a free .NET decompiler, which can decompile .NET assemblies to c# codes.  This utility supports framework 1.0 to 4.5. earlier we have posted about this software while it was in beta , you can read that - dotPeek - Free .NET decompiler... [More]

dotPeek - Free .NET decompiler

dotPeek is free .Net decompiler from jetBrains. It supports framework 1.0 to 4.0 and can decompile to C#. Features Opening and Browsing Assemblies Viewing the Source Code with Syntax highlighting and code insight (Visual Studio look-and-feel) Q... [More]

Unable to attach: the binding handle is invalid

I got an error when debugging using Visual Studio 2005 like "unable to attach the binding handle is invalid". I had a search in google and find that this is because the Terminal service is Stopped (actually it is disabled). So i just enabled it it an... [More]