BLOG by Dennis Garavsky: About profiling memory leaks...
I want to pay your attention to this Support Center ticket, because here I was involved in memory profiling with my colleague, and also because I remember that some time ago somebody from the XAF...
View ArticleBLOG by Dennis Garavsky: Developing the validation warnings feature -...
You probably saw my recent post about the feature we are developing for 13.2. This nice addition to the framework was welcomed by the XAF community and there were some questions from customers which I...
View ArticleBLOG by Apostolis Bekiaris: Creating object relationships using the...
In next version of eXpandFramework 13.1.5.13 it will be possible to create associations between business objects. Let’s see in details how this will work. 1. Installation – PrerequisitesThe runtime...
View ArticleBLOG by Dennis Garavsky: Short vs Long View identifiers in version 13.1 (MUST...
Let me quote myself from the Core - Introduce an ability to have two or more classes with one and the same name, but declared within different assemblies thread:"After receiving customers feedback, we...
View ArticleBLOG by Dennis Garavsky: Developing the new Reports module
You are probably aware that we have a very popular feature request for our XAF Reports module:Reports - Make it possible to easily use XtraReports designed in Visual Studio.It is primarily about...
View ArticleBLOG by Dennis Garavsky: The CollectionsEditMode option gets more flexible
Let me quote myself from the Layout.Web - provide the capability to manage the display of detail collections, not on the global application level but, for each DetailView separately feature request,...
View ArticleBLOG by Dennis Garavsky: Quick Access Navigation on the Web
I just would like to remind you about a feature that currently exists only in XAF Web UI, but which is for some reason is rarely used by customers (at least from what I see in the Support Center while...
View ArticleBLOG by Dennis Garavsky: Webinar: What's Coming in XAF 13.2 (08/20/2013 )
Join Julian Bucknall and members of the DevExpress XAF team as we discuss the new features currently in development and expected to ship as part of our Universal Subscription v13.2.REGISTER HEREDo not...
View ArticleNEW COMMIT by apobekiaris:SequenceGenerator with support for change database...
https://github.com/expand/eXpand/commit/c87026510334b64d7aa6da53877c9bae18398671
View ArticleNEW COMMIT by apobekiaris:State of the WorldCreatorModule updated
https://github.com/expand/eXpand/commit/61b105b258757e375e55dec42e3a39d727fca65a
View ArticleBLOG by Apostolis Bekiaris: Flexible-fast layouts with CSS styles in the XAF...
XAF has a build-in mechanism for customizing the layout’s. However nothing can be compared with the power of native CSS styles. In this post I will discuss eXpand’s implementation of CSS styles in the...
View ArticleNEW COMMIT by apobekiaris:full text fupport for Detailviews
https://github.com/expand/eXpand/commit/92de4fd39f522e5f06bcf3abc83b7277ae918cd4
View ArticleBLOG by Robert Anderson: Fluent queries with DevExpress XPO - Intro
There are many ways to perform queries with XPO.You can do this:1Session.FindObject<Contact>(newBinaryOperator("Name","Elvis"));or...
View ArticleBLOG by Robert Anderson: Fluent queries with DevExpress XPO - Implementation
Continuing from my last post, I’ll demonstrate how to create a fluent interface so that you can...
View ArticleBLOG by Apostolis Bekiaris: Conditional assemblies merged in ModelArtifact in...
Hello all,The following modules do not exist anymore in 13.1.6.1ConditionalActionState, ConditionalControllerState, ConditionalObjectView now are under the ModelArtifact omprella. Also Logic.Win merged...
View ArticleBLOG by Dennis Garavsky: Quick Access Navigation on the Web
I just would like to remind you about a feature that currently exists only in XAF Web UI, but which is for some reason is rarely used by customers (at least from what I see in the Support Center while...
View ArticleBLOG by Dennis Garavsky: XAFARI 13.1 is available
I am back from a short vacation, and I would like to inform you that XAFARI - a business platform from Galaktika Corp has recently been updated to the version 13.1.5 of XAF:...
View ArticleBLOG by Apostolis Bekiaris: Declarative data auditing
In this post I will provide a discussion on how to apply auditing configurations to your XAF applications, I will use the build-in XAF Audit Trail module and the eXpand Logic module for extending the...
View ArticleBLOG by Dennis Garavsky: Building a Simple Contact Application with XAF
It seems that all of my peers in the US (Oliver, Paul, Julian, etc.), are interested in XAF recently:-). Please check the latest blog from Seth Juarez (a PM for DevExpress Analytics division - follow...
View ArticleBLOG by Dennis Garavsky: How to prompt when the user is about to exit a...
Today I improved the implementation one of my WinForms examples by changing the code and also by adding functional tests powered by our EasyTest engine.This example is about displaying confirmation...
View Article