This is how Drew makes jambalaya.
- 2 tbsp. olive oil
- 3 lbs. (~1.5kg) chicken pieces (I use bone-in thighs)
- 1 cup all-purpose flour
- 1 lb.(~500g) andouille sausage, sliced
public object ToDebugWithReturnAndTC(string param1, int param2) | |
{ | |
try | |
{ | |
throw new Exception("Foo"); | |
} | |
finally | |
{ | |
Debug.WriteLine("finally"); | |
} |
2013-08-22 | 08:11:11 PM +10 | INFO | App: Bootstrapper started | |
2013-08-22 | 08:11:14 PM +10 | WARN | POCOObservableForProperty: Shimmer.WiXUi.Views.WelcomeView is a POCO type and won't send change notifications, WhenAny will only return a single value! | |
2013-08-22 | 08:11:14 PM +10 | WARN | POCOObservableForProperty: NuGet.ZipPackage is a POCO type and won't send change notifications, WhenAny will only return a single value! | |
2013-08-22 | 08:11:15 PM +10 | WARN | POCOObservableForProperty: Shimmer.WiXUi.Views.InstallingView is a POCO type and won't send change notifications, WhenAny will only return a single value! | |
2013-08-22 | 08:11:16 PM +10 | INFO | App: Bootstrapper finishing | |
2013-08-22 | 08:11:32 PM +10 | INFO | App: Bootstrapper started | |
2013-08-22 | 08:11:34 PM +10 | INFO | App: Bootstrapper finishing |