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
Recent Posts
LINQPad is XPO’s new best friend!
XPO - 11.2 Sneak Peek – XPCollection performance improvements (once again!)
Performance boost on removing data from a large XPCollection (available in 11.1.7)
Profiling medium trust web applications
Webinar: Profiling a XAF application with XPO Profiler
Archives
December 2011
(1)
September 2011
(2)
August 2011
(2)
July 2011
(1)
May 2011
(4)
April 2011
(2)
March 2011
(1)
July 2010
(1)
October 2009
(1)
May 2009
(3)
April 2009
(1)
August 2008
(5)
May 2008
(1)
April 2008
(1)
March 2008
(2)
December 2007
(1)
July 2007
(3)
May 2007
(3)
April 2007
(2)
March 2007
(3)
February 2007
(2)
December 2006
(2)
November 2006
(2)
October 2006
(4)
July 2006
(3)
May 2006
(2)
April 2006
(7)
March 2006
(1)
XPO
eXpress Persistent Objects
>
All Tags
>
XPO
11.1
11.1.7
11.2
adding
ASP.NET
ASPxGridView
asynchronous
auto-generated
bottleneck
data binding
data caching
deleting
distributed applications
DXCore
IDataStore
inserting
Int64
IObjectLayer
ISerializableObjectLayer
key
LINQ
long
OUTER APPLY
performance
PK
profiling tool
removing
service
Silverlight
SL
SQL
SQLDependency
v2011 vol1
v2011.1
WCF
WPF
XAF
XPCollection
XPObservableAssociationList
XtraGrid
XPO - 11.2 Sneak Peek – XPCollection performance improvements (once again!)
Prerequisites As you probably know, when inserting or removing records from collections supporting IBindingList , it is necessary to load the entire collection (that means constructing its persistent objects and their related objects graphs) from the...
Posted
Sep 13 2011, 08:00 AM
by
Dennis (DevExpress Support)
with | with
15 comment(s)
Filed under:
XPO
,
performance
,
11.2
,
inserting
,
XPCollection
,
deleting
,
removing
,
adding
Performance boost on removing data from a large XPCollection (available in 11.1.7)
I am happy to announce that XPO developers have tweaked XPCollection in version 11.1.7 , and trust me, it is something you will notice immediately. This improvement was accomplished while working on a customer's issue and that again proves how customer...
Posted
Sep 12 2011, 08:40 AM
by
Dennis (DevExpress Support)
with | with
5 comment(s)
Filed under:
XPO
,
performance
,
XPCollection
,
deleting
,
removing
,
11.1.7
Profiling medium trust web applications
Our profiler uses WCF in order to communicate with the client application. One of the benefits of the XPOProfiler is that it supports 2 binding types. Both binding types have their advantages however in this situation only one allows us the flexibility...
Posted
Aug 29 2011, 07:08 AM
by
Apostolis Bekiaris (DevExpress)
with | with
no comments
Filed under:
XPO
,
profiling tool
XPO–11.2 Sneak Peek - Auto-generated Int64 keys
We are not far from 11.1 and I presume that you will be surprised to see 11.2 sneak peeks at this time There is not actually not much to say here, because the subject says it all. Starting from version 11.2 you can define a Int64 (long) key property in...
Posted
Jul 28 2011, 08:30 AM
by
Dennis (DevExpress Support)
with | with
15 comment(s)
Filed under:
XPO
,
11.2
,
Int64
,
PK
,
long
,
auto-generated
,
key
XPO – 11.1 Sneak Peek - WCF services for IObjectLayer
In the two previous blog posts, we already described how to provide the IDataStore and ICachedDataStore implementations, working via WCF Services. In this blog post, we will talk about implementing a distributed object layer service ( IObjectLayer/ISerializableObjectLayer...
Posted
May 17 2011, 06:10 PM
by
Dennis (DevExpress Support)
with | with
12 comment(s)
Filed under:
XPO
,
11.1
,
IDataStore
,
WCF
,
distributed applications
,
service
,
v2011 vol1
,
v2011.1
,
ISerializableObjectLayer
,
IObjectLayer
XPO – 11.1 Sneak Peek – IDataStore WCF Service in Silverlight
In this blog post we will talk about peculiarities of using IDataStore WCF services in Silverlight projects. As you guess, the main restriction is that all inquiries should be performed asynchronously or rather should not block the UI thread. Let’s extend...
Posted
May 16 2011, 04:30 AM
by
Dennis (DevExpress Support)
with | with
4 comment(s)
Filed under:
XPO
,
11.1
,
IDataStore
,
WCF
,
v2011 vol1
,
asynchronous
,
SL
,
Silverlight
,
v2011.1
XPO – 11.1 Sneak Peek – Data binding in WPF
In this blog post, we are going to demonstrate how to use a new XPObservableAssociationList<T> class in the DevExpress.Xpo.Linq library for data binding to persistent classes in WPF . First, we will create a new WPF Application project. Then, we...
Posted
May 16 2011, 04:00 AM
by
Dennis (DevExpress Support)
with | with
1 comment(s)
Filed under:
XPO
,
LINQ
,
11.1
,
WPF
,
data binding
,
XPObservableAssociationList
,
v2011.1
XPO – 11.1 Sneak Peek - Profile it!
Introduction We have one more amazing piece of news for our XPO customers. In version v2011 vol 1, we have implemented XPO Profiler - an external profiling tool for XPO-based business applications, allowing you to track internal events in the underlying...
Posted
May 04 2011, 04:10 AM
by
Dennis (DevExpress Support)
with | with
11 comment(s)
Filed under:
XPO
,
SQL
,
11.1
,
performance
,
profiling tool
,
bottleneck
,
v2011 vol1
,
v2011.1
XPO – 11.1 Sneak Peek – Data caching improvements
Introduction First, we would like to refresh your memory and return to the distant past and our old posts about data caching in XPO: · XPO is good for distributed applications · ...
Posted
Apr 21 2011, 01:30 PM
by
Dennis (DevExpress Support)
with | with
10 comment(s)
Filed under:
XPO
,
11.1
,
IDataStore
,
WCF
,
distributed applications
,
service
,
data caching
,
SQLDependency
,
v2011.1
XPO – 11.1 Sneak Peek - WCF services for IDataStore
In XPO v2011.1 vol 1, we added support for WCF Services. These improvements provide the capability to create service and client for IDataStore as easy as it can only be. In order to support this feature, the DevExpress.Xpo assembly will reference assemblies...
Posted
Apr 19 2011, 02:30 AM
by
Dennis (DevExpress Support)
with | with
25 comment(s)
Filed under:
XPO
,
IDataStore
,
WCF
,
distributed applications
,
service
,
v2011.1
XPO – 11.1 Sneak Peek – Support for the OUTER APPLY operator in SQL queries
We have some good news for our XPO users. In v2011 vol1 we have improved our sql-generator by supporting the OUTER APPLY operator. This SQL operator enables you to create an aggregate’s sub queries outside the WHERE clause and the SELECT expressions...
Posted
Mar 22 2011, 09:00 AM
by
Dennis (DevExpress Support)
with | with
4 comment(s)
Filed under:
XPO
,
SQL
,
OUTER APPLY
,
11.1
,
v2011.1
XPO to Database Connectivity: Mastering Fork Etiquette
Check out this how-to article that shows a new way of setting up XPO to work with websites, where a large number of simultaneously connected users is a common occurrence. It may help you reduce server response latency for pages that depend on data supplied...
Posted
Jul 06 2010, 06:24 AM
by
Nick (DevExpress Support)
with | with
7 comment(s)
Filed under:
XPO
ANN: DXCore XPO Plugin 1.2.0.3
Version 1.2.0.3 of the XPO plugin is now available, compiled against DXCore 8.3.4. Please download it here: CR_XPOFieldSync-1.2.0.3.zip (23174 bytes) As always, if you're not familiar with the purpose of the XPO plugin, please read this description...
Posted
Apr 01 2009, 06:15 PM
by
Oliver Sturm (DevExpress)
with | with
19 comment(s)
Filed under:
XPO
,
DXCore
Using SQL Server 2008 spatial data from XPO
Boris posted me some code that I used to play around with, in order to make XPO work with SQL Server 2008 spatial data . It is possible to make it work, quite easily actually, but there are a few things that need to be considered, and where more than...
Posted
Aug 19 2008, 03:00 PM
by
Oliver Sturm (DevExpress)
with | with
6 comment(s)
Filed under:
XPO
XPO and FILESTREAM - update
Yesterday I wrote about using the new SQL Server 2008 FILESTREAM feature with XPO , and this morning Boris from our XPO team sent me an IM going "na na na, I found an easier way to do this". Okay, maybe he didn't quite put it like that ...
Posted
Aug 15 2008, 11:40 AM
by
Oliver Sturm (DevExpress)
with | with
3 comment(s)
Filed under:
XPO
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…