Efran Cobisi's Blog

.NET wonders (and alike)

Browse by Tags

All Tags » General Software Development (RSS)
Identifying ASP.NET controls is the first step
Every time I build an ASP.NET web form, I invest a certain amount of my development effort in giving each control a meaningful identifier. This practice tends to give back cleaner code, leading the whole code base more mainteinable. And, as you probably...
A simple PowerShell script to find and replace using regular expressions in multiple files
One thing I need which I come across from time to time is the ability to perform a find and replace operation in multiple files, using regular expressions. When this happens, I usually tend to exploit Visual Studio's own support for this kind of necessity;...
More Posts