rengber


Member since 07/25/2006

Location: New Zealand

Website: http://rengberg.blogspot.com/

12 snippets

4458 profile views

2 Comment(s) Posted

View their favorites

Profile

Achievement

You have not received any achievements.

rengber's Recent SnippetsTagged xml



« Prev 1 Next »
Again, A-B-C. All the Behaviour garbage that "Add Service Reference" inserts for the TCP binding is unnecessary, especially if the Operation Contract is only for simple value types.
0 730 posted 12 years ago by rengber
ABC - Address Binding Contract Note that the Service Name and Contract must match a real live type (case Sensitive) Binding name is also case sensitive.
0 702 posted 12 years ago by rengber
Useful in cases where the object author has specified their own serialization that doesn't work for you.
1 786 posted 14 years ago by rengber
Definitely falls into the category of "simple thing I shoulda memorized years ago", but whatever:
0 612 posted 14 years ago by rengber
This persists the dynamic classes generate by the .net serialize to disk at location C:\Documents and Settings\A063913\ASPNET\Local Settings\Temp Note. This will allow you to debug into the serialized classes from VS2005
1 711 posted 16 years ago by rengber
This is as small as this can go: 'xs:dateTime(sql:variable("@stringDate"))' It needs to be a literal string for the Value() function. Xml Datatype http://msdn2.microsoft.com/en-us/library/ms189887.aspx Sql:Variable() Function http://ms...
0 1103 posted 16 years ago by rengber
If there will be multiple sets of these tags in a scanned XML string, you need the '?' after the '*' to specify a non-greedy (lazy) match.
4 1031 posted 16 years ago by rengber
« Prev 1 Next »