XPO Team Blog
Sorry, but there are no more tags available to filter with.
With v18.2, XPO's Session and other key classes ship with a set of async APIs, including FindObjectAsync, GetObjectByKeyAsync, CommitChangesAsync (which return System.Threading.Tasks.Task object).
These Task-based APIs are important for both server and client programming (useful for long and DB-intensive operations like commits, queries, delete operations, etc.) as they improve server scalability and deliver a more resilient user experience, especially on mobile devices....
Dennis Garavsky (DevExpress)
16 October 2018
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...
Dennis Garavsky (DevExpress)
15 May 2011
More Posts
Featured Posts
DevExpress Developer Survey — AI Impact, Regulatory Compliance, Upgrade & General Product Experience
Dennis Garavsky (DevExpress)
Alex Chuev (DevExpress)
Dennis Garavsky (DevExpress)
Popular Topics
- Roadmap
- v26.1 - Next Release
- v25.2 - Latest Release
- Prerelease/EAP
- .NET 10
- AI
- DevExtreme
- Blazor
- ASP.NET
- Office File API
- XAF UI/Web API Service
- .NET MAUI
- WinForms
- WPF
- Reporting
- BI Dashboard
- VCL
- Linux/MacOS/Unix

