Providing real time diagnostics & insights to the fingertips of hundreds of thousands of developers daily via: http://getglimpse.com/
How to Choose the Right Method for Connecting LED Modules
Connecting LED Modules with Series/Parallel Wiring If the single series LED string is split into three, four, or more parallel…
Windows 10 Upgrade and IIS 503 Errors
IIS Rewrite Module Problem It turns out that there’s a new version available that’s more recent (but doesn’t change the…
Enable access network drive from windows application on Visual Studio 2013 When UAC Is Enabled
Click Start, type regedit in the Start programs and files box, and then press ENTER. Locate and then right-click the…
Microsoft Band: Developing for Microsoft Band and Microsoft Health” on YouTube
https://youtu.be/0Q6w320UoFk
Xamarin or Apache Cordova
Xamarin (http://xamarin.com) Xamarin apps share code across all platforms. Target iOS, Android, Windows and Mac with a single, shared C#…
Solution: A reference to the dll could not be added
1. Open Visual Studio Native Tools Command Prompt 2. Run TlbImp Webapi.dll /out: Webapi_converted.dll (Webapi.dll is your DLL) 3. Now…
Implementing a Dispose Method
The pattern for disposing an object, referred to as a dispose pattern, imposes order on the lifetime of an object.…