A woman scanned the guests at a party and spotted an attractive
man, standing alone. She approached him. ”My name is Carmen,
she told him.
“That’s a beautiful name,” he replied, “Is it a family name?”
No,” she replied. “I gave it to myself. It reflects the things I like
most — cars and men.” What’s your name?” she asked.He said, “Bob Titsenbeer”
Whilst surfing the web I found some Code generation tools for C# and SQL Server. Here I would like to share with you some.
.NET Folder Structure
Clean OBJ folders in .NET source code structure.
Sometimes having old OBJ folders tend not to build the Windows Forms correctly. You might get an error that you cannot seem to work. You will get these errors when you have written custom controls. The Forms you have used these in, might not display properly in th Visual Studios IDE. (2003/2005/2008). |
cleanobjdirectories.rar |
Clean BIN folders in .NET source code structure.
Having old DLL’s and EXE’s in the bin folder could cause you a headache when i comes to debugging. Especially when you have a large solution that you have loaded up and you have one project referencing in other projects. |
cleanbinfolder.rar |
(more…)