Browse by Tags

Re-throwing exceptions
Tue, Dec 2 2008 10:33
While I was reading the Essential Windows Communication Foundation book (from Addision Wesley ), I found the following code (on a transaction required for a WCF service context): [OperationBehavior(TransactionScopeRequired = true,    TransactionAutoComplete = true)] public void Transfer( String from, String to, double amount){   try {    ... Read More...
by luisabreu | 2 comment(s)
Filed under: ,
.NET 3.5 and VS SP beta1 goodies
Mon, May 12 2008 20:58
You can get them from here (VS) and here (.NET). I'm reading what's new on Brad Abrams post and I'm really digging the new features:) For instance, having the format option working with JS code is simply cool! Another cool thing: the ScriptManager is able to combine scripts so there's really no need for using the ToolkitScriptManager for that... Read More...
by luisabreu | 1 comment(s)
Filed under: , , , , , ,