Well, I had a small issue regarding writing a script to clean a database we have and reset its identity columns in all tables. Although the database wasn't huge one (less than 100 tables) I had to trace relations to be able to delete child table's...
As I was working on multingual User Interface project; it was needed to generate resource files for all aspx & ascx files. I knew that VS.NET 2005 has a local resource file generator. But it was weird when I select my ASPX page or user control and...