Browse by Tags
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...