by Johan Meyer | Mar 5, 2012 | Development, TFS
Out of the box there is no way to delete work items inside Team Foundation Server 2010. Does this mean that it is not possible? No, you still have the Team Foundation Server Power tools which add some commands that allow you to delete work items and work item types....
by Johan Meyer | Mar 2, 2012 | .NET, Development
Have you ever tried creating an image from text in C# .net. Well the .NET framework provides System.Drawing and System.Drawing.Graphics classes which helps us to generate an image from text. Below is the code: private Bitmap CreateBitmapImage(string sImageText) {...