Not Logged In
Explore
Try
Subscribe
Support
My Account
Announcing DXv2
Inside 11.2
Feature Overview
Download Trial
Product Demos
Feature Overview
New Subscriptions
Renew Subscriptions
Ask a Question
Blogs & Forums
Documentation
Webinars
Log In
Register
Forgot Password
Chat with a Customer Service Specialist
DevExpress:
Have a pre-sales question?
DevExpress:
We’re here to assist you M-F from 8:30am – 5:00pm PST or email anytime
info@devexpress.com
Have a technical question?
Please email our
support team
or visit our
support center
Blogs
Blogs
Forums
This Blog
Home
Comments RSS
Contact
Recent Posts
Building ASP.NET Web Apps for iOS
Build for Beautiful with DXv2: Metro Inspired WinForms Apps
Rich Text Editor - Adding a Barcode into a Document
Windows Live developer platform adds OAuth 2.0
Rich Text Editor - Adding a Chart into a Document
Archives
January 2012
(1)
December 2011
(1)
June 2011
(6)
April 2011
(1)
March 2011
(1)
February 2011
(4)
January 2011
(6)
December 2010
(2)
November 2010
(4)
October 2010
(3)
September 2010
(2)
August 2010
(12)
June 2010
(1)
May 2010
(8)
April 2010
(11)
August 2009
(2)
July 2009
(2)
March 2009
(2)
February 2009
(1)
January 2009
(1)
December 2008
(3)
November 2008
(1)
October 2008
(6)
September 2008
(11)
August 2008
(4)
July 2008
(12)
June 2008
(10)
The One With
>
All Tags
>
XPO
AgDataGrid
AgLayoutControl
AgMenu
ASP.NET
ExMedia
MVC
MySQL
OAuth
OData
Reports
ServerMode
Silverlight
WCF Data Services
XtraCharts
XtraGrid
XtraReports
XtraScheduler
OData and OAuth - Part 5 – OAuth 1.0 Service Provider in ASP.NET MVC
Implementing an OAuth service provider is not a difficult task once you select an OAuth library that you like. The one I am going to be using is the one I like the most. It’s simple to use and gives me a lot of freedom when it comes to token management...
Posted
Mar 07 2011, 04:35 PM
by
Azret Botash (DevExpress)
with | with
no comments
Filed under:
XPO
,
ASP.NET
,
OData
,
OAuth
,
MVC
,
MySQL
OData and OAuth - Part 4 – Managing Identities
We’re almost ready to implement an OAuth 1.0 Service provider. But first, let’s make sure our member accounts are properly password protected. Since we allow to sign in using different credentials into the same account, we need a place to...
Posted
Feb 28 2011, 09:00 PM
by
Azret Botash (DevExpress)
with | with
no comments
Filed under:
XPO
,
ASP.NET
,
OData
,
OAuth
,
MVC
,
MySQL
OData and OAuth – Part 3 - Federated logins with Twitter, Google, Facebook
It’s time to look at OAuth protocol itself. In short, OAuth is a token based authentication that became popular in recent years due to the adoption by big web giants like Google, Twitter, Facebook etc. There is a lot of good material on the web...
Posted
Feb 25 2011, 01:38 PM
by
Azret Botash (DevExpress)
with | with
2 comment(s)
Filed under:
XPO
,
OData
,
OAuth
,
MVC
,
MySQL
OData and OAuth - Part 2 – FormsAuthenticationTicket & MixedAuthentication
Continuing where we left off last time, let’s take a closer look at how we do authentication. When a member signs in by clicking on his name we look up the Principal object and if it exists we set a cookie with the FormsAuthenticationTicket public...
Posted
Feb 24 2011, 07:11 PM
by
Azret Botash (DevExpress)
with | with
no comments
Filed under:
XPO
,
OData
,
OAuth
,
MVC
,
MySQL
OData and OAuth - Part 1 – Introduction
I often receive questions about OData and authentication. Specifically, about OData + OAuth. The scenarios are very simple, you have a site/service and you want to provide developer API so that third-parties can integrate. The API must of course be secure...
Posted
Feb 24 2011, 01:48 AM
by
Azret Botash (DevExpress)
with | with
3 comment(s)
Filed under:
XPO
,
OData
,
OAuth
,
MVC
,
MySQL
End-User Report Designer – Viewing Reports (Part 2)
In part 1 we created an end-user report designer that can publish reports to a database using OData protocol. Now, let’s create a Silverlight application that can view the reports that we have published. Report Service First we’ll add a printing service...
Posted
Aug 24 2010, 09:37 PM
by
Azret Botash (DevExpress)
with | with
no comments
Filed under:
Silverlight
,
XtraReports
,
XPO
,
Reports
,
OData
End-User Report Designer - Publishing Reports (Part 1)
One of the challenges for any enterprise level application is reporting. How do we create reports? How to do we let our users create them without our involvement? How do we deploy them? etc… These and all other reporting related questions are addressed...
Posted
Aug 24 2010, 05:47 PM
by
Azret Botash (DevExpress)
with | with
no comments
Filed under:
Silverlight
,
XtraReports
,
XPO
,
Reports
,
OData
OData Provider for XPO – Using Server Mode to handle Huge Datasets
The most exciting part of OData is its simplicity and at the same time its flexibility. The idea of accessing data over HTTP using a well defined RESTful API, and the fact that by doing so we completely remove direct access to the database from our clients...
Posted
Aug 16 2010, 04:28 PM
by
Azret Botash (DevExpress)
with | with
1 comment(s)
Filed under:
XPO
,
XtraGrid
,
OData
,
ExMedia
,
ServerMode
OData Provider for XPO – GroupBy(), Count(), Max() and More…
Last time I have introduced you to a custom OData extension !summary . But as exciting as it was, the standard .NET Data Client Library does not support it. Why should it right? It does not know about it. To solve this, the eXpress Persistent Objects...
Posted
Aug 15 2010, 01:13 PM
by
Azret Botash (DevExpress)
with | with
no comments
Filed under:
XtraCharts
,
XPO
,
OData
,
ExMedia
OData Provider for XPO - Summary Extensions (!summary)
The Open Data Protocol allows us to address resources a number of different ways. We can filter using the $filter operator, sort with $orderby , page via the $top & $skip or with the help of server supplied continuation tokens. These operators, for...
Posted
Aug 09 2010, 04:38 PM
by
Azret Botash (DevExpress)
with | with
no comments
Filed under:
XPO
,
OData
,
ExMedia
OData Provider for XPO – Binding to Scheduler
So far we have been focusing on creating and consuming one-way OData feeds (read-only feeds). This time, let us look at how to CREATE, UPDATE and DELETE items. CUD operations are handled by the IDataServiceUpdateProvider and this interface is fully supported...
Posted
Aug 02 2010, 04:04 PM
by
Azret Botash (DevExpress)
with | with
no comments
Filed under:
XtraScheduler
,
XPO
,
OData
OData Provider for XPO – Complex Types
Now that we know how to expose XPO objects as OData feeds and how to consume them, let’s cover some implementation details that you will need to know when facing real world scenarios. Complex Types In XPO, there are no constructs that separate entity...
Posted
Jun 10 2010, 01:56 AM
by
Azret Botash (DevExpress)
with | with
no comments
Filed under:
XPO
,
OData
,
WCF Data Services
OData Provider for XPO – Client Side
In the previous posts, we have looked at how the WCF Data Service Provider for XPO works and how to expose existing XPO objects as OData . Now let’s take a look at how to consume them. First, create a service proxy. Let’s use a public OData...
Posted
May 29 2010, 01:16 PM
by
Azret Botash (DevExpress)
with | with
4 comment(s)
Filed under:
XPO
,
OData
,
WCF Data Services
OData Provider for XPO - IDataServiceQueryProvider
In the previous post , we have introduced a WCF Data Service Provider for XPO . Let’s now look at how it works under the hood. For a basic read-only data service provider we only need to implement two interfaces: IDataServiceMetadataProvider : Provides...
Posted
May 26 2010, 10:22 AM
by
Azret Botash (DevExpress)
with | with
no comments
Filed under:
XPO
,
OData
,
WCF Data Services
OData Provider for XPO - Introduction
The Open Data Protocol (OData) is quickly becoming the format of choice when it comes to exposing data. The growing number of client side libraries and all the new features from WCF Data Services is what makes the developers switch from proprietary (Custom...
Posted
May 21 2010, 02:28 PM
by
Azret Botash (DevExpress)
with | with
2 comment(s)
Filed under:
XPO
,
OData
,
WCF Data Services
,
ExMedia
Next page »
Chat with a Customer Service Specialist
DevExpress:
Have a pre-sales question?
DevExpress:
We’re here to assist you M-F from 8:30am – 5:00pm PST or email anytime
info@devexpress.com
Have a technical question?
Please email our
support team
or visit our
support center
Loading…
More from DevExpress
DevExpress
About Us
Awards
Community Events
User Comments
Careers
Licensing
Contact Information
Press
DevExpress News
Logos
Reviews and Publications
Case Studies
Support
Knowledge Base
Ask a Question
Report an Issue
Online Documentation
Download Documentation
Community Forums
Technical Blogs
Training
Online Demos
Webinars
Videos
Courses
Partners
DXSquad
MVP Program
Community Group Support
Version History
What's New
Current Version/Build
Version History
Live Chat
Have a pre-sales question?
Need assistance with your evaluation?
We are here to help.
Chat is one of the many ways you can contact members of the DevExpress Team. We are available Monday-Friday between 8:30am and 5:00pm Pacific Time.
If you need additional product information, require pre-sales assistance, or want help with your order, write to us at
info@devexpress.com
or call us at
+1 (818) 844-3383.
DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio. Whether using WPF, Silverlight, ASP.NET or WinForms, DevExpress tools help you build and deliver your best in the shortest time possible.
Your Privacy - Legal Statements
Copyright © 1998-2012 Developer Express Inc.
ALL RIGHTS RESERVED
All trademarks or registered trademarks
are property of their respective owners
DevExpress User Login
New DevExpress User Registration
Forgot Password
Developer Express Website Terms of Use
Multiple Developer License Discounts
Set Password
Loading…