Telerik blogs
  • Release

    New JustTrace Beta Version Available

    The JustTrace team has been busy working on some great improvements to Telerik’s memory and performance profiler! The new Beta ships two brand new features:  ‘Profiling Windows Services’ and ‘Compare Performance Snapshots’. Currently, JustTrace is able to profile only Windows Services on Windows Vista and later versions. Future plans include support for Windows XP and Windows 2003. The new ‘Profiling Windows Services’ capability’ entails a new, easy to use dialog, which enables you to see the list of all services and their status. And just above it you can find three buttons that allow you to start, stop and restart the selected service....
    June 28, 2011
  • Release

    New JustMock 2011 Q1 Internal build released

    We are excited to announce new JustMock internal build release published today. It's our second internal build after 2011 Q1 release. In the past weeks the product team has been focused mainly on polishing JustMock but hasn’t forgotten to add new stuff as well. Here is a comprehensive list of the functionalities that have been added and improved in the latest internal build including thorough examples: What’s new: New : Deep LINQ mocking support (mocking join query): Example (Details can be found in the LinqFixture.cs under the supplied examples):             var simple = new SimpleData();             Mock.Arrange(() => simple.Products).ReturnsCollection(GetFakeProducts());             Mock.Arrange(() => simple.Categories).ReturnsCollection(GetCategories());             var...
    June 21, 2011
  • Productivity

    Migrating Reflector’s Lists to JustDecompile ones

    If you (like me) were a heavy Reflector user you will probably like the tool that I’m going to share with you today. It is a very simple WPF application that allows you to migrate your existing Reflector's list to their JustDecompile equivalents. Usage is pretty straight forward. You just™ point the app to your Reflector’s installation folder and it will take care of the rest. You can download the tool here. Any feedback: bugs and feature requests is more than welcome. Let's finish with a rhyme: Let the force of a freely decompiled source guide you in your course. ...
  • Productivity

    Mocking MsCorlib members

    In this post , I will show how you can mock  members from MsCorlib. This is more of an introductory post and shows what you need to do in order to successfully mock an MsCorlib member. If you are planning to mock File or DateTime then the process is pretty straight forward , you just need to put a MockClassAttribute on top your test class. The process for intercepting  such is bit different as we don’t want to get your code through the particular logic for every other type and make your test slower. Therefore, we limit it to an attribute declaration to mark...
    May 12, 2011