S
Square eyes
Hi,
I'm working on a program which scans .Net programs and gives hints and tips.
At the moment, it can spell check forms, reports and code and some hints
might include something like
str.Replace("Original", "New")
should read:
str=str.Replace("Original", "New")
Hopefully you get the idea. The question is, do you have any hints or tips
that aren't in .Net already?
The more generic the better.
Thanks in advance.
Michael
I'm working on a program which scans .Net programs and gives hints and tips.
At the moment, it can spell check forms, reports and code and some hints
might include something like
str.Replace("Original", "New")
should read:
str=str.Replace("Original", "New")
Hopefully you get the idea. The question is, do you have any hints or tips
that aren't in .Net already?
The more generic the better.
Thanks in advance.
Michael