Loading ...

How To Make Managers Not As Sheep

As someone who has climbed the ranks from a junior developer to a software architect, I've seen firsthand how managerial behavior can either empower teams or stifle innovation. One of the most frustrating phenomena I've encountered is the tendency of some managers to act like sheep—following the...

Filters In Acumatica

Hello everybody, in this article I want to describe how filtering in Acumatica work. When I say filtering, I mean following UI part: In manuals T100 - T300 there is almost nothing about how filters work, so I want to share few bits of development information. Storage All information about f...

Types Of Fliters In Net Core

Hello everybody, today I want to make a short document about filters in .Net Core. There are by default four types of filters: Filters that implement IAuthorizationFilter which allow us to implement OnAuthorization method which allow us to add custom security logic. Filters that implement IActio...