Sign in
Kirk Evans Blog
.NET From a Markup Perspective
About Kirk
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 Programming
AJAX
Architecture
ASP.NET
Atlanta Microsoft Events
Cloud Services
Interoperability
Life at Microsoft
LINQ
Microsoft Office
Personal
PowerShell
Security
SharePoint
Silverlight
Telecommunications
UGA Football
Visual Studio 2008
Visual Studio 2010
VSTS
WCF
Web 2.0
Windows Workflow Foundation
XML
XML Web Services
Archive
Archives
June 2013
(2)
May 2013
(4)
April 2013
(5)
February 2013
(1)
January 2013
(2)
November 2012
(1)
August 2012
(2)
June 2012
(2)
April 2012
(1)
March 2012
(1)
February 2012
(4)
January 2012
(2)
December 2011
(2)
November 2011
(4)
October 2011
(1)
September 2011
(1)
July 2011
(5)
April 2011
(10)
March 2011
(1)
February 2011
(1)
December 2010
(1)
November 2010
(1)
October 2010
(2)
September 2010
(2)
August 2010
(4)
July 2010
(8)
June 2010
(4)
May 2010
(1)
April 2010
(6)
March 2010
(9)
February 2010
(5)
January 2010
(1)
November 2009
(1)
October 2009
(4)
August 2009
(1)
July 2009
(9)
June 2009
(8)
May 2009
(5)
April 2009
(11)
March 2009
(20)
February 2009
(13)
January 2009
(7)
December 2008
(6)
November 2008
(4)
October 2008
(5)
September 2008
(2)
August 2008
(11)
July 2008
(10)
June 2008
(17)
May 2008
(7)
April 2008
(11)
March 2008
(15)
February 2008
(3)
January 2008
(8)
December 2007
(5)
November 2007
(4)
October 2007
(9)
September 2007
(19)
August 2007
(8)
July 2007
(5)
June 2007
(11)
May 2007
(10)
April 2007
(8)
March 2007
(6)
February 2007
(5)
January 2007
(1)
December 2006
(1)
November 2006
(3)
October 2006
(12)
September 2006
(3)
August 2006
(2)
June 2006
(14)
May 2006
(20)
April 2006
(11)
March 2006
(12)
February 2006
(16)
January 2006
(14)
December 2005
(4)
November 2005
(20)
October 2005
(5)
September 2005
(23)
August 2005
(4)
July 2005
(13)
June 2005
(9)
May 2005
(6)
April 2005
(13)
March 2005
(10)
February 2005
(16)
January 2005
(4)
December 2004
(13)
November 2004
(6)
October 2004
(12)
September 2004
(9)
August 2004
(11)
July 2004
(9)
June 2004
(10)
May 2004
(11)
April 2004
(16)
March 2004
(6)
February 2004
(3)
January 2004
(1)
December 2003
(4)
November 2003
(11)
October 2003
(18)
September 2003
(2)
August 2003
(3)
July 2003
(10)
June 2003
(11)
May 2003
(6)
April 2003
(32)
March 2003
(17)
February 2003
(16)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Kirk Evans Blog
Modify a Web Service's WSDL Using a SoapExtensionReflector
Posted
over 8 years ago
by
Kirk Evans[MSFT]
3
Comments
A customer pinged me with an interesting problem. They hosted an ASMX web service to run under SSL according to the KB article " HOW TO: Secure XML Web Services with Secure Sockets Layer in Windows Server 2003 ". When they viewed the WSDL for the service...
Kirk Evans Blog
Customizing ASP.NET Membership and Profile: What Goes Where?
Posted
over 8 years ago
by
Kirk Evans[MSFT]
2
Comments
I have been working with two separate customers over the past few days on the same problem. Both have an existing web application that they are migrating to ASP.NET 2.0. They both wrote their own authentication functionality, and are now considering how...
Kirk Evans Blog
Application Compatibility and .NET 2.0
Posted
over 8 years ago
by
Kirk Evans[MSFT]
2
Comments
Lots of customers who skipped the .NET 2.0 betas waiting for the RTM are now asking questions like, "will my application continue to run?" Some resources to help you understand application compatibility: Channel9 video explaining application...
Kirk Evans Blog
Add or remove SOAP 1.2 for ASMX services
Posted
over 8 years ago
by
Kirk Evans[MSFT]
1
Comments
ASMX 2.0 supports both SOAP 1.1 and SOAP 1.2. But how do you use SOAP 1.2 with your ASMX services? Suppose you have a web service using ASMX 2.0 and you want to explicitly consume a SOAP 1.2 web service. The documentation for adding or removing...
Kirk Evans Blog
Team System FAQs: What happens when the trial expires? Where is Team Suite? How do I upgrade? Partners?
Posted
over 8 years ago
by
Kirk Evans[MSFT]
1
Comments
Some frequently asked questions from the MSDN Forums , answered by Ajay Sudan, Product Manager for Visual Studio Team System... Q: I am an MSDN Universal Subscriber; why can't I see any of the role-based products or Team Suite in the MSDN Subscriber Downloads...
Kirk Evans Blog
Suppress warnings in C# 2.0
Posted
over 8 years ago
by
Kirk Evans[MSFT]
1
Comments
A pretty cool feature in .NET 2.0 is the ability knowingly disable a list of warnings using the #pragma directive. using System; public class foo { // Disable warnings for unused or unassigned fields #pragma warning disable 0169, 0414 // No warning...
Kirk Evans Blog
ASP.NET 2.0 Sample Providers
Posted
over 8 years ago
by
Kirk Evans[MSFT]
0
Comments
This has come up several times at customer events, folks want to know how to write their own providers. Probably the best resource for understanding how to write your own provider for ASP.NET 2.0 is the ASP.NET Developer Center's site for the Provider...
Kirk Evans Blog
Build Comment Web Pages Gone From Visual Studio 2005
Posted
over 8 years ago
by
Kirk Evans[MSFT]
0
Comments
Customers have recently asked me where to find the "Build Comment Web Pages" command in Visual Studio 2005. Unfortunately, you aren't going to find it as it was cut from the product. Eric Gunnerson's blog has more information on the removal of the Build...
Kirk Evans Blog
Find any processes currently using .NET
Posted
over 8 years ago
by
Kirk Evans[MSFT]
0
Comments
While reading over Scott's list of interview questions (gut-checking that I am at the level I think I am), I came across a really cool tip. You can find any currently running processes that are using .NET using the command-line: tasklist /m "mscor...
Kirk Evans Blog
Run Windows Workflow Foundation on Visual Studio 2005 RTM
Posted
over 8 years ago
by
Kirk Evans[MSFT]
0
Comments
If you now have Visual Studio 2005 RTM and wanted to try out some of the Windows Workflow stuff... you can download Windows Workflow Foundation Beta 1.2, which runs on .NET 2.0 RTM .
Kirk Evans Blog
Message Logging and Tracing in Indigo
Posted
over 8 years ago
by
Kirk Evans[MSFT]
0
Comments
I really wanted to show how cool Indigo Windows Commuication Foundation is, not only by showing demos that use various bindings on the fly, but also to show what the messages look like on the wire. When I tried to use MSSoapT or TcpTrace, I got framing...
Kirk Evans Blog
Setting up the ARM emulator to access network resources
Posted
over 8 years ago
by
Kirk Evans[MSFT]
0
Comments
Great detail in this post on how to access network resources using the new Arm emulator in Visual Studio 2005. http://blogs.msdn.com/cbrochu/archive/2005/11/04/ppcinternet.aspx
Kirk Evans Blog
John Evdemon and Paul Andrew on Windows Workflow Foundation
Posted
over 8 years ago
by
Kirk Evans[MSFT]
0
Comments
Ron sat down with John Evdemon (Architecture team) and Paul Andrew (Windows Workflow Foundation) in his Webcast today. Well worth a listen to understand how Windows Workflow Foundation can affect your architectural decisions. [via smguest ]
Kirk Evans Blog
Getting Started with the SqlCeResultSet
Posted
over 8 years ago
by
Kirk Evans[MSFT]
0
Comments
Sriram Krishnan has a great post introducing the SqlCeResultSet as well as a demo of how to use it. Here is a snippet of the article: What is a ResultSet (SqlCeResultSet)? Think of a ResultSet as something that gives you the programmatic ease that...
Kirk Evans Blog
PDC Material Online
Posted
over 8 years ago
by
Kirk Evans[MSFT]
0
Comments
Check out the sessions from this year's Professional Developers Conference, hosted online . I just started downloading some of the WCF sessions that I missed. [via Mike Swanson ]
Kirk Evans Blog
Replicating the Demo from the PDC05 COM200 Session
Posted
over 8 years ago
by
Kirk Evans[MSFT]
0
Comments
If you didn't attend PDC05 this year and missed the COM200 - Applications and Communications Roadmap: Platforms Presents and Futures session from PDC 05, you can view it online . In the session, Don Box and Mike Vernal walk through some interesting WCF...
Kirk Evans Blog
The Service Providers site is live!
Posted
over 8 years ago
by
Kirk Evans[MSFT]
0
Comments
We have been working towards the updated Service Providers site for quite some time now. Congrats to Carlos, Hans, Jit, Wolf, Jono, Ted, and especially Stephen Jendro for the hard work in getting this site live.
Kirk Evans Blog
Clean Old Fashioned Hate 2005
Posted
over 8 years ago
by
Kirk Evans[MSFT]
0
Comments
Yes, Wally, it is that time of year again (forward to minute 35:43). The Friday after Thanksgiving is the time when the Evans clan celebrates a fun family tradition. We visit a local tree farm, drink some hot cocoa, take a hay ride, and we cut down...
Kirk Evans Blog
WSDL.exe /parameters switch
Posted
over 8 years ago
by
Kirk Evans[MSFT]
0
Comments
WSDL.exe in .NET 2.0 has a great addition, the capability to specify all of the documents for the tool in an XML file rather than in the command line. For instance, if you use schema imports, you need to provide the schemas at the command line: wsdl...
Kirk Evans Blog
A Quick Primer on Namespace Bindings
Posted
over 8 years ago
by
Kirk Evans[MSFT]
0
Comments
I sent an email trying to explain to a customer why their SOAP packet was not being processed correctly. In effect, the problem was that an element that was supposed to be bound to http://tempuri.org was redefining its namespace binding using xmlns="...
Page 1 of 1 (20 items)