Polish reports in Access so they look terrific. Take yourself to another level. Equations, Back Color, Alternate Back Color. Write easy VBA Code. Tighten space to use less pages. Launch report from a menu, considering criteria only when it is filled out.
Today we will look at a very common question that comes up in the minds of all application designers and developers. This question is when to use the standard N-Tier architecture as opposed to the much-hyped microservices architecture for building o…
Today we will look at a very common debate while developing the data access layer. This is to decide if we want to use stored procedures and keep our logic in the database or do we want to use an ORM like Entity Framework and keep all logic in our m…