Telerik blogs
  • People

    Speaking at the VS 2010 Launch at TechEd India this week

    I’ll be speaking at TechEd India and the Visual Studio 2010 Launch in Bengaluru, India this week. I’ll be doing three sessions: Tuesday 2:30- Building RESTful Applications with the Open Data Protocol Wednesday 12:30-Building Applications with Silverlight 4.0 and WCF RIA Services Wednesday 2:30-Exploring the Silverlight 4.0 Business Features In addition, Team Telerik will be staffing a booth with Tee-shirts (hopefully if they get out of customs on time!) and live demos of our products and our brand new product to be announced today! See you at my sessions or at the booth! Technorati Tags: Telerik,TechEd
    March 22, 2023 1 min read
  • Web

    30 seconds from File|New to a new CRUD Silverlight application with Telerik’s new LINQ Implementation

    Last month Telerik released its new LINQ implementation and last week we released the new Data Services Wizard for Telerik OpenAccess, which supports both traditional OpenAccess entities and the new LINQ implementation. I will a walk you through the process where you can connect to a database, add a new domain model, wrap it in a new WCF Data Services (Astoria) service, and add a CRUD enabled Silverlight application. All in 30 seconds! Step 1: Build your Domain Model (20 seconds) Open Visual Studio 2010 RTM (or 2008) and add a new ASP.NET project. Right click on the project and select Add|New Item and choose Telerk OpenAccess Domain Model from the item...
    May 27, 2021 2 min read
  • Release

    Telerik Releases the Data Service Wizard

    After a great beta cycle, Telerik is proud to announce today the commercial availability of the OpenAccess Data Service Wizard. You can download it and install it with Telerik OpenAccess Q1 2010 for both Visual Studio 2008 and 2010 RTM. If you are new to the Data Service Wizard, it is a great tool that will allow you to point a wizard at your OpenAccess generated data access classes and automatically build an WCF, Astoria (WCF Data Services), REST or ATOMPub collection endpoint, complete with the CRUD methods if applicable. If you are familiar with the Data Service Wizard already, there will be two new surprises in the release version....
    May 27, 2021 2 min read
  • People

    Telerik Surprise Product Hint

    Hello Telerik Developer Community!   What could be a better day for announcing a lil’ contest than the 1st of April? You can't say we've lost our sense of humor. So, it isn’t a joke, and below are a few hints about one of the 3 products Telerik is launching in the near future.   You might have caught a wind of our ‘surprise product’ – http://www.telerik.com/products/surprise . We have now updated the surprise product page with 3 images to give you a hint at what the product does. So, here are the contest details:   From the 3 images posted at surprise product page, guess...
    May 27, 2021 1 min read
  • Productivity

    Using Telerik’s new LINQ implementation to connect to MySQL

    Last week Telerik released a new LINQ implementation that is simple to use and produces domain models very fast. Built on top of the enterprise grade OpenAccess ORM, you can connect to any database that OpenAccess can connect to such as: SQL Server, MySQL, Oracle, SQL Azure, VistaDB, etc. Today I will show you how to build a domain model using MySQL as your back end. To get started, you have to download MySQL 5.x and the MySQL Workbench and also, as my colleague Alexander Filipov at Telerik reminded me, make sure you install the MySQL .NET Connector, which is available here.  I like to use Northwind, ok it gives...
    May 27, 2021 3 min read