LA.NET [EN]
Ramblings about C#, .NET and Programming
Browse by Tags
All Tags
»
WCF
»
C#
(
RSS
)
ASP.NET
Design by Contract
MS AJAX
Silverlight
Trivia
VS 2010
WF
WPF
Why RIA Services are great…but just not for me
Fri, Apr 9 2010 12:49
As I’ve said before, I’ve started porting an existing project to .NET 4.0. I’ve tried using the new features .NET 4.0 introduces (ex.: code contracts). One of the objectives I had was replacing the traditional WCF service calls with RIA services. Until now, I’ve watched a couple of presentations (for instance, Nikhil ’s presentation on MIX 2010) and it really...
Read More...
The OnDeserializingAttribute – part II
Wed, Apr 7 2010 9:44
Oh well…remember my last post …the happiness of getting everything working out…Well, unfortunately, things stopped working (read: code contract started generating exceptions) when you define more than one invariant. Here’s my initial code: public class Dumb { public String A { get ; set ; } public String B { get ; set ; } public Dumb () { Initialize (); } [ OnDeserializing...
Read More...
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...
.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...
Search
Go
This Blog
Home
Contact
About
Tags
Architecture
ASP.NET
Basics
Books
C#
Design by Contract
Gadgets
HTML 5
Javascript
JQuery
MS AJAX
Multithreading
MVC
NHibernate
PowerShell
S#arp
Silverlight
Tools
Trivia
VS
VS 2010
WCF
Windows 7
WPF
XAML
Community
Home
Blogs
Media
Groups
Archives
March 2011 (1)
January 2011 (4)
December 2010 (1)
November 2010 (5)
October 2010 (5)
September 2010 (23)
August 2010 (2)
July 2010 (9)
June 2010 (3)
May 2010 (1)
April 2010 (15)
March 2010 (6)
February 2010 (1)
January 2010 (16)
December 2009 (7)
November 2009 (45)
October 2009 (70)
September 2009 (35)
August 2009 (52)
July 2009 (48)
June 2009 (48)
May 2009 (44)
April 2009 (39)
March 2009 (39)
February 2009 (23)
January 2009 (22)
December 2008 (18)
November 2008 (20)
October 2008 (22)
September 2008 (31)
August 2008 (3)
July 2008 (25)
June 2008 (26)
May 2008 (30)
April 2008 (5)
March 2008 (11)
February 2008 (9)
January 2008 (15)
December 2007 (10)
November 2007 (20)
October 2007 (19)
September 2007 (29)
August 2007 (12)
July 2007 (20)
June 2007 (33)
May 2007 (44)
April 2007 (28)
March 2007 (27)
February 2007 (21)
January 2007 (37)
December 2006 (8)
November 2006 (17)
October 2006 (14)
September 2006 (5)
August 2006 (7)
July 2006 (4)
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
News
My books