BLOG 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 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 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 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 Mike Calvert: How to use the XPCursor
If you are familiar with the DevExpress eXpressApp Framework, than you may have already run into this issue and this will be a great tool for you. If not, the DevExpress eXpressApp Framework provides...
View ArticleBLOG by Robert Anderson: Installing Ruby with Homebrew and rbenv on Mac OS X...
Install Ruby with rbenvI decided to setup Octopress on my Mac so that I can publish blog posts from either Windows or MacOS. I’m on OS X 10.8.2.I tried to follow the Octopress instructions for...
View ArticleBLOG by Manuel Grundner: How to use Dependency Injection in XAF
Dependency injectionXAF has the ability to provide DI over Domain-Componants, we use XPO so we don't have a chance to use this feature (and yes, i hate static methods! (testing testing...
View ArticleBLOG by Manuel Grundner: How to use Dependency Injection in XAF (UnitTesting)...
How to UnitTest a XAF/XPO application?It's not a really easy task to correctly UnitTest a XAF/XPO application, but as we all know, UnitTesting is a very important part of our work today.Why?Cause...
View ArticleBLOG by Manuel Grundner: How to use Dependency Injection in XAF (ASP.NET...
How How to use Dependency Injection in XAF (ASP.Net WebApi / MVC4) Part 3How to add support for ASP.NET WebAPI / MVC4 in XAF?It is not quite complicated, but took me also some hours of work to get it...
View ArticleBLOG by Manuel Grundner: How to use Dependency Injection in XAF (ASP.NET...
How to use Dependency Injection in XAF (ASP.NET Custom Actions) Part 4Now we get to the interesting part. Dependency Injection for an ApiAction.The interface of the first blog postIRenamer looks like...
View Article