by Johan Meyer | Dec 14, 2013 | .NET, Development
Recently I created a post to show you how to create a custom control with two-way binding. I will now use this same project and add validation to this custom control text box. This web control will inherit from the TextBox web control, and will automatically add a...
by Johan Meyer | Mar 6, 2012 | .NET, Development, Visual Studio
After upgrading my Visual Studio 2008 to Visual Studio 2010 my server explorer decided to give me the following error. An unexpected error occurred in the .NET framework data provider for Microsoft SQL Server Compact. Please contact the provider vendor to resolve this...
by Johan Meyer | Mar 6, 2012 | .NET, Development, Reporting, Tips & Tricks
Have you ever wanted to create a report that enables you to print mailing labels? Well I will show you how to create a Microsoft Report Viewer report in Visual Studio that looks like the one in the Fig 1.1 Fig 1.1 For window forms you can try this link, I have tested...
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....