-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Here you will find recipes for common tasks, as well as recipes for basic implementation of some of Sharp Architecture's features. Please note that these recipes are independent of each other! You would not serve all the dishes in a cookbook during a single meal, nor would you take this as a whole application.
Further note that this is a sample application and many examples will seem over engineered. A lot of these features are useful things that pop up in certain scenarios or in large, complex applications. If you do not see their value, do not feel compelled to use them.
The Cookbook uses the AdventureWorksLT sample Microsoft database, make sure you download and install it in order to run the cookbook.
Recipe #001 Using Query Objects
Recipe #003 Using Commands