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...
BIT.Xpo.Observables Nuget
An observable implementation of XpCollection and XPPageSelector. After 15 years, DevExpress has finally made XPO available free-of-charge. If you’re not familiar with XPO, you can learn more about its feature set here. If you’ve used XPO in the past or are familiar...
XPO and database replication
After 15 years of working with XPO, I have seen many tickets asking if XPO is capable of doing data replication and all the time DevExpress team answer those tickets saying that replication its out of the scope of XPO and that it's actually true. So, to start talking...