BLOG by Martynas Dauciunas: Whats this blog about ?
Well the whole idea of this blog is to post info about software I've created or have participated in the process of creation.
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 Martynas Dauciunas: Co2 Emission calculator
This is a small tool that I did according specific client requirements.Tool is based on the "Carbon Footprint" method, which gives magnitudes, not the exact figures, of the carbon emission linked to...
View ArticleBLOG by Martynas Dauciunas: TP.Shell.XAF - ERP for manufacturing facilities
TP.Shell.XAF - ERP application, with unique capabilities such like integrated ACad, Visio, Intergraph drawing Viewer, predefined custom industry specific data engineering data classes and other.Few...
View ArticleBLOG by Martynas Dauciunas: MultiEdit component for DevExpress Express...
It is a common situation, that You want to update multiple objects.DevExpress recommends writing a controller for each and every time You want to do so.Well, i don't think so. I've implemented a...
View ArticleBLOG by Martynas Dauciunas: Excel Importer for Express Application Framework...
One more common situation when working with XAF is that in many cases You usually get a lot of data in Excel SpreadSheets,You need to import to Your New Application.So instead of writing a separate...
View ArticleBLOG by Martynas Dauciunas: Merge similar referenced objects controller for XAF
I've noticed that modern application usually have Dirty dictionariesand there are no means of cleaning those dictionaries.What do i mean by Dirty dictionaries ? here's a sample:You have a list of...
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 Martynas Dauciunas: TimeSpan Editor for XAF
Here's a simple solution for entering TimeSpan data in a casual style : " 1 day 39 hours 78 min"The Solutions is to create a prpoperty editor that hosts simple Text editor, with some custom logic...
View ArticleBLOG by Martynas Dauciunas: Excel Import Wizard Demo from eXpandFramework
Here's a short video on how Excel import wizard that I've recently published to eXpandFramework works :)
View ArticleBLOG by Martynas Dauciunas: How to Include eXpandFramework module into...
.style2 {border-bottom:thin #000000 solid;} This post describes how to add a feature from eXpandFramework into an existing XAF application.1. Download the latest sources or binaries from here Make sure...
View ArticleBLOG by Manuel Grundner: Real MTier with DevExpress (Part 1)
Technologie overviewFirst of all one thing:I like DevExpress and their controls, but i'm dissatisfied with the speed of the development on the mobile sector with large scaling XAF applications and the...
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 Manuel Grundner: FastSchemaProvider
I just released beta (hmm let me think..., okay V0.5) of FastSchemaProviderIndoductionWe are having a huge defeat regarding upgrading consumer databases by XPO. XPO isn't capable of extending column...
View ArticleBLOG by Manuel Grundner: FastSchemaProvider V0.6
I've just updated FastSchemaProviderNext internal steps was to attach a XPO/XAF-Application (internal needs ;-)So I was refactoring the DBChanger => DVDiff, and sic adding otpions to...
View ArticleBlOG by Mike Calvert: .NET Applications on Linux
Well, what a touchy subject this might be to some people. I have always seen the battle go back and forth between Windows, Macintosh and Linux. Windows being a middle-tier price range which excellent...
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 ArticleBLOG by Dennis Garavsky: Another small improvement - Custom sorting for...
Before I go on the weekend, here is another good piece of news for XAFers, this time regarding Web lookups.From http://www.devexpress.com/issue=B150005:"I have implemented this suggestion in 12.2....
View ArticleBLOG by Dennis Garavsky: Another DBUpdater improvement - Custom user...
We continue flushing our features backlog, and this time I would like to tell you about a small DBUpdater usability improvement:From http://www.devexpress.com/issue=S136591:"I have implemented this...
View ArticleBLOG by Robert Anderson: Deploy XAF ASP.NET Applications to Amazon Web...
Part 1: Putting the Database in the CloudThis is the first part of a tutorial for installing the DevExpress MainDemo.Web to Amazon Web Services, but the same principles apply to any ASP.NET web...
View Article