Microsoft.com
All DevCenters
MSDN Home
MSDN Archive:
MSDN Archive Home
|
Browse Archive
|
Share Code
|
Help and FAQs
Code for "Build Line-of-Business Enterprise Apps with Silverlight, Part 2"
Home
Downloads
Discussions
People
License
Close
RSS
All Resource Updates
Discussions
Releases
Wiki
RSS
Comments
|
Print
|
Page Info
|
Change History (all pages)
Search Wiki:
Home
Article Description
In Part 2 of this two-part series, the author completes his walkthrough of a call center client application built using Silverlight.
This article is available at:
http://msdn.microsoft.com/en-us/magazine/dd434653.aspx
Last edited
Jan 25 2009 at 3:35 PM
by
howarddierking
, version 3
Comments
JasonH
wrote
Mar 24 2009 at 3:25 AM
Outstanding example, thanks. Was curious about the design of the ReceiveBuffer.cs class. What if the message size sent exceeds the buffers size (the example 32768 for length)? Seems that the ReceiveBuffer class would benefit from an additional buffer for the "total message", with the current buffer storing each chunk received. Right now, testing a scenario with the buffer size set to, say 256, and ensuring message sizes are greater, the code begins looping as the code e.SetBuffer(_receiveBuffer.Offset,_receiveBuffer.Remaining) closes off the buffer because _receiveBuffer.Remaining returns 0 once the buffer is totally filled up. The receiveBuffer.AdjustBuffer() routine would also make more sense to me if a secondary byte array buffer was employed. I'm probably missing something here though.
Sign in to add a comment
Current Release
AdvCallCenter_slent_pa...
Tue Dec 30 2008 at 8:00 AM
More Tags ...
Popular Tags
.NET
.NET 2.0
.NET 3.5
.NET Framework
2008
2009
2010
2011
2012
ADO.NET
ASP.NET
Azure
C#
C++
CRM
Entity Framework
Hotfix
LINQ
LINQ to SQL
March Issue
MCMS
MSDN Magazine
Samples
SharePoint
SharePoint 2010
silverlight
SQL Server
tfs
VB.NET
Visual Basic
Visual Studio
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
VS SDK
VSTO
VSX
WCF
windows 7
Windows Forms
Windows Mobile
WPF
Manage Your Profile
Contact Us
MSDN Flash Newsletter
© 2008 Microsoft Corporation. All rights reserved.
Terms of Use
Trademarks
Privacy Statement
Updating...