Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Technology   (RSS)

WCF Custom Channel Ecosystem

Back in January, a few of us on the WCF team kicked off a side project dubbed "the channel ecosystem project". The goal is to create a community and an ecosystem around WCF custom channels. The first step was to make it easier for developers to build
Posted by yassers | 0 Comments
Filed under:

Moving lots of data

Recently I've been getting lots of questions about moving large files (or lots of data) between a WCF service and client. The question comes in multiple forms, e.g. How do I send a file that's many GB in size from the service to the client? Should I use
Posted by yassers | 4 Comments
Filed under:

Meet the Channel Model: ICommunicationObject

A Common a State Machine Objects that deal with communication, e.g. sockets, usually present a state machine whose state transitions relate to allocating network resources, making or accepting connections, closing connections and aborting communication.
Posted by yassers | 5 Comments
Filed under:

WCF Architecture Overview

This is a document I wrote a while ago and has been sitting around waiting to be published. Well, it finally is! Enjoy.
Posted by yassers | 1 Comments
Filed under:

Looking for people who want to change the world

We have a few open positions on the Indigo (WCF) team for people who want to change the world. In this role, you would get the opportunity to really change how millions of developers write distributed applications (if you're a distributed app developer
Posted by yassers | 0 Comments
Filed under: ,

Meet the WCF Channel Model – Part 2

Most WCF developers won’t interact directly with channels or have to think about them much. The Service Model, WCF’s programming model, provides abstractions that layer on top of channels to give a “method and typed parameters” programming model. However,
Posted by yassers | 1 Comments
Filed under:

Meet the WCF Channel Model - Part 1

For the past 5 months or so, I’ve been working on the WCF Core Communications team (with Kenny , Matt , and Steve ) where we focus on WCF transports and hosting features. In this period, I’ve learned a lot about the WCF channel model and I’m still learning
Posted by yassers | 1 Comments
Filed under:

It's fun being a test engineer on Indigo

Recently, I spent a few days writing test cases for the MetadataExchange endpoint feature in Indigo. This started as a way to help out our overly thin-stretched test team so that we can get this feature in Indigo Beta1. It has since turned into an educational
Posted by yassers | 1 Comments
Filed under:

ASMX documentation

I'm currently reviewing the docs for Whidbey version of ASMX (ASP.NET Web services). What are the top 1 - 3 ASMX docs topics that you'd like to see improved? I'm enabling comments for a while so you can reply to this. I'm sure I'll have to turn them off
Posted by yassers | 0 Comments
Filed under:

Disabling Comments

My blog has recently been subjected to "comment spam" so I'm disabling comments again. It's a shame because I love to hear your opinions/questions but I have over 300 spam comments just in the last week.
Posted by yassers | 0 Comments
Filed under: ,

Let's all become cavemen

I just came across a statement made by a prominent industry figure about how WS-* is becoming so complex that it is not practical to implement a WS-* architecture with no tool/stack support. Well, what's wrong with relying on tools/stacks? Isn't that
Posted by yassers | 6 Comments
Filed under:

Web services features in .NET 2.0 (VS Connections talk)

My VS Connections talk's slides and code are available here .
Posted by yassers | 3 Comments
Filed under:

Web services and large content in .NET 2.0

There are a couple of features in .NET 2.0 (Whidbey) that help solve the problems of dealing with large data. The two main issues with sending large data in Web service messages are: 1. working set (memory) due to buffering by the serialization engine
Posted by yassers | 14 Comments
Filed under:

I'm speaking at VS Connections

I got asked today to give a talk at VS Connections in Vegas. My talk will cover the new Web services and serialization features in .NET Framework 2.0. In addition to the features already released in Beta 1, there's going to be a few new ones and one particularly
Posted by yassers | 0 Comments
Filed under:

Weather service back online

I've also finally gotten around to putting up my Weather service (for the 3rd time). It's live at http://www.learnxmlws.com/services/Weather.asmx and registered with UDDI in the VS-friendly way.
Posted by yassers | 1 Comments
Filed under:
More Posts Next page »
 
Page view tracker