Welcome to MSDN Blogs Sign in | Join | Help

Syndication

Browse by Tags

The Microsoft "Oslo" Base Domain Library (the BDL) -- now not completely in T-SQL!
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 Read More...

by ralph.squillace | 1 Comments

Filed under:

"Oslo" -- SQL Server 2008 includes Express.... Just FYI
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 Read More...

by ralph.squillace | 0 Comments

Filed under: ,

OK, this is dumb, but this Bing thing is really great.
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 Read More...

by ralph.squillace | 0 Comments

Filed under: ,

Microsoft code name "Oslo" -- New Tutorials for the May CTP
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 Read More...

by ralph.squillace | 1 Comments

Filed under:

Patterns & Practices: Extremely useful WCF Security Guidance Project How To topics available.
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! Read More...

by ralph.squillace | 1 Comments

More about Descriptions
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. Read More...

by ralph.squillace | 1 Comments

The Description Tree Heirarchy
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 Read More...

by ralph.squillace | 1 Comments

Sessionless Duplex Services, Part Two: Lifetimes and Contexts
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 Read More...

by ralph.squillace | 1 Comments

Quick WCF Metadata Publication Walkthrough
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 Read More...

by ralph.squillace | 4 Comments

Sessionless duplex services? No problem. Small issues, yes; problems, no.
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 Read More...

by ralph.squillace | 2 Comments

Last note on the return of WCF client objects.
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 Read More...

by ralph.squillace | 0 Comments

OperationContractAttribute.IsOneWay: One more blocking scenario.
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. The Read More...

by ralph.squillace | 0 Comments

OperationContractAttribute.IsOneWay operations aren't simply fire-and-forget.
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 Read More...

by ralph.squillace | 0 Comments

Extending WSDL and Policy, Part 2. Importing custom policy assertions.
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 Read More...

by ralph.squillace | 0 Comments

Extending WSDL and Policy, Part 1. Exporting custom policy assertions.
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. Read More...

by ralph.squillace | 1 Comments

More Posts Next page »
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement  
Page view tracker