Quick post with a video collection about several features, tricks and tips of using XAF with EF Core.
Continue readingXAF
XAF WinForms – Signing application with an EV Certificate
Real client experience.
1. Distribute your app with ClickOnce
2. Purchase an OV Code Signing Certificate. and found that a prospect was still unable to download the software, being blocked by the Microsoft SmartScreen.
3. Purchase an EV Code Signing certificate which is on a hardware token (USB). EV Code Signing boosts your SmartScreen reputation and gets your software trusted.
Now what?
Continue readingBlazor Scaling Choices and Azure Load Balancing: Getting Started
In the dynamic world of web applications, ensuring your Blazor app can handle increasing user demands is crucial. Blazor’s server-side architecture, powered by C# and .NET, offers impressive interactivity, but as your user base grows, maintaining optimal performance becomes a priority.
Scaling isn’t just about adding servers—it’s a comprehensive approach.
Let’s dig deeper.
Continue readingXAFers Community Standup. End of Year Roadmap 2023
Thursday August 31st 10:00 AM GMT -7
https://www.meetup.com/arizona-xafers-user-group/events/295777802/
XAF, ReflectionMagic And Font Awesome- Quick Trick
XAF Docs In Spanish (Work In Progress)
XAFers Community Standup. EF Core Pitfalls and Solutions
Thursday July 27th 10:00 AM GMT -7
https://www.meetup.com/arizona-xafers-user-group/events/294907097/
XAFers Community Standup. More experiments
Thursday June 29th 10:00 AM GMT -7
https://www.meetup.com/arizona-xafers-user-group/events/294429470/
A beginner guide to the ObjectSpace Class in DevExpress XAF
Exploring the Main Layers of DevExpress ORM XPO: DataStore, DataLayer, ObjectLayer, Session, and UnitOfWork
DevExpress ORM XPO is built upon several layers, each serving a specific purpose in the application’s data access and storage. In this article, we’ll discuss the main layers of XPO, including DataStore, DataLayer, ObjectLayer, Session, and UnitOfWork.
Continue reading