BLOG by Manuel Grundner: XAF Dependency Injection - bring the stuff together
XAF Dependency Injection - bring the stuff togetherSomebody of you know that we actually use FunnelWeb. Don't get me wrong, it is a good blog engine, but it's buggy, and it is a playground. I like...
View ArticleFast creating icons in XAF format
XAF image formatterIntroductionAlmost anyone, who use XAF knows how add or override images in XAF. For this we should create images of four standard sizes:Image sizeImage...
View ArticleBLOG by Robert Anderson: Load Testing XAF: Overview
Over the next few posts, I will demonstrate how to load test XAF web applications.HistoryPerformance testing has traditionally been difficult and expensive. A few years ago, to do it well required a...
View ArticleBLOG by Manuel Grundner: Performance and XAF-Bootstrapping
How to speed-up bootstrap time:Its all about reflection. Don't do it if you haven't.Look at your modules:Here is an excerpt of our main module:ctor:public sealed partial class ModelDefinitionModule :...
View ArticleBLOG by Robert Anderson: Load Testing XAF: Part 1 - Deploying
This is the first part of a tutorial about load testing XAF applications. See the overview for a bit of background. In this post we set up the target webserver.You can target any machine which has a...
View ArticleBLOG by Robert Anderson: Load Testing XAF: Part 2 - Selenium
Writing a Selenium User Test against MainDemoThis is another post in a series about load testing XAF applications. Previously in the series:Load Testing XAF: OverviewPart 1: Deploying the target...
View ArticleBLOG by Robert Anderson: Load Testing XAF: Part 3 - Uploading and Validating...
This is another post in a series about load testing XAF applications. Previously in the series:Load Testing XAF: OverviewPart 1: Deploying the target webserverPart 2: SeleniumIn this part, we will load...
View ArticleBLOG by Robert Anderson: Load Testing XAF: Part 4 - Launching the load test
This is another post in a series about load testing XAF applications. Previously in the series:Load Testing XAF: OverviewPart 1: Deploying the target webserverPart 2: SeleniumPart 3: Uploading and...
View ArticleBLOG by Robert Anderson: Load Testing XAF: Part 5 - Analysis
This is the final post in a series about load testing XAF applications. Previously in the series:Load Testing XAF: OverviewPart 1: Deploying the target webserverPart 2: SeleniumPart 3: Uploading and...
View ArticleBLOG by Robert Anderson: Load Testing XAF: Bonus - Simultaneous EasyTests
In my recent series on load testing XAF, I used a Selenium javascript test to run the client browser instances. This is a good and cheap method of validating the performance of XAF applications under...
View ArticleBLOG 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 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 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 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 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 Manuel Grundner: How to initialize an ObjectSpaceProvider with XPO
If anybody needs to initialize an ObjectSpaceProvider with XPO for UnitTesting or a ServiceApplication here is the code:public IObjectSpaceProvider CreateObjectSpaceProvider(Assembly assembly, string...
View ArticleBLOG by Apostolis Bekiaris: Anonymous authentication for XAF aps.net...
As promised in eXpand’s forums with next version of eXpand (13.1.5.8) you can enjoy anonymous authentication for your web applications! The anonymous authentication functionality is embedded in...
View ArticleBLOG by Apostolis Bekiaris: Poll - Which of the following eXpand...
Our community project (www.eXpandframework.com) is growing fast and thanks everybody for the contribution and trust! However in order to use our limited resources better and make some plans for the...
View ArticleBLOG by Apostolis Bekiaris: Runtime views created from business users
You all know the powerful Application Model Editor with the embedded layout control that allows view creation without any technical knowledge. However the Model Editor is so powerful that may be...
View ArticleBLOG by Manuel Grundner: Introducing Para.FluentModelBuilder
I like to introduce a little Framework about mapping/decorating XPO/EntityFramework classes in XAF using the typesystem XAF provided without having to 'pollute' your model-assembly with...
View Article