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...
Code Rush Template for Xamarin forms bindable property
From time to time I realize that a lot of the stuff I'm writing is repetitive and complex, so that is the perfect time to create a new code rush custom template, behold the new template xfbp (xamarin forms bindable property). Download the template here [download...
XAF FilterController case insensitive search
Sometimes you are asked by a customer to implement a functionality that you have already created in the past from someone else. In this case, a customer and dear friend from Italy asked me “Jose, can we make the XAF filter case insensitive?” And my answer was yes, I...