Remondo

.NET developers brain repository in plain C#

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Tutorials
  • Code Snippets
  • Developer Podcasts
  • Presentations
  • Tools
  • Patterns and Principles

Category Archives: Essential Tool

Ditto Clipboard Manager

Posted on February 3, 2012 by Leon van Bokhorst

I’ve been working a lot with a handy tool lately, called Ditto. It’s a nice little Clipboard History Manager. It keeps all you put up in the clipboard available to you for later use. Search quickly through all your items. More…

Posted in Essential Tool | 6 Replies

Let’s Play Visual Studio Achievements

Posted on January 19, 2012 by Leon van Bokhorst

Let’s unlock achievements and earn some badges, while coding for a better world with Visual Studio Achievements. With this extension achievements are unlocked based on your coding activity. Code is analyzed on the background whenever you compile. More…

Posted in Essential Tool | Tagged game, visual studio | Leave a reply

Take a Glimpse into your MVC site

Posted on December 22, 2011 by Leon van Bokhorst

So I’m into MVC3 these days. Yesterday I stumbled upon a great open source JavaScript tool for route debugging and tracing MVC3 sites: Glimpse.

At its core Glimpse allows you to debug your Web Service right in the browser.

More…

Posted in Essential Tool | Tagged asp.net, debugging, javascript, mvc, tracing | Leave a reply

A clean Desktop with Fences

Posted on December 14, 2011 by Leon van Bokhorst

I happen to use my desktop as a messy stash of documents, shortcuts, test files and todo-lists. After a month or so I can’t stand the sight of it, so I throw it all away just to start all over again. More…

Posted in Essential Tool | Leave a reply
Subscribe

ajax asp.net async bdd cache certificate code first concurrency csharp database entity framework exception handling factory gof http iis javascript jquery json linq mapping msmq mvc ood open source pattern reliability rest rss scrum security soap solid source control sql ssl tdd threading tracing unit testing visual studio was wcf windows xml

Archives

  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011

Comments

  • Leon van Bokhorst on The Strategy Pattern Example in C#Thanks
  • Hede on The Strategy Pattern Example in C#Nice hede article
  • Leon van Bokhorst on Simple Factory Pattern Example in C#Indeed; The Factory and Service Locator patterns perform functions found in Dependy Injection frameworks. They both adhere to the Dependency Inversion principle. That being...
  • Marco Vervoort on Simple Factory Pattern Example in C#Is dit niet de voorloper van Dependancy Injection? Met DI frameworks kun je dit ook uitvoeren, met meer configuratie mogelijkheden.
  • Leon van Bokhorst on Null Object Design Pattern Example in C#Thanks Alex
  • Alex on Null Object Design Pattern Example in C#Very well done. Hit and run example!
  • Leon van Bokhorst on Using Entity Framework DbSet LocalAha! Don't you just love it when that happens ;-)
  • Marco Vervoort on Using Entity Framework DbSet LocalWeer een 'ahaaa' moment... Leuke post.
  • Leon van Bokhorst on Hosting a WCF Service in IISGreat! :-D
  • Rafael on Hosting a WCF Service in IISI got it to work, thanks! My bad.
  • Rafael on Hosting a WCF Service in IISThanks again for the reply, so how did you publish to IIS? Using a WCF Web Service, like the post on this article?
  • Leon van Bokhorst on Hosting a WCF Service in IISI can't reproduce your problem. What I did was the following: - created a service library - connectionstring in the app.config - published the...
Leon van Bokhorst
(c) 2012 Remondo