DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

C# business logic is applied brain damage

4 years ago dzone.com
C# business logic is applied brain damage

Summary: This is a summary of an article originally published by the source. Read the full original article here →

Join the DZone community and get the full member experience. Hence, applying BL in a programming language requiring recompilation, re-deployment, re-testing, etc - Is the equivalent of attempting to create an airplane out of bricks and mortar. However, don't believe me, let's look at the solutions in a similar type of scenario; Game programming.

In a computer game, this core is arguably stuff such as the polygon rendering engine, the physics engine, the sound and speech engine - And this stuff should be built in an extremely fast compiled programming language. In an enterprise application, this is stuff such as sending emails, creating database records, authentication and authorisation, etc - And this should also be created in a compiled language.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com