I always try to supply xml documentation for my codes no matter how descriptive I name my methods and properties. I wanted my team to take advantage of the xml comments that I have provided through Intellisense for some of the classes that I have done and revised so I configured our solutions to produce...
How come Visual Studio intellisense could not resolve shadowed/newed functions, they are still showing the “shadowed” functions.
Guess what causes this kind of error message in Intellisense?
Everytime I need to test a certain logic involving a datatable object, I always ended up searching for my last test project that involves population of a datatable object from the AUTHORS table of the PUBS database. If I find it, lucky me, otherwise I have to code again lines of a simple console application...