Interview Questions

What’s wrong with a line like this? DateTime.Parse(myString)

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

What’s wrong with a line like this? DateTime.Parse(myString)

the result returned by this function is not assigned to anything, should be something like varx = DateTime.Parse(myString)

(Continued on next question...)

Other Interview Questions