Blogs

MK .NET UG

MK .NET UG
Macedonian .NET User Group
Tagged Content List
  • Blog Post: Recommended tools for a developer

    Many of you have asked me to share my list of favorite tools, so definitely here it is: Web Development Notepad++ - excellent Notepad replacement, supporting multi-tabs, several programming languages etc. Fiddler - HTTP Debugging Proxy which logs all HTTP traffic between your computer and the Internet...
  • Blog Post: WCF Debugger Visualizers

    Visual Studio 2005 has introduced a very nice feature called debugger visualizers which represents extensions to Visual Studio that drops in a custom user interface for visualizing types. This vizualizers allows you to visually view useful information about objects during debug which can often be a lot...