Business Logic
Everything on SkillVeris tagged Business Logic — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is a Stored Procedure in SQL?
A stored procedure is a precompiled, named block of SQL statements saved inside the database that can be executed repeatedly with a single call, optionally acc…
What is a Domain Model in OOP?
A domain model is an object-oriented representation of the real-world concepts, rules, and relationships in a business area, where classes map to nouns like Or…