BLOG by Robert Anderson: Fixing an unmanaged code AppCrash
This post is the result of a recent bug hunt in which I came across a tricky bug, found a debugging switch I’d completely forgotten existed and learned a little about calling extern string functions...
View ArticleBLOG by Apostolis Bekiaris: UI Annotation using Business Rules
XAF already provides strong and flexible validation for any object that fits specified Rules with build-in the Validation Module. In this post you can find a sample XAF application which extends the...
View ArticleNEW COMMIT by apobekiaris:decouple RuleType listview implentation from...
https://github.com/expand/eXpand/commit/ce8008893c9cba3cb0ff9cbe0557e88e2d500f14
View ArticleNEW COMMIT by derjabkin:- LayoutManager: Introduced MasterDetailLayout event...
https://github.com/expand/eXpand/commit/1d906ddfc71a64e9e83b8cbd1d652171cf4023c0
View ArticleBLOG by Manuel Grundner: Intoduction to Xpand.Testing
Hi!I am currently working on a little library that should help you testing XAF/XPO applications.Currently the introducion covers currently 3 parts of testing XAF/XPO. Testing XPObjects with custom...
View ArticleBLOG by Konstantin B (DevExpress)Merge Changes when Two Users Edit the Same...
In multi-user data-aware applications it often occurs when a user modifies and saves a record that was edited by someone else. It is also possible that changes made by users do not intercept, e.g. one...
View ArticleNEW COMMIT by derjabkin:Web master detail: Resizing only the root splitter
https://github.com/expand/eXpand/commit/f46740db345e143d191ab40d0a3ecc2865899d4f
View ArticleNEW COMMIT by derjabkin:Added missing dependencies to the eXpandIOWeb.nuspec
https://github.com/expand/eXpand/commit/7a9a05e6926b81930e5dabbbd25fedd99e6b5ecd
View ArticleNEW COMMIT by apobekiaris:Introduced a new module for supporting the...
https://github.com/expand/eXpand/commit/923e24fcdfc8a2be58d13d9db889b1a6bf684fe7
View ArticleBLOG by Robert Anderson: Making XAF reports even better - Part 1
The ability to create reports using a report writer is a very powerful feature of DevExpress XAF, but there are some limitations which are particularly cumbersome to deal with in complex project.One...
View ArticleBLOG by Marcelo Paiva: DevExpress XAF – Introdução
Constantemente encontro com amigos que desejam criar um produto rapidamente e logo sair ganhando dinheiro. Muitos deles querem implementar algo para atender pontualmente certo mercado ou necessidade...
View ArticleBLOG by Marcelo Paiva: DevExpress XAF – Validação
Olá pessoal, vamos continuar nossa séria sobre o XAF. Se não leu ainda, veja nosso artigo anterior para melhor entender o que estamos falando no link: XAF – Introdução Neste artigo vamos tratar do...
View ArticleBLOG by Marcelo Paiva: DevExpress XAF – Controle Aparência
Olá pessoal, vamos continuar nossa série sobre o XAF. Se não leu ainda, veja os artigos anteriores para melhor entender o que estamos falando nos link’s: XAF – Introdução e XAF Validações. Nos artigos...
View ArticleBLOG by Apostolis Bekiaris: Security in On-line shop? Easily!
I can think many reason why Security is necessary when developing even the simplest online shop backend. I will not elaborate them but I will concentrate on how to empower the application prototype we...
View ArticleBLOG by Robert Anderson: Making XAF reports even better - Part 2
Good news. The conversion is now two-way. Get the source code from GitHub. Make sure you have built MainDemo.Reports project.You will find there are now two T4 transforms in the project....
View ArticleBLOG by nwoolls: Using XAF with Embedded Firebird
I spent a few hours tonight trying to work out how to get my XAF application using embedded Firebird as a backend. I was unable to find documentation that covered something like this start-to-finish,...
View ArticleBLOG by nwoolls: User Owned Objects in XAF
Working on a little XAF project, I recently had the need (a common one) to support the concept of objects being owned by certain users. When a user logs in, he or she should only see the objects owned...
View ArticleBLOG by nwoolls: Using the XAF Scheduler Module with Domain Components
It had been a while since I last looked at XAF from DevExpress, and since then the new Domain Components technology has been released in version 11.2. I decided to take a look at this new technology...
View ArticleBLOG by nwoolls: Hosting XAF ASP.NET Projects using Azure Web Sites
Azure Web Sites is a new offering currently in preview from Microsoft under their Windows Azure cloud platform. It’s a scalable solution that allows you to host ASP.NET, PHP, and node.js projects. If...
View ArticleNEW COMMIT by apobekiaris:DXBuildGenerator submodule
https://github.com/expand/eXpand/commit/dadf9fedfedbd99963a5809c524e310f5a214efe
View Article