XPO for Xamarin Forms, May 22, 2019 (English language)
In the webinar, you will learn how to leverage your existing knowledge of XPO and using it to develop mobile applications using Xamarin Forms Date May 22, 2019, 10:00 A.M Los Angeles time (UTC -7) Language English What will you get after the webinar? Access to the...
Migrating XAF projects to the new version of csproj (SDK project VS2017)
For a while now I have been trying to create a framework for XAF (yes I know XAF is already a framework) but it was too difficult to handle the different version of XAF and upgrade the solution from version to version. Luckily for me, DevExpress team decided to...
XAF javascript callback made easy
Sometimes we need to have clientside events and handle them on the server side code behind, that in a simple asp.net web page is really easy, you just have to execute a javascript that executes an HTTP request to the server. Now the question is, how do we do that in...
Xamarin Forms UWP / UAP Broad File System Access (Permissions)
For a long time now, I have wanted to access the file system when I create a Xamarin Forms UAP/UWP application but that was actually impossible ... till now. After the Windows 10 build 17134 update its possible to access the broad file system, the approach is not...
CodeRush Entity Framework Code Templates
Don't waste your time writing boilerplate code, just use Code Rush from DevExpress Entity Framework Class (shortcut efc) Entity Framework Property (shortcut efpr) Entity Framework Property (shortcut efnp) Entity Framework Collection (shortcut efcol) Entity...
What is an application framework?
Let's try to define what is an application framework, for that we will check how famous website defines the term "Application Framework" From Wikipedia In computer programming, an application framework[1] consists of a software framework used by software...