LINQ to SQL: Getting String Field Maximum Lengths With a T4 Template

by Andrew Barber 26. October 2011 09:22
Using a T4 template to easily get the maximum string field lengths of fields on tables being accessed via LINQ to SQL [More]

Remove HTML Attributes and Tags from HTML Source

by Andrew Barber 5. May 2011 17:59
Use C# and Regular Expressions to remove certain HTML Attributes and HTML Tags from source. [More]

CKEditor Html Helpers for ASP.NET MVC Razor/WebForms Views

by Andrew Barber 16. April 2011 10:27
A set of HTML Helpers for ASP.NET MVC projects to easily use CKEditor [More]

RAS Dialer Helps Manage Temporary VPN Connections

by Andrew Barber 4. October 2010 07:50
A simple tool program to make VPN connections marginally easier to start and stop [More]

When to Avoid Lambda Expressions, or What Anonymous Methods?

by Andrew Barber 21. September 2010 15:27
I love Lambda Expressions in C#. But sometimes I think they trick us into using them, when we really shouldn't be! [More]

Regionerate Helps Keep C# Code Clean

by Andrew Barber 13. October 2009 05:06
Regionerate is an open-source tool for developers and team leaders that allows you to automatically apply layout rules on C# code [More]

C# Data Object Code Builder

by Andrew Barber 31. January 2009 14:29
A .NET 2.0 WinForms program which accepts database schema information and builds a C# class with the basics to access that data in an object-oriented manner, effectively enabling separation between data access and presentation. Source code included. [More]
Disclaimer
The opinions expressed herein are my own personal opinions and do not represent those of my partners, clients or contractors in any way.

© Copyright 2013 AndrewBarber.com