DotNetShoutout - Stories tagged with .NET 2.0/3.0/3.5 Framework
2
Shouts

Versioning in WCF Data Contract Part #1:Adding New Members : The CodeGain

posted by codegaincodegain 986 days, 1 hour, 39 minutes ago
Thursday, October 07, 2010 2:54:23 PM GMT
DataContract versioning requires when some modification has been done to the existing DataContract exposed to the client from the service or vice versa. If either service or client is changing the schema of DataContract exposed then new version of DataContract come into action and both party involved in communication should be able to accommodate the changes done in the DataContract. (more)
category: Smart Client | clicked: 0 | comment | | source: www.codegain.com
tags: .NET 2.0/3.0/3.5 Framework, .NET, .NET 3.5, WCF
7
Shouts

Sequential Guid Algorithm – Implementing Combs in .NET

published 993 days, 11 hours, 39 minutes ago posted by developmentalmadnessdevelopmentalmadness 994 days, 21 hours, 40 minutes ago
Thursday, September 30, 2010 4:54:55 AM GMT Tuesday, September 28, 2010 6:53:26 PM GMT
A class for generating mostly seqential guids (for loads under 1K/second) across system boundaries. (more)
category: Data | clicked: 0 | comment | | source: www.developmentalmadness.com
tags: .NET 2.0/3.0/3.5 Framework, SQL Server 2005
4
Shouts

How to consumed WCF 4.0 service in Silverlight 4.0 with cross domain : The CodeGain

published 1009 days, 9 minutes ago posted by codegaincodegain 1011 days, 13 hours, 42 minutes ago
Tuesday, September 14, 2010 4:24:35 PM GMT Sunday, September 12, 2010 2:51:34 AM GMT
When a SilverLight application is ruuning on different server than the server where WCF Service is hosted then cross domain problem come into action. This article will explain how WCF 4.0 Service can be consumed in SilverLight 4.0 application. How to avoid cross domain problem is also explain in this article. (more)
category: Metro | clicked: 1 | comment | | source: www.codegain.com
tags: .NET 2.0/3.0/3.5 Framework, WCF, WCF 4.0
8
Shouts

WCF Data Contracts and “k__BackingField” Property Naming - Nathan Bridgewater

published 1283 days, 41 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawk3KWTPVThtO1qHPVHfbrJzbytQaOnwRhshttps://www.google.com/accounts/o8/id?id=AItOawk3KWTPVThtO1qHPVHfbrJzbytQaOnwRhs 1285 days, 19 hours, 53 minutes ago
Monday, December 14, 2009 3:52:23 PM GMT Friday, December 11, 2009 8:40:12 PM GMT
Cleaning up WCF Data Contracts and “k__BackingField” Property Naming when working with SilverLight. (more)
category: Metro | clicked: 24 | comment | | source: www.integratedwebsystems.com
tags: .NET 2.0/3.0/3.5 Framework, Silverlight, C#, WCF