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
Tags
.NET
ASP.NET
book
CONFIGURATION
Cookbook
CRYPTO
DATA
Debug
encrypt
Gadget
message
moss
MSDN
MVC
NETWORK
News
Packt
performance
PLACEHOLDER
Security
TROUBLESHOOTING
WCF
WEBSERVICE
WSS
XML
Archive
Archives
March 2013
(3)
December 2012
(2)
November 2012
(1)
September 2012
(2)
May 2012
(1)
February 2012
(1)
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Steven Cheng's MSDN Notes
[Azure]New annoucement about azure service benefit for MSDN managed subscribers
Posted
over 3 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 3 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 4 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 4 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 4 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 4 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 4 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 4 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 4 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 4 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
Steven Cheng's MSDN Notes
[ASP.NET]Good ASP.NET MVC best practice articles
Posted
over 4 years ago
by
Steven Cheng - MSFT
0
Comments
Just found some good BP articles from Kazi Manzur Rashid's Blog: #part 1 http://weblogs.asp.net/rashid/archive/2009/04/01/asp-net-mvc-best-practices-part-1.aspx #part 2 http://weblogs.asp.net/rashid/archive/2009/04/03/asp-net-mvc-best-practices...
Steven Cheng's MSDN Notes
Good article explaining compatibility between Hyper-v and former MS virtualization solutions(VPC and Virtual server)
Posted
over 4 years ago
by
Steven Cheng - MSFT
1
Comments
John has posted a good blog entry describing how to make vhd image work between VPC/Virtual server and the new windows server 2008 hyper-v based virtualization solution. #Are VHDs compatible between Hyper-V and Virtual Server and Virtual PC? http:...
Steven Cheng's MSDN Notes
[ASP.NET]How to implement file upload and download in ASP.NET MVC
Posted
over 4 years ago
by
Steven Cheng - MSFT
7
Comments
[ASP.NET]How to implement file upload and download in ASP.NET MVC File upload/download is very useful functionality in web application. Here is a simple implementation of file upload/download in ASP.NET MVC 1.0. The sample use a “FileManager” controller...
Steven Cheng's MSDN Notes
[ASP.NET]ASP.NET MVC 1.0 RTM available!
Posted
over 4 years ago
by
Steven Cheng - MSFT
1
Comments
Finally, ASP.NET MVC 1.0 comes to RTM. Anyone who're interested in ASP.NET MVC (and prefer non-beta installation) can get it here: http://www.microsoft.com/downloads/details.aspx?FamilyID=53289097-73ce-43bf-b6a6-35e00103cb4b&displaylang=en Enjoy...
Steven Cheng's MSDN Notes
[WCF]Use MessageInspector to validate SOAP XML message
Posted
over 4 years ago
by
Steven Cheng - MSFT
2
Comments
Here is a good MSDN tech article which demonstrate using custom MessageInspector to validate WCF xml message: #How to: Perform Message Validation with Schema Validation in WCF http://msdn.microsoft.com/en-us/library/cc949095.aspx
Steven Cheng's MSDN Notes
[News]All-In-One Code Framework---Ready to Rock!
Posted
over 4 years ago
by
Steven Cheng - MSFT
1
Comments
Some of my colleagues are building a code sample project on codeplex. I think it an very useful and interesting project which can help many community members who want to startup in a certain programming technology and look for some basic samples. Here...
Steven Cheng's MSDN Notes
[WCF]Exposing WCF service to raw MSMQ client via msmqIntegrationBinding
Posted
over 4 years ago
by
Steven Cheng - MSFT
2
Comments
[WCF]Exposing WCF service to raw MSMQ client via msmqIntegrationBinding WCF has provided two built-in bindings to help work with MSMQ. NetMsmqBinding and MsmqIntegrationBinding . NetMsmqBinding is good for client & services which are both built...
Steven Cheng's MSDN Notes
[WCF]Resources about WCF message framing
Posted
over 4 years ago
by
Steven Cheng - MSFT
1
Comments
If you're interested in the underlying transfered bits of WCF messages or if you want to build a custom WCF client based on raw network programming interfaces, here are some useful resource about WCF message framing: #[MC-NMF]: .NET Message Framing...
Steven Cheng's MSDN Notes
[ASP.NET] ASP.NET MVC RC2 is now available.
Posted
over 4 years ago
by
Steven Cheng - MSFT
1
Comments
ASP.NET MVC RC2 just came out. We're getting closer and closer to the final RTM. You can get the RC2 at the following location: http://www.microsoft.com/downloads/details.aspx?FamilyID=ee4b2e97-8a72-449a-82d2-2f720d421031&displaylang=en
Steven Cheng's MSDN Notes
[ASP.NET]ASP.NET Performance tuning resources
Posted
over 4 years ago
by
Steven Cheng - MSFT
0
Comments
Just a placeholder for some good ASP.NET performance tuning and troubleshooting resources. Learning Links: *ASP.NET Health Monitoring Overview http://msdn.microsoft.com/en-us/library/bb398933.aspx *10 Tips for Writing High-Performance Web Applications...
Steven Cheng's MSDN Notes
[WCF]How to inspect and modify WCF message via custom MessageInspector
Posted
over 4 years ago
by
Steven Cheng - MSFT
6
Comments
[WCF]How to inspect and modify WCF message via custom MessageInspector Recently I received some questions about how to modify message content of WCF operation calls. By checking the WCF extensibility, it seems “ MessageInspector ” is the proper...
Steven Cheng's MSDN Notes
[WCF]Secure a dynamically added message header via behavior extension(part 2)
Posted
over 4 years ago
by
Steven Cheng - MSFT
1
Comments
[WCF]Secure a dynamically added message header via behavior extension(part 2) This article is the continue of my previous one demonstrating how to secure a custom message header added dynamically in WCF message. In the previous part 1 , I use a...
Steven Cheng's MSDN Notes
[WCF]Secure a dynamically added message header via behavior extension (part 1)
Posted
over 4 years ago
by
Steven Cheng - MSFT
3
Comments
[WCF]Secure a dynamically added message header via behavior extension (part 1) Recently I receive some questions about how to sign/encrypt a custom message header which is dynamically added when calling WCF service. Sure, sign/encrypt means...
Steven Cheng's MSDN Notes
[DEBUG]Resources for debugging ASP.NET application
Posted
over 4 years ago
by
Steven Cheng - MSFT
1
Comments
Just a placeholder for ASP.NET debugging resource, will continue to update them. #How to use ADPlus to troubleshoot "hangs" and "crashes" http://support.microsoft.com/kb/286350 #Troubleshooting ASP.NET using WinDbg and the SOS extension http://support...
Steven Cheng's MSDN Notes
[ASP.NET]Useful resource for ASP.NET AJAX development
Posted
over 4 years ago
by
Steven Cheng - MSFT
1
Comments
#Offical Site http://www.asp.net/ajax/ #ASP.NET AJAX roadmap: http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=14924 #jQuery and ASP.NET http://weblogs.asp.net/scottgu/archive/2008/09/28/jquery-and-microsoft...
Page 2 of 3 (69 items)
1
2
3