Skip to content
theCodeReaper
theCodeReaper

Enforcing software architecture governance for .net projects using unit tests

  • Post published:July 5, 2020

Discussions around software architecture is the most important phase in any enterprise software engineering project. Most software architectural decisions are documented at the start of a project. This documentation is…

How to make internal members visible to other assemblies in .net core?

  • Post published:May 3, 2020

When following a Test Driven Development (TDD) approach and adhering to Object-Oriented Programming (OOP) principles, especially encapsulation, tests need to be written to cover internal classes and methods. To allow…

Categories

  • Architect
  • Design
  • Code
    • c#
    • git
    • node
    • rest
    • sql
  • Test