Telerik blogs

Latest

  • Productivity

    Constructors Made Easy with JustCode

    Constructors are a necessary element of class design that typically involves repetitive work. Language teams try to reduce verbosity by moving patterns into language features. Where this terseness doesn’t exist, tools such as Telerik JustCode can alleviate some of the work to make a smooth coding experience. Today, I will introduce a few features that make creating constructors easier. Blank Slate Let’s start with a simple Employee entity class.   public class Employee { public int Id { get; set; } public string FirstName { get; set; } public string LastName { get; set; } ...
    May 27, 2021 3 min read
  • Productivity Testing

    Working with Test-Hostile Web UIs

    Part of what I’ll be blogging about over the next few months is my journey to become an expert with Test Studio. I’m not an expert yet, but I do bring a long history of applying tooling and frameworks to solving real-world problems, and I’m going to be working through many of those same problems in short order—figuring out how to solve those same problems is an awesome way to learn a new tool or framework’s strengths and weaknesses. I hope that by sharing my discoveries I’ll help you work through some of the same common problems! First up in ...
    May 27, 2021 9 min read
  • Productivity Reporting

    How to use SharePoint List for Telerik Reporting Datasource

    SharePoint provides types and members in the Microsoft.SharePoint.Client namespace for accessing SharePoint remotely from a client computer or server. To get started with SharePoint client object model you will need Microsoft.SharePoint.Client and Microsoft.SharePoint.Client.Runtime assemblies. You can copy these DLLs from the %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\ISAPI folder of the server that runs Microsoft SharePoint Foundation 2010. Using the Microsoft.SharePoint.Client types you can get access to SharePoint List data. However in order to have design time support (Telerik Reporting Data Explorer, Wizards and Expression editor) with SharePoint as data source, you will need the following SharePointDataSource helper class. This class manages the SharePoint credentials,...
    May 27, 2021 2 min read
  • Productivity

    Thoughts on Agile User Stories and High Bandwidth Communication

    I like agile user stories. They make sense to me. 15 years ago – I wrote a lot of “Use Cases”. As use cases seemed to have some components I liked – they frightened and intimidated me - I found that as use cases would gradually become more complicated and cumbersome to write – I spent all my time writing, debugging, and maintaining them – yet, I found I was still not communicating with my customer or my development team very well. Quality didn’t improve. We still were at risk of building the wrong product. Agile User ...
    May 27, 2021 4 min read
  • Productivity

    Top 5 Challenges of Adopting Agile Methodologies

    The hardest part of adopting Agile methodologies is getting started. In this presentation Joel Semeniuk, Executive VP of Telerik's Agile Project Management Division, focuses on the hardest parts of getting started. You will learn what the most common problems for teams getting started with Agile are and how to deal with those. Some of the areas discussed are planning, productivity, and requirements gathering.
    May 27, 2021 1 min read