Telerik blogs

Latest

  • Productivity

    Changing your TeamPulse Integration Service account Credentials

    When TeamPulse is installed there are a number of components that are set up and configured on your server. One of those components is the TeamPulse Integration Service which is installed as a Windows service. The job of this service is to analyze your projects for best practices and to generate content that is to be used in the RSS feeds. The RTM version of TeamPulse was released with an issue regarding the TeamPulse Integration Service default account that I will help you work around (this will be resolved in the next release). Currently this service is configured to use ...
    May 27, 2021 2 min read
  • Productivity

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

    Last time we saw how to inject code in properties and static methods (including ones defined in static types). So far we are able to inject code in most common scenarios. In rare cases there is a need to isolate methods from mscorlib. In this post I will show you how do to this. Let's start with a demo program that I will explain in...
    May 27, 2021 5 min read
  • Productivity

    Telerik TeamPulse Launch (or how to crush GTW)

    I owe an apology to a few hundred Telerik fans out there – I didn’t watch the road (aka webinar registrations) closely enough and I let it run too high up, to the point where we crashed GoToWebinar capacity (1001 attendees –  that’s right - one thousand and one). If you want to watch the webinar that crushed GTW limits, you can see it at Telerik TV.       As a result quite a few of you weren’t able to attend. I received a lot of messages (such as the one below) as well as pings on twitter about it.       As we were nearing...
    May 27, 2021 2 min read
  • Productivity

    Forward mapping a model with associations

    In this post we will discuss how to add associations in a forward mapping scenario with our Visual Designer. We will start from scratch and build a model with two entities – Category and Product where each Product belongs to at most one Category (a zero-or-one-to-many relationship from the categories to the products). 1. In the solution explorer right-click your project (where you want to add the persistent types) and select OpenAccess -> Add Domain Model. We will create an empty model.     2. The next step is to create a new database which we will name WarehouseDB. Creating a brand new database can be achieved...
    May 27, 2021 4 min read
  • Productivity

    Mocking LINQ to SQL [Continued…] using RLINQ

    After making the post on mocking LINQ to SQL, this morning i was having a chat with Stephen forte and come to know that telerik a has product named RLINQ. RLINQ is built on top of OpenAccess and it supports variety of databases. Being curious, i thought of giving a spin with it and may be try to mock its LINQ to SQL implementation using JustMock.   Now, before i start, i also found that OpenAccess has a free / express version that works on top express database [Ex.sqlexpress] but supports all the features that full version offers. I will be using the...
    May 27, 2021 3 min read