A.I on the 1s and 0s

Alnur Ismail is a developer for Microsoft

Browse by Tags

All Tags » .NET (RSS)
A better alternative to using alert() for debugging.
We've all used, and unfortunately some people continue to use, alert() to help debug JavaScript. Thankfully the Microsoft Ajax Library has a Sys.Debug class that exposes methods for logging messages to the browser’s JavaScript console. For reference:...
More Posts