larsw

Stories kicked by larsw

Composite UI Application Block(msdn.microsoft.com)

submitted by harlevharlev(290) 6 years, 2 months ago

This application block is a reusable, source code–based component based on the Microsoft .NET Framework 2.0. It provides proven practices to build complex smart client user interfaces based on well known design patterns such as the Composite pattern, in which simple user interface parts can be combined to create complex solutions, but at the same time allowing these parts to be independently developed, tested, and deployed. read more...

add a comment |category: |Views: 14

tags: another

Flexible and Plug-in-based .NET Application using Provider Pattern(codeproject.com)

submitted by shahed.khanshahed.khan(115) 6 years, 4 months ago

This paper demonstrates creating a flexible, extensible, plug-in-based .NET application (JOM - Smart Job Manager). JOM is an asynchronous job processing engine built using the MS Provider design pattern and the .NET technology available today. read more...

1 comment |category: |Views: 34

tags: another