Telerik blogs

Latest

  • Productivity Reporting

    Using Fiddler with Apple iOS Devices

    You can use Fiddler to debug traffic from Apple’s iOS-based devices if you have a Windows or Linux-based PC to run Fiddler on, and a Wi-Fi connection shared between that PC and your iOS device.
    May 27, 2021 3 min read
  • Productivity Testing

    Testing Trends in 2013

    [Updated: Fixed grammar foul on ‘Tenants’ vs. ‘Tenets’.] 2012 is drawing to a close, and apparently all the worry about the Mayan calendar not extending past today is thankfully misplaced! The ending of a year is a good time for some introspection, and some thinking about what’s in store for the next year. Lots of smart folks in the testing field have their own opinions about what we’ll see (or won’t!) next year, but here are a few of my thoughts. Keep in mind this list is totally in line with my own very opinionated biases! Whole Team Testing This ...
    May 27, 2021 4 min read
  • Productivity

    Filtering JustTrace Snapshot Data

    In a profiling session lasting only a few minutes, the profiled application may perform millions of operations. The following image shows that in less than two minutes, the program called three property assessors over 10 million times each.
    May 27, 2021 4 min read
  • Productivity

    Map Multi-Table Entities with OpenAccess ORM Q3'12 SP1

    We are happy to announce that Q3 2012 SP1 of OpenAccess ORM is now released. In addition to the number of bug fixes, we have included a bunch of useful enhancements. Check the entire release notes to see the full list of improvements shipped with the latest update. Here are the highlights: Multi-Table Entities Mapping - the ability to map multiple tables to one single Domain Class Additional API for working with String arrays Code-Only GUID generator ranges bring easier data synchronization Read more >>
    May 27, 2021 3 min read
  • Productivity Testing

    Mocking Constructors with JustMock

    In .NET there are two types of constructors, instance constructors and static constructors. Instance constructors are called when objects are instantiated, while static constructors get called before any member of the class is invoked for the first time.
    May 27, 2021 3 min read