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
[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...
Page 1 of 1 (8 items)