Sign in
Ralph Squillace -- Docs, Samples, Docs, Samples....
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ACS
Add Service Reference
AppFabric
ASR
Azure
Azure AppFabric Cloud
Basic Auth
bing
Cloud
DataMarket
EF
HTTPS
HttpWebRequest
Linq
Odata
oslo
Patterns
Svcutil.exe
WCF
WCF Data Services
Web Service
WebClient
Windows Phone 7
WPF
XML
Archive
Archives
October 2012
(1)
June 2012
(1)
January 2012
(1)
December 2011
(1)
May 2011
(1)
January 2011
(5)
December 2009
(1)
June 2009
(3)
May 2009
(1)
April 2008
(1)
February 2008
(1)
October 2006
(5)
August 2006
(2)
July 2006
(2)
February 2006
(4)
January 2006
(5)
December 2005
(2)
November 2005
(1)
October 2005
(3)
September 2005
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Ralph Squillace -- Docs, Samples, Docs, Samples....
Technical Note: Proxy Classes Different when using Svcutil.exe and VS Add Service Reference (doubleclick.com edition)
Posted
over 2 years ago
by
ralph.squillace
0
Comments
The WSDL url http://advertisersapi.doubleclick.net/v1.12/api/dfa-api/campaign?wsdl was used by a customer with the Svcutil.exe tool to generate a proxy class and associated message and data classes, and it worked fine. But when they tried to use the Add...
Ralph Squillace -- Docs, Samples, Docs, Samples....
Technical Note: Reference to excellent Windows Phone 7 crypto discussion.
Posted
over 2 years ago
by
ralph.squillace
0
Comments
Ian Miers has posted the code for doing "good" crypto for static data storage on the phone, but more importantly written about it, here . Understanding this code, the problems it poses, and the processes it implements is important to doing things with...
Ralph Squillace -- Docs, Samples, Docs, Samples....
How Do I.... Linq directly into an ItemCollection?
Posted
over 2 years ago
by
ralph.squillace
0
Comments
I have this: private void LoadSupportSolutionsSection(ItemCollection itemCollection, XElement category) { // Solution, url att, Title, Description. var solutions = from sol in category.Elements("Solution") select new TreeViewItem { Header = sol.Element...
Ralph Squillace -- Docs, Samples, Docs, Samples....
Technical Note: Windows Phone 7: Basic Authentication over HTTPS.
Posted
over 2 years ago
by
ralph.squillace
3
Comments
A note directly related to the larger blog project started with the last post, http://blogs.msdn.com/b/ralph.squillace/archive/2011/01/03/cloud-data-a-newbie-series-the-issues.aspx . While I have been working on a lot of phone applications, almost all...
Ralph Squillace -- Docs, Samples, Docs, Samples....
Cloud Data: A Newbie Series --The issues.
Posted
over 2 years ago
by
ralph.squillace
0
Comments
It's been an interesting couple of years for me -- I've been assigned to two different projects that have failed to find their way to RTM as originally conceived -- which cut my blog writing down a bit. It happens; I've been working most recently on some...
Page 1 of 1 (5 items)