Telerik blogs

Latest

  • Productivity

    JustMock. The tale continues... (Part 2)

    [Want to see JustMock in action? Register for the free webinar this Thursday, Jul 22, 11 am EST and check out What’s New in JustCode, JustMock, and OpenAccess ORM. During the live event attendees will also have the chance to win a Telerik Ultimate Collection (valued at $1999).]   In JustMock. The tale continues... (Part 1) we saw how we can inject prologue/epilogue code in .NET methods with JustMock. We covered the most simplest scenarios and some more complex ones as methods with ref/out parameters. Today I will show you how to do code injections in generic methods. Basically there is nothing new. We are already familiar with: AtStartOfAction AtStartOfFunc AtEndOfAction AtEndOfFunc etc. and last time...
    July 19, 2010 5 min read
  • Productivity

    TeamPulse Helps Your Team Follow Best Practices

    One of the features that has inspired the TeamPulse team over the years is Static Code Analysis. In Visual Studio 2010 (Premium and higher) you have the ability to have Visual Studio perform a check on your code to see how well your code conforms to different coding best practices. You can have Visual Studio check for how to best declare error handlers, or even making sure that you dispose of your objects before they go out of scope - it’s like having a fully automated code review without the need for anyone to actually review your code. What’s ...
    July 17, 2010 3 min read
  • Productivity

    OpenAccess ORM Upgrade Model Tool

    As we all know Q1 introduced a complete new face of OpenAccess ORM. That of course brought some uncertainties between our older customers that had already built their projects based on models generated by the Reverse Mapping Wizard. Well in Q2 amongst all the other goodies, we are introducing a new Upgrade Model Tool which is targeted for older projects which are still in the phase of development. What is the idea behind it - basically it converts all of your persistent classes into one Entity Diagram where you can continue working with your domain model in this great Visual...
    July 16, 2010 3 min read
  • Productivity

    Where are the OpenAccess menu entries gone?

    With the new visual designer the old wizards are now hidden and not immediately usable. The recommended way is to use the Doman Model. All new functionality is now reachable from the new OpenAccess menu:     The options menu entry is enabled if a solution is opened.   The old wizards are not deprecated and will not be removed in one of the next releases, but you have to specify on a solution level that you want to use them.   In your existing projects the upgrade to the new version can be done by using the ‘Check Settings’ wizard, which will replace the references to the old...
    July 15, 2010 1 min read
  • Productivity Testing

    The WebUI Test Studio Q2 2010 Release is Available for Download!

    The new major version of Telerik automated testing tools is now available for download from the client accounts. The Q2 2010 release improves the Silverlight automation support adding features like: · Silverlight Out-of-Browser automation · ChildWindow and popup automation solution · Virtualized controls handling · Enhancements in the Silverlight controls wrappers and translators and many more! With this release we also introduce numerous valuable features like: · Image verification with options to refine the comparison area and add tolerance · Exporting the test storyboard in order to generate documentation from the automated tests · Connect to an existing browser instance...
    July 15, 2010 3 min read