Telerik blogs

Latest

  • Productivity

    Using the Telerik OpenAccess WCF Wizard with Multiple Versions of OpenAccess

    digg_url = "http://www.stephenforte.net/PermaLink,guid,650656ff-6523-40cf-9ea3-ea027824e72b.aspx";digg_title = "Using the Telerik OpenAccess WCF Wizard with Multiple Versions of OpenAccess";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; When the Telerik OpenAccess WCF Wizard shipped last month, it only worked with the Q2 version of OpenAccess. The problem is that Telerik makes internal builds of a product available in-between releases so developers can play around with new bits faster-and the OpenAccess WCF Wizard did not work with them. Telerik Internal Builds fix bugs out of band so lots of folks us them. The feedback we got on the WCF Wizard is that the wizard should work with any version of OpenAccess, including internal builds. The latest version of the Telerik OpenAccess WCF Wizard does just that. Now when you open the Wizard and you attempt to connect to...
    May 27, 2021 1 min read
  • Productivity

    Telerik OpenAccess WCF Wizard: How-to Video #5- ATOMPub Property Selector

    digg_url = "http://www.stephenforte.net/PermaLink,guid,54185e7a-889c-4d93-b239-0a7e580655f5.aspx";digg_title = "Telerik OpenAccess WCF Wizard: How-to Video #5- ATOMPub Property Selector";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; The following video shows how to use the updated Telerik OpenAccess WCF Wizard with ATOMPub services via the WCF REST Starter Kit. The video is done by .NET Ninja in training Peter Bahaa and uses the same ATOMPub project I showed yesterday on my blog. Enjoy! Telerik OpenAccess WCF Wizard: How-to Video #5: ATOMPub Property Selection from Stephen Forte on Vimeo.
    May 27, 2021 1 min read
  • Productivity

    Gain more control over your ATOMPub feeds with the Telerik OpenAccess WCF Wizard

    digg_url = "http://www.stephenforte.net/PermaLink,guid,2e797d8b-915d-40ee-9cbb-4fc6f270d8bf.aspx";digg_title = "Gain more control over your ATOMPub feeds with the Telerik OpenAccess WCF Wizard";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; Last week I showed how to use the Telerik OpenAccess WCF Wizard to automatically create a feed in Atom Syndication Format using the WCF REST Starter Kit’s Visual Studio project templates. Based on the feedback we have gotten from the community on the ATOMPub projects, Telerik has refreshed the WCF Wizard (go download it now) to enhance the ATOMPub projects. Let’s take a step back first. The Atom Syndication Format is for feeds, similar to RSS. So when you run the project that we looked at in my blog last week in default IE 8 (or IE 7) feed view, it would look something like this. This is no different from what my...
    May 27, 2021 4 min read
  • Productivity

    Customizing the behavior of persistent collections

    As most of you may already know, Telerik OpenAccessORM uses the TrackedList<T> to manage the collection fields of its persistent classes. The objects that belong to such collection are in a 1-n relation with the parent object that ‘owns’ the collection. Before getting to the point of this post, let me put few words about the behavior of the TrackedList<T>. When a new object is added to a TrackedList<T>(ex: order.OrderDetails.Add(someDetail) ),Telerik OpenAccess ORM persists that object to the database. The new object has a reference to the owner of the collection to which it was added.  When one removes an object from...
    May 27, 2021 2 min read
  • Productivity

    The Telerik CAB Enabling Kit and SCSF &ndash; Tutorial 1: Creating the Initial Project

    The Microsoft Composite UI Application Block (CAB) is a framework used for creating Model-View-Presenter style windows forms applications. The Smart Client Software Factory (SCSF) streamlines the process of creating these applications by providing us with a powerful base project and a set of menu options for quickly generating modules, views, and events in Visual Studio. Unfortunately, CAB only provides direct support for the common windows components included with Visual Studio. It is possible to develop your own support for third party components, but this can be a confusing and time consuming process. Lucky for us, Telerik noticed that there was ...
    May 27, 2021 5 min read