Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Scott Guthrie presents at NDDNUG

    Scott gave a whirlwind presentation to a standing room only crowd at the North Dallas Dot Net User Group tonight. A wide range of topics were covered from IDE tips and tricks to ASP.NET tips to MS AJAX to LINQ and DLINQ (I still like to call it DLINQ rather than LINQ to SQL). I'm still not sure how all...
    Posted to David Findley's Blog (Weblog) by findleyd on 11-02-2006, 12:00 AM
    Filed under: C#, ASP.NET, .NET, Debugging, Visual Studio, JavaScript, Atlas, LINQ, DLINQ, XLINQ
  • 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: To log a message to the console use: Sys.Debug.trace...
    Posted to A.I on the 1s and 0s (Weblog) by alnurismail on 01-12-2009, 12:00 AM
    Filed under: ASP .NET, Javascript, Debugging, .NET
  • Ajax.NET debugging

    Most people use alert() to debug their JavaScript, but the Microsoft Ajax Library has a better alterative Sys.Debug . Sys.Debug has some methods for logging messages to the browser console. Like this: To log a message: Sys.Debug.trace(“Log to the console”) To log an object: Sys.Debug.traceDump(someObject...
    Posted to Erwin's Blog (Weblog) by erwin21 on 01-13-2009, 12:00 AM
    Filed under: .NET, ASP.NET, Javascript, AJAX, Debugging
Page 1 of 1 (3 items)