Microsoft.com
All DevCenters
MSDN Home
MSDN Code Gallery:
Code Gallery Home
|
Browse Gallery
|
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 at 3:35 PM
by
howarddierking
, version 3
Comments
JasonH
wrote
Mar 24 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
ADO.NET
ASP.NET
C#
C# 3.0
C++
CRM
DataBinding
Dynamics
Entity Framework
Hotfix
LINQ
LINQ to SQL
MCMS
MSCRM
MSDN Magazine
Placeholder Controls
Samples
SharePoint
silverlight
SQL Server
tfs
Tools
VB.NET
Visual Basic
Visual C#
Visual Studio
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
VS SDK
VSTO
VSX
WCF
Windows Forms
Windows Mobile
WPF
Manage Your Profile
Legal
Contact Us
MSDN Flash Newsletter
© 2008 Microsoft Corporation. All rights reserved.
Terms of Use
Trademarks
Privacy Statement
Updating...