Articles by tag

iOnline - Creating a layer diagram

To show how the application is layering and what it looks like, a layer diagram is best to visualize major components and dependencies using by code. It also helps us keep the code to satisfy with the design.

Read More

SerializationMaster - Work with serialization easier

This package has created to isolate serialization progress from depending on any serialization implementation. It provides extension methods to serialize / de-serialize any object at any layer of your application. You only need to configure one time at application entry point.

Read More