Sign In
Steven Cheng's MSDN Notes
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
ASP.NET
codeplex
compatibility
CONFIGURATION
DATA
Debug
development
Gadget
message
MessageInspector
moss
MSDN
MVC
NETWORK
performance
PLACEHOLDER
Security
sharepoint
TROUBLESHOOTING
Visual Studio
WCF
WEBSERVICE
WSS
XML
Archive
Archives
August 2011
(3)
July 2011
(6)
January 2011
(3)
December 2010
(4)
October 2010
(1)
December 2009
(2)
August 2009
(1)
July 2009
(1)
June 2009
(2)
April 2009
(4)
March 2009
(8)
February 2009
(7)
January 2009
(6)
December 2008
(5)
October 2008
(1)
August 2008
(1)
April 2008
(1)
March 2008
(1)
November 2007
(1)
March 2007
(1)
MSDN Blogs
>
Steven Cheng's MSDN Notes
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Steven Cheng's MSDN Notes
[Data]PlaceHolder_gadget.xml
Posted
6 months ago
by
Steven Cheng - MSFT
0
Comments
[Data]PlaceHolder_gadget.xml
Steven Cheng's MSDN Notes
[Data]PlaceHolder_blog&wiki.xml
Posted
6 months ago
by
Steven Cheng - MSFT
0
Comments
[Data]PlaceHolder_blog&wiki.xml
Steven Cheng's MSDN Notes
[Data]PlaceHolder_O365forumlist.xml
Posted
6 months ago
by
Steven Cheng - MSFT
0
Comments
[Data]PlaceHolder_O365forumlist.xml
Steven Cheng's MSDN Notes
[XML]PlaceHolder_O365forumlist.xml
Posted
6 months ago
by
Steven Cheng - MSFT
0
Comments
[XML]PlaceHolder_O365forumlist.xml
Steven Cheng's MSDN Notes
[XML]PlaceHolder_O365b&wlist.xml
Posted
6 months ago
by
Steven Cheng - MSFT
0
Comments
[XML]PlaceHolder_O365b&wlist.xml
Steven Cheng's MSDN Notes
[XML]New_PlaceHolder_tnfaqlist.xml
Posted
6 months ago
by
Steven Cheng - MSFT
0
Comments
[XML]New_PlaceHolder_tnfaqlist.xml
Steven Cheng's MSDN Notes
[XML]PlaceHolder_tnsupportlist.xml
Posted
6 months ago
by
Steven Cheng - MSFT
0
Comments
[XML]PlaceHolder_tnsupportlist.xml
Steven Cheng's MSDN Notes
[XML]PlaceHolder_tnforumlist.xml
Posted
6 months ago
by
Steven Cheng - MSFT
0
Comments
[XML]PlaceHolder_tnforumlist.xml
Steven Cheng's MSDN Notes
[Test]A Test Thread For Attachment
Posted
6 months ago
by
Steven Cheng - MSFT
1
Comments
This Is A Test Thread For Attachment
Steven Cheng's MSDN Notes
[WCF]Service Identity for authentication against the server-side endpoint
Posted
over 1 year ago
by
Steven Cheng - MSFT
0
Comments
Here are some reference for you who want to get more ideas on what, why and how of the "Service Identity" used in WCF service endpoint for mutual authentication: #Overriding the Identity of a Service for Authentication http://msdn.microsoft.com/en-us...
Steven Cheng's MSDN Notes
[WCF]WCF performance testing information share
Posted
over 1 year ago
by
Steven Cheng - MSFT
0
Comments
PerfGoals Check the application design for potential synchronous and asynchronous operations Check the application design for WCF binding configurations Determine the optimal service throttling settings for the application Measure the...
Steven Cheng's MSDN Notes
[WCF]Some tips for making WCF service and client proxy working more effeciently
Posted
over 1 year ago
by
Steven Cheng - MSFT
1
Comments
1) Protocol and serialization format There are many blog and MSDN articles that discuss the serialization format and protocols that are applicable in different scenarios. In general binary serialization formats provide better latency and smaller payload...
Steven Cheng's MSDN Notes
[ASP.NET]A very good article illustrating the server-side processing lifecycle of the script callback and AJAX method in ASP.NET web page
Posted
over 2 years ago
by
Steven Cheng - MSFT
0
Comments
See link below: #AJAX and the ASP.NET 2.0 Callback Framework http://edndoc.esri.com/arcobjects/9.2/NET_Server_Doc/developer/ADF/ajax_callback.htm
Steven Cheng's MSDN Notes
[WCF]A good blog entry explaining the various settings for validating X.509 certificate token in WCF
Posted
over 2 years ago
by
Steven Cheng - MSFT
0
Comments
# WCF: certificateValidationMode and revocationMode http://www.request-response.com/blog/PermaLink%2Cguid%2Ce9bb929b-d0b4-4626-b302-1d2715fc344a.aspx
Steven Cheng's MSDN Notes
[WCF]A good thread that explaining the "MaxItemsInObjectGraph" property of DataContractSerializer
Posted
over 2 years ago
by
Steven Cheng - MSFT
0
Comments
There always come many good and useful threads in the MSDN development forums. Here is a very good thread in which Carlos Figueira clearly illustrated what and how does the "MaxItemsInObjectGraph" setting does on the WCF DataContractSerializer. #What...
Steven Cheng's MSDN Notes
[Azure]New annoucement about azure service benefit for MSDN managed subscribers
Posted
over 2 years ago
by
Steven Cheng - MSFT
0
Comments
MSDN Premium and Ultimate Subscribers are entitled to complimentary usage of the Windows Azure platform, worth over $ 1,888 ! Get it now !!
Steven Cheng's MSDN Notes
[WCF]Microsoft Windows Communication Foundation 4.0 Cookbook for Developing SOA Applications
Posted
over 2 years ago
by
Steven Cheng - MSFT
4
Comments
This book finally gets published on October 20th 2010. I'm trying to provide some useful WCF sample cases and tips in this cookbook. Due to time and resource limitation, there are many drawbacks in this book, but I hope it will help you some. Also, if...
Steven Cheng's MSDN Notes
[MOSS]IE language setting and MOSS search results
Posted
over 3 years ago
by
Steven Cheng - MSFT
0
Comments
Recently I received some questions about the IE language setting that affects the MOSS search results. It seems the MOSS (like ASP.NET 2.0 application) has taken advantage of the CultureInfo class to directly convert the client browser's user-language...
Steven Cheng's MSDN Notes
[Information]Microsoft All-In-One Code Framework
Posted
over 3 years ago
by
Steven Cheng - MSFT
0
Comments
As Introducted in previous entry, the Microsoft Online technical forum support team is building a code sample framework including many useful code that cover most of the development technologies of Microsoft. You can get the All-In-One Code Framework...
Steven Cheng's MSDN Notes
[ASP.NET]Good post about ASP.NET url routing and MVC routing
Posted
over 3 years ago
by
Steven Cheng - MSFT
0
Comments
ASP.NET MVC request pipeline in-depth http://stephenwalther.com/blog/archive/2008/03/18/asp-net-mvc-in-depth-the-life-of-an-asp-net-mvc-request.aspx ASP.NET URL Routing http://blogs.msdn.com/mikeormond/archive/2008/05/14/using-asp-net-routing...
Steven Cheng's MSDN Notes
[ASPNET]Articles explain the difference between app.config for .NET exe and dll
Posted
over 3 years ago
by
Steven Cheng - MSFT
0
Comments
I've seen many guys confused about the .NET app.config file for the exe application and the dll assembly(we can see Visual Studio generate app.config file for both of exe and dll project). Here is a good article discussing on this: #App.config in C#...
Steven Cheng's MSDN Notes
[WCF]Useful reference on sharing http cookies between multiple endpoints
Posted
over 3 years ago
by
Steven Cheng - MSFT
0
Comments
#Custom Cookie Handling http://blogs.msdn.com/drnick/archive/2008/01/17/custom-cookie-handling.aspx #Managing shared cookies in WCF http://megakemp.wordpress.com/2009/02/06/managing-shared-cookies-in-wcf/
Steven Cheng's MSDN Notes
[WSS]WSS/MOSS ULS log and how to read and write it
Posted
over 3 years ago
by
Steven Cheng - MSFT
0
Comments
Eli Robillard has given a good blog entry introducing the WSS/MOSS ULS log which is important for sharepoint troubleshooting: #SharePoint Trace Logs and the Unified Logging Service (ULS) http://weblogs.asp.net/erobillard/archive/2008/07/31/sharepoint...
Steven Cheng's MSDN Notes
[WSS]Resource about WSS 3.0 & MOSS 2007 development tools
Posted
over 3 years ago
by
Steven Cheng - MSFT
1
Comments
#Development Tools and Techniques for Working with Code in Windows SharePoint Services 3.0 (Part 1 of 2) http://msdn.microsoft.com/en-us/library/bb530302(printer).aspx #Development Tools and Techniques for Working with Code in Windows SharePoint Services...
Steven Cheng's MSDN Notes
[WCF]Good article explaining the "aspNetCompatibilityEnabled" of IIS hosted application
Posted
over 3 years ago
by
Steven Cheng - MSFT
2
Comments
Here is a blog entry from Wenlong Dong's blog which explains the "ASP.NET Compatibility Mode" in WCF: #ASP.NET Compatibility Mode http://blogs.msdn.com/wenlong/archive/2006/01/23/516041.aspx
Page 1 of 3 (59 items)
1
2
3