Telerik blogs

Latest

  • Productivity

    Visual Studio island in Second Life

    It looks like Microsoft is investing in Second Life and soon several events will take place on the Visual Studio island they're building.This news isn't sensational but I like the idea.A...
    May 27, 2021 1 min read
  • Productivity

    Be an Editor for a day (or more)

    (Cross posted from Telerik Watch)Have you ever wanted to be an editor? Well now is your chance. New forums have been created on Telerik.com dedicated to collecting your feedback on all of Telerik's documentation (including the recently released 600+ page Learning Guide). We know that a big part of your experience with the RadControls is in the documentation and we are committed to making that experience best in class. Even though some of our documentation has already won awards for quality, we won't stop improving until all of your questions are thoroughly answered (which it probably never...right?).Start your new role as an "official community editor" by visiting one...
    May 05, 2025 1 min read
  • Productivity Testing

    Web testing vs. Telerik -- 0 : 1

    Hi telerik fans. Just a few words to introduce myself. My name is Konstantin Petkov and I am a QA person here, at telerik. I am new to blogging and I will try to turn this place into a resource on creating quality software along with some inside info from telerik’s kitchen. So, what am I doing here, at telerik? My main responsibility of course is finding and notifying our developers about any freshly-cooked bugs, so that the dev staff can react immediately and address those issues, leaving you, our customer, happy with all the cool features ...
    May 27, 2021 3 min read
  • Productivity Debugging

    HACK: debug modifications to the ASP.NET session

    Today I had some strange experience. I have been hunting a strange bug that caused something to be placed in the ASP.NET session at a time that it was not supposed to be.  My biggest problem was finding out who was putting an object in the session and what that object actually contained. I already knew that the HttpSessionState instance was being stored in the current HttpContext's Items collection (thanks to Mr. Lutz Roeder, of course), and my initial plan was to inherit from HttpSessionState and intercept the calls made to methods like Add, Remove, etc.  Alas, HttpSessionState is marked as...
    May 27, 2021 3 min read
  • Productivity Debugging

    Fiddler and IE7

    Do you use Fiddler to inspect the HTTP traffic? You may be faced with the following problem: since we started using the beta of the IE7 browser we started experiencing problems when monitoring the requests sent to http://localhost or http://127.0.0.1 - the requests were not reported by the Fiddler tool. It took us some time to understand what was the exact reason for this until we found the workaround for this issue here: http://www.fiddlertool.com/Fiddler/help/hookup.asp --- quote --- Why don't I see IE7 or System.NET traffic sent to http://localhost or http://127.0.0.1? IE7 and the .NET Framework are hardcoded not to send requests for Localhost through any proxies,...
    May 27, 2021 1 min read