Profile
Achievement
You have not received any achievements.rengber's Recent SnippetsTagged xml
- All /
« 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
930
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
927
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
984
posted 15 years ago by rengber
Definitely falls into the category of "simple thing I shoulda memorized years ago", but whatever:
0
788
posted 15 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
913
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
1320
posted 17 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
1261
posted 17 years ago by rengber