Telerik Newsletter - October 2008 (¿µ¹®)
 
 
2008/11/03 (10:18)
ÀÛ¼ºÀÚ : °ü¸®ÀÚ Á¶È¸¼ö : 3183
 

Telerik - deliver more than expected

 

Telerik

October 2008

 

Contents

   Telerik Acquires Vanatec and Telerik OpenAccess ORM

   RadControls ASP.ET AJAX Beta for Q3 Revealed - Download Now

   RadControls for Silverlight RC1 released

   Sitefinity v3.5 Now Released

   DevReach 2008 - Huge Success!

   Telerik RadControls in Microsoft ASP.NET MVC

   Visit Telerik at ASP.NET DevConnections and Microsoft Technical Summit

   Vote for the Best WinForms Application and Win 500 Telerik Points

   Tips & Tricks

 

 

 

Telerik Acquires Vanatec and Telerik OpenAccess ORM

Telerik Acquires Vanatec and Telerik OpenAccess ORM

Telerik is excited to announce the official acquisition of Vanatec, a German company specialized in Object Relational Mapping (ORM) software. The latest acquisition will allow Telerik to offer an Enterprise-grade ORM product to its customer base and marks another step in the company's strategy to reduce development complexity in .NET applications.

The German team will continue to work primarily on the ORM software. The Munich office will grow to become Telerik's hub for servicing customers from Western Europe. This follows the Telerik's efforts to build regional sales and technical support operations.

Vanatec OpenAccess will be rebranded to Telerik OpenAccess ORM and it will be made immediately available to Telerik customers with the upcoming Q3 release that is scheduled for the week of November 3, 2008. During the months leading up to the Q1 2009 release, a lot of substantial improvements will be implemented: new wizards and intuitive design-time, effortless integration with all Telerik products, as well as a number of powerful new features.

Learn more about OpenAccess ORM

Back to top

RadControls ASP.NET AJAX Beta for Q3 Revealed - Download Now

RadControls ASP.NET AJAX Beta for Q3 Revealed - Download Now

We are very excited to announce that RadControls ASP.NET AJAX Beta for Q3 is now available for download and testing. The Beta introduces all new features and product enhancements that will be officially introduced in our major Q3 2008 release.

Some of the highlights include:

  • Performance optimizations across all controls
  • Client-side features across most controls, mostly in RadGrid and RadScheduler
  • Enhanced data access capabilities of all databound controls
  • RadControls can be now used in ASP.NET MVC application
  • jQuery integration for slick animation effects
  • Right-to-left support in RadToolTip, RadWindow, RadForm Decorator
  • Merging charting into the Telerik.Web.UI.dll


Full details and download instructions are available in this forum thread.

As always, we would highly appreciate your involvement, feedback and suggestions.

Back to top

RadControls for Silverlight RC1 released

RadControls for Silverlight RC1 released

We are happy to announce that we released RadControls for Silverlight RC1 which is compatible with Microsoft Silverlight 2 RTW. With this update, we expanded the suite with two brand new controls - RadContextMenu and RadCoverFlow. Plus we added support for custom themes. You should also not miss the unique Page Navigation and Drag & Drop frameworks, released earlier that month.

You can see how you can solve the problem of navigating through the pages within a website with the Page Navigation Framework in our new example - CV Viewer. We have added another helpful example showing how to bind our controls for Silverlight to ADO.NET Data Services - Binding to ADO.NET Data Services.

Stay tuned for the next great controls to be added to the suite in the beginning of November with the Q3 2008 release!

Read full release notes

Download now

Back to top

Sitefinity v3.5 Now Released

Sitefinity v3.5 Now Released

We are delighted to announce that Sitefinity CMS v3.5 was released on Tuesday, October 7, and it is now available for immediate download from your client.net account. The core of the new release is optimizations aimed at enhancing the overall performance of the product. Some of the highlights are:

  • CacheDependency was implemented for CMS pages
  • A new CachingManager is implemented which supports providers model
  • Hierarchical applications permissions can now be defined for multiple membership providers
  • Page permissions can now be defined  for multiple membership providers at the same time
  • Persistence modes "DomainName" and "DomainExtension" were implemented for localization purposes
  • CmsSiteMapProvider performance optimizations
  • Updated RadControls with the latest release of RadControls ASP.NET AJAX Q2
  • All ContentView-based controls are partially Ajaxified for a better performance
  • The Images and Documents module now supports CMYK color scheme images


Read more about Sitefinity CMS v3.5.

Back to top

DevReach 2008 - Huge Success!

DevReach 2008 - Huge Success!

This year's 3rd edition of DevReach, the premier event for professional developers in Eastern Europe, was a huge success, gathering more than 450 visitors from over 15 countries -  a significantly higher number of international presence than previous years.  Due to the huge interest, all tickets were sold out weeks prior the event.

DevReach 2008 brought in an amazing array of great speakers to educate the .NET developer in Eastern Europe about the latest technologies. Among the big names in the .NET World were Stephen Forte, Miguel Castro, Tim Huckaby, Carl Franklin and many others. The speakers helped lead over 40 sessions in two days. 

This year's keynote was titled "Data Access Smackdown", presented by Stephen Forte. He discussed and demonstrated the new .NET 3.5 SP1 release and its new data access methodologies: ADO.NET Data Services and the Entity Framework. A video recording of the keynote is available at the DevReach website.

One of the most attended sessions was dedicated to the introduction of a new Microsoft project codenamed "Dublin"- an application server technology that will surface in Windows Server. The session was presented by Georgi Kremenliev, a Program Manager in Microsoft's Connected Systems Division.
 
Participants were also pleasantly surprised by the addition of 4 bonus sessions. These were presented by 3 new speakers that were not included in the original lineup. Among the new speakers was Jan Blessenohl, co-founder and CTO of Vanatec which was recently acquired by Telerik and is the maker of the Object/Relational Mapper OpenAccess.

All presentation slides are available for download at: http://www.devreach.com/Event/Sessions.aspx

The fun part at the end of conference additionally boosted the spirit. There was an exclusive party for all VIP attendees, which was an excellent networking opportunity with all the speakers. The organized raffles pleasantly surprised the participants with some cool prizes - such as a Big Screen Plasma TV and a Free Pass to TechEd Barcelona.

Telerik would like to take this opportunity to thank all of the participants for their interest and enthusiasm. We hope that we'll see you again next year!

Back to top

Telerik RadControls in Microsoft ASP.ET MVC

Telerik RadControls in Microsoft ASP.NET MVC

One of our most exciting product novelties is that RadControls for ASP.NET AJAX are able to work in the new Microsoft ASP.NET MVC framework. Now, with the help of the market leading RadControls you can continue to build rich UI applications even in this innovative environment. The great benefit of ASP.NET MVC is that your web apps are much more easily testable than the current Web Forms model. And since all of the core contracts in the framework are interface-based, testing is even easier as you can mock out dependencies and focus on the specific component being testing.

We have created a series of blog posts and several examples demonstrating how to use RadControls for ASP.NET AJAX as pure client-side components in this environment. Check out the following postings:

RadGrid in Microsoft ASP.NET MVC Beta

Using Telerik RadGrid in ASP.NET MVC together with RenderPartial, Ajax.Form, Ajax.ActionLink and UpdateModel

Telerik RadControls in Microsoft ASP.NET MVC

How To: Telerik RadGrid for ASP.NET AJAX with ASP.NET MVC

Back to top

Visit Telerik at ASP.NET DevConnections and Microsoft Technical Summit

Visit Telerik at ASP.NET DevConnections and Microsoft Technical Summit

Telerik is a proud Platinum Sponsor of the fall edition of Microsoft ASP.NET Connections, which will be held in the Mandalay Bay Resort and Casino, Las Vegas, Nevada, November 10-13, 2008.

Visit us at booth #113 and you'll have a chance to win $1000 or five Telerik Premium Collection licenses by playing the "Guess the UI game! You can also experience Augmented Reality, Gesture UI, and some other innovative applications made with Telerik controls. Last but not least, you'll get the latest updates on all Telerik offerings, plus a sneak preview of a completely new product that will be revealed for the first time during the events.

If you miss the chance to visit us at any of the upcoming US West Coast events, and happen to be in Europe in late November, we invite you to stop by Telerik's booth at Microsoft Technical Summit - the premier conference for professional developers and IT-decision makers. The event will take place in the ICC Berlin, Germany, November 19-21, 2008. Our German team will be happy to meet with you and discuss Telerik's products and innovations.

Learn more about Microsoft ASP.NET Connections
Learn more about Microsoft Technical Summit

If you need more detailed information about the conferences, or want to schedule a meeting with a Telerik representative during any of the events, please drop us an email at events@telerik.com.

Back to top

Vote for the Best WinForms Application and Win 500 Telerik Points

Vote for the Best WinForms Application and Win 500 Telerik Points

The WinForms contest has come to an end and it's time to pick the lucky winner. We would like to thank you all who took part in the challenge. As with all Telerik contests your involvement would be essential - it is your voting that would determine the winner of the $500 Amazon Gift Coupon.

Voting starts on Nov 1 and ends on Nov 7. Please review the submissions and cast your vote now! Every case study will be rated on a 1 to 4 scale and the one that receives the highest cumulative score will be announced as the winner.

We wish good luck to all contestants!

Back to top

Tips & Tricks

Tips & Tricks

RadControls for WinForms, WPF
Host Telerik's WPF Gauges and Charts in RadGridView for WinForms

RadControls for ASP.NET AJAX

Codeless client-side data-binding for your ASP.NET AJAX DataGrid

RadControls for Silverlight
Drag and Drop Basics

Telerik Reporting
Custom Toolbar for the Web ReportViewer

RadTips, Episode 8
Customizing the RadScheduler with Templates

Back to top

 

 
 
 
  ÀÌÀü ¡ã : 3DVIA Virtools Newsletter - October 2008 (¿µ¹®)
  ´ÙÀ½ ¡å : CommView for WiFi 6.1 and CommView Remote Agent for WiFi 2.3 Released (¿µ¹®)