LCSWS005: Building Blocks of Software (Brokers)

preview_player
Показать описание
In this session, Sally and I will explore the building blocks of any software. We will discuss external integrations, core business logic and exposer components that enable any software to operate successfully.
Additionally, we will take a look at the brokers components, how to implement a simple broker that runs full CRUD operations on a List in memory.

Here's The Standard portion of brokers:

Here's our SallyLibrary code on github:
Рекомендации по теме
Комментарии
Автор

I was afraid that you stopped. Great to see you again 👍🏻

nesok
Автор

I can not explain how useful your videos are. Thanks...THANKS

NasibTurana
Автор

I'm confused why you don't implement the interface as
public partial class StorageBroker : IStorageBroker{}

mohammedobad