Skip to content
seif edited this page Sep 25, 2011 · 13 revisions

Welcome to the Sharp-Cookbook!

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.

Database setup

The Cookbook uses the AdventureWorksLT sample Microsoft database, make sure you download and install it in order to run the cookbook.

Recipes

Recipe #001 Using Query Objects

Recipe #003 Using Commands

Clone this wiki locally