Mike Gledhill

I am a software developer, living, working, hiking and raising a family near Zurich, Switzerland.

This website started out as an ever-expanding Word document, listing the essential tips which I urgently needed once every month or so.

Now, I have expanded it to provide free help to fellow developers.

Mike Gledhill
March 2019


My StackOverflow profile: Mikes StackOverflow contributions

Hire me:
Hire me on Freelancer.com

Welcome

Welcome to MikesKnowledgeBase.com !

This is a collection of useful snippets of information, to help fellow developers get around some of the more annoying everyday issues that we meet.

Here's whats on offer.

  • Lots of screenshots.
  • Lots of source code of complete solutions for you to use in your own applications.
  • Oodles of help and advice.
  • Credit where credit's due. Where I've used code from other users, I've quoted a link back to their threads.

Most popular articles

1

Creating a WCF JSON Web Service

Learn how to easily create a WCF JSON Web Service with this easy-to-follow guide.

2

Export to Excel

Ever wanted to add an "Export to Excel" feature to your C#, ASP.Net or WPF programs ?
This popular C# class lets you do it in one line of code.

3

Running a SQL Server stored procedure from Excel

A step-by-step guide to getting your Excel file to call a SQL Server Stored Procedure, and showing the results on an Excel worksheet. The easiest way to make last-minute reports for your users!