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
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
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
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)
MSDN Blogs
>
Ralph Squillace -- Docs, Samples, Docs, Samples....
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Ralph Squillace -- Docs, Samples, Docs, Samples....
Understanding Azure Namespaces, a bleg.
Posted
1 month ago
by
ralph.squillace
0
Comments
I've been busy recently writing sample applications that use Windows Azure Service Bus and Windows Azure web roles and Windows Azure (damn I'm tired of typing brand names now) Access Control Service namespaces. And each time I do, I create a new namespace...
Ralph Squillace -- Docs, Samples, Docs, Samples....
Windows Azure: P & P Enterprise Integration Pack with failure/retry **and** fine-grained autoscaling APIs (among others)
Posted
2 months ago
by
ralph.squillace
0
Comments
This release of the Patterns & Practices Enterprise Integration Pack is simply wonderful and is required for real-world Azure development. Read the announcement for the full list of features, but in particular I want to call out the autoscaling and...
Ralph Squillace -- Docs, Samples, Docs, Samples....
Free Windows Azure training with Scott Klein in San Francisco, June 13-14.
Posted
8 months ago
by
ralph.squillace
1
Comments
Hi all. If you're in the Bay Area and want to get up to speed on Windows Azure -- whether you want to learn how to use it or whether you want to validate your own approach! -- MVP Scott Klein of Blue Syntax Software ( blog ) (author and co-author of many...
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 1 year 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 1 year 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 1 year 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 1 year ago
by
ralph.squillace
1
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 1 year 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...
Ralph Squillace -- Docs, Samples, Docs, Samples....
Boundaryless WCF and REST service communication -- The Windows Azure platform AppFabric Service Bus (with Access Control!)
Posted
over 3 years ago
by
ralph.squillace
0
Comments
This past month I've been doing some work on the AppFabric Service Bus . It's hard to get a grip on the "feature" associated with this technology at first glance, but I'll take my first shot right here: "The Windows Azure platform Service Bus enables...
Ralph Squillace -- Docs, Samples, Docs, Samples....
The Microsoft "Oslo" Base Domain Library (the BDL) -- now not completely in T-SQL!
Posted
over 3 years ago
by
ralph.squillace
1
Comments
The Microsoft "Oslo" repository " provides a robust, enterprise-hardened storage location for the data models. It takes advantage of the best features of SQL Server 2008 to deliver on critical areas such as scalability, security, and performance ." The...
Ralph Squillace -- Docs, Samples, Docs, Samples....
"Oslo" -- SQL Server 2008 includes Express.... Just FYI
Posted
over 3 years ago
by
ralph.squillace
0
Comments
It has occurred in the forum ( http://social.msdn.microsoft.com/Forums/en-US/oslo/threads ) that people sometimes don't have access to SQL Server 2008 -- or they don't think they do . In point of fact, however, you can use SQL Server 2008 Express editions...
Ralph Squillace -- Docs, Samples, Docs, Samples....
OK, this is dumb, but this Bing thing is really great.
Posted
over 3 years ago
by
ralph.squillace
0
Comments
Strangely enough, although I love the company I work for, I'm not interested in technologies that we put out that aren't really the best. Often, we end up making them the best through iterations, and that's wonderful. Sometimes we don't, and we have great...
Ralph Squillace -- Docs, Samples, Docs, Samples....
Microsoft code name "Oslo" -- New Tutorials for the May CTP
Posted
over 3 years ago
by
ralph.squillace
1
Comments
I've spent quite a bit of the past two years working on "Oslo" and find it an amazing challenge to explain to people who aren't database gurus. Have a look -- it's an amazing set of tools to begin developing .NET applications with modeling techniques...
Ralph Squillace -- Docs, Samples, Docs, Samples....
Patterns & Practices: Extremely useful WCF Security Guidance Project How To topics available.
Posted
over 4 years ago
by
ralph.squillace
1
Comments
I was recently asked to have a look at some really nice How To topics on WCF security that the Patterns & Practices people have worked up, and am quite happy with them; so much so I wanna tell them to let us fold them back into the regular SDK documentation...
Ralph Squillace -- Docs, Samples, Docs, Samples....
More about Descriptions
Posted
over 4 years ago
by
ralph.squillace
1
Comments
I haven't posted for a while because I've been working on other stuff, and much of that work has encouraged me to think hard about the concept of the ServiceDescription class, the root of what is called the Description Hierarchy that I posted about previously...
Ralph Squillace -- Docs, Samples, Docs, Samples....
The Description Tree Heirarchy
Posted
over 6 years ago
by
ralph.squillace
1
Comments
One of the things we didn't get a chance to write as much about as we wanted to by RTM -- but will fix soon -- is the description tree. The service-side description tree consists of the heirarchy of objects starting with ServiceDescription class. The...
Ralph Squillace -- Docs, Samples, Docs, Samples....
Sessionless Duplex Services, Part Two: Lifetimes and Contexts
Posted
over 6 years ago
by
ralph.squillace
0
Comments
Two posts ago I wrote the following post about how to build a duplex service and client that does NOT use sessions. Once I wrote the sample, I wanted to extend it to provide some more flexibility. I've done that now, but in so doing, I ran across some...
Ralph Squillace -- Docs, Samples, Docs, Samples....
Quick WCF Metadata Publication Walkthrough
Posted
over 6 years ago
by
ralph.squillace
4
Comments
I've been having a conversation with Scott Klein, who is busy writing a book on WCF ( http://www.amazon.com/Professional-WCF-Pr%20ogramming-Development-Communication/dp/0470089849/sr=1-2/qid=1161195651/ref=sr_1_2/102-4898838-8936%20108?ie=UTF8&s=books...
Ralph Squillace -- Docs, Samples, Docs, Samples....
Sessionless duplex services? No problem. Small issues, yes; problems, no.
Posted
over 6 years ago
by
ralph.squillace
4
Comments
Duplex is neato, definitely, because among other things it allows a service to push information at clients as it sees fit. You could just have two services, and one service throws an endpoint at the other and then listens for stuff coming back, too, but...
Ralph Squillace -- Docs, Samples, Docs, Samples....
Last note on the return of WCF client objects.
Posted
over 6 years ago
by
ralph.squillace
0
Comments
It would best be said, in the end, that a client object returns from an operation call (including a one-way operation) when the outbound message is sent by the transport. This can be a network call, but need not be. The most obvious example is handing...
Ralph Squillace -- Docs, Samples, Docs, Samples....
OperationContractAttribute.IsOneWay: One more blocking scenario.
Posted
over 6 years ago
by
ralph.squillace
0
Comments
As I mentioned in the previous post, there are scenarios in which one-way operations can block a client. After investigation I've discovered yet another, shown to me by John Justice, Michael Marucheck , and Ed Pinto . The scenario is quite specific...
Ralph Squillace -- Docs, Samples, Docs, Samples....
OperationContractAttribute.IsOneWay operations aren't simply fire-and-forget.
Posted
over 6 years ago
by
ralph.squillace
0
Comments
Although I am responsible for writing a good portion of the programmer documentation for WCF, there are always little things that you "realize" suddenly that you didn't quite understand. Today, I learned from Shy Cohen and Maheshwar Jayaraman (thanks...
Ralph Squillace -- Docs, Samples, Docs, Samples....
Extending WSDL and Policy, Part 2. Importing custom policy assertions.
Posted
over 6 years ago
by
ralph.squillace
0
Comments
Yesterday I outlined how to export custom policy assertions and why you would do such a thing. One thing I failed to note explicitly, but that should be obvious, is that policy assertions are merely XML elements. At a fundamental level, that's all they...
Ralph Squillace -- Docs, Samples, Docs, Samples....
Extending WSDL and Policy, Part 1. Exporting custom policy assertions.
Posted
over 6 years ago
by
ralph.squillace
1
Comments
I've been busy for a while trying to update the documentation for all the changes that have happened since the February release. That meant, definitely, that I hadn't blogged for a while. But now I've got some things that it's important to get on about...
Ralph Squillace -- Docs, Samples, Docs, Samples....
Behaviors can't really mess with the contract directly
Posted
over 6 years ago
by
ralph.squillace
0
Comments
This is something that tripped me up for a while, so I figure that while I'm dumping little tidbits I might as well offer this one. When you implement an I*Behavior, the Apply*Behavior methods you are passed a ServiceDescription, or ContractDescription...
Page 1 of 2 (42 items)
1
2