How to Convert XML and JSON to C# Classes How to Convert XML and JSON to C# Classes with out any external tools or websites. [More]
How to fix the The given key was not present in the dictionary Error How to fix the The given key was not present in the dictionary Error [More]
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]
DotNetCurry.com $38000 GiveAway 156 prizes for .Net Programmers DotNetCurry.com is a very helpful website for programmers with lot of articles. On their 4th Anniversary they are giving away 156 prizes worth nearly $38000. Prizes Telerik Just Code Add-in For Visual Studio by Telerik: 100 licenses ($249 x 100)... [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]