Cees Alberts on April 28th, 2011

One of the clients I worked for didn’t allow it’s developers to use embedded SQL in their sourcecode. Only the usage of stored procedures was allowed. Applications only got the database authorization to call stored procedures, nothing else. To me this is the most optimal use of database security! The DBA department made one stored […]

Continue reading about Stored procedures or Embedded SQL???

Today I needed to find a workitem in TFS (Team Foundation Server) but didn’t know in which Team Project it was. I also didn’t know the workitem ID so I was getting ready for a big search through all the projects. Then I decided that there must be a better way to do this, and […]

Continue reading about “Search Workitems” Plugin for Visual studio and Team Explorer

Cees Alberts on April 3rd, 2011

To stay in the spirit of code sharing and showing of the plugin I found for putting source code in my blog post I decided to add another code snippet! This little snippet of C# shows a method that will make all the first letters of the words in a string uppercase. Okay, okay not […]

Continue reading about A string manipulater method; InitCap

Cees Alberts on April 2nd, 2011

So after registering my URL developerblog.nl and installing wordpress I started thinking about what I would write about. I decided that I will write general ramblings about being a freelance .NET developer having a strange infatuation with the Macbook pro, the iPad and the iPhone. Next to that I also will write more technical blogs […]

Continue reading about Using syntax highlighting