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
Specify the HTML for a Windows Forms Web Browser Control
Posted
over 10 years ago
by
Kirk Evans[MSFT]
23
Comments
Learn to specify the HTML string for a Windows Forms Web Browser control....
Kirk Evans Blog
Dynamically Adding Web Controls and adding event delegates
Posted
over 10 years ago
by
Kirk Evans[MSFT]
6
Comments
For the complete thread that led to this post, see the entire thread in the XML forum on ASP.NET. I have played around with the Page.ParseControls method to add dynamically created controls to the page processing model before, but only...
Kirk Evans Blog
Visio - Abstract Method
Posted
over 10 years ago
by
Kirk Evans[MSFT]
8
Comments
Use the HasMethod checkbox to mark a method Abstract in Visio for Enterprise Architects' UML Sequence Diagrams....
Kirk Evans Blog
Professional UML With Visual Studio .NET: Unmasking Visio for Enterprise Architects
Posted
over 10 years ago
by
Kirk Evans[MSFT]
1
Comments
I was disappointed with this title, and posted a full review on www.asp.net . I am elated that the writing and editing was far superior to the book described in my Chapter One diatribe , yet the content of this Wrox book did not seem to match the title...
Kirk Evans Blog
XmlNodeWriter Revisited
Posted
over 10 years ago
by
Kirk Evans[MSFT]
0
Comments
When answering posts on XML in the microsoft.public* newsgroups, I see a lot of questions on using XML without a file. I typically give an answer related to using the System.IO.MemoryStream and setting its .Position property to 0 to "rewind" the stream...
Kirk Evans Blog
Chapter One
Posted
over 10 years ago
by
Kirk Evans[MSFT]
0
Comments
"Microsoft is having released .NET to developrs [sic]." (The [sic] here indicates an intentional misspelling). A manila folder stuffed with roughly 300 pages of 8 1/2 x 11 paper printed single-side containing the manuscript for this book arrived at...
Kirk Evans Blog
A Better ExceptionXmlPublisher for the Exception Management Application Block.
Posted
over 10 years ago
by
Kirk Evans[MSFT]
5
Comments
This snippet incorporates part of a post from microsoft.public.dotnet.framework . It shows how to allow multiple threads to write to the same file at once, using a mutex to provide concurrency. This example is integrated with the Exception...
Kirk Evans Blog
What is a copyright?
Posted
over 10 years ago
by
Kirk Evans[MSFT]
1
Comments
Joel.net's copyright notice has an interesting link on copyright definitions. It's nice to know that some people still understand the meaning of intellectual property. Today, I read an article on an ASP.NET site (links withheld to protect the guilty...
Kirk Evans Blog
XHTML Validation
Posted
over 10 years ago
by
Kirk Evans[MSFT]
0
Comments
Ran into an odd problem, spurred by a post on both ASP.NET and GotDotNet.com , where the poster was having problems with validating an XHTML document. I created a test page to validate a document with the same contents, and received the same error. Consider...
Kirk Evans Blog
It's a bug! It's a bug!
Posted
over 10 years ago
by
Kirk Evans[MSFT]
0
Comments
I have been having problems with some of my woodworking projects recently. I was beginning to think I was just getting sloppy with measurements: mitre joints just not quite lining up properly, trim pieces being just a tad short. I was beginning to question...
Kirk Evans Blog
Use a string as the source of an XSLT Transformation
Posted
over 10 years ago
by
Kirk Evans[MSFT]
0
Comments
Learn how to use the System.IO.StringReader class to load the XSLT source for a transformation....
Kirk Evans Blog
Where are all those shortcut keys?
Posted
over 10 years ago
by
Kirk Evans[MSFT]
2
Comments
Find out the shortcut keys for Visual Studio .NET....
Kirk Evans Blog
News From the Weird - Nigerian Slain Over Email Scam
Posted
over 10 years ago
by
Kirk Evans[MSFT]
0
Comments
A notorious e-mail scam has resulted in the murder of a Nigerian diplomat in the Czech Republic. Fifty-year-old Michael Lekara Wayid, Nigeria's consul in the Czech Republic, was shot dead by an unidentified 72-year-old Czech at the Nigerian Embassy...
Kirk Evans Blog
Blogs I Read
Posted
over 10 years ago
by
Kirk Evans[MSFT]
1
Comments
I notice on many other blogs, the poster tends to include link categories such as "blogs I read". How can you constrain yourself to a fixed list? Part of the interest, for me at least, is following the meanderings to see where they lead to next. I...
Kirk Evans Blog
A nice but undocumented configuration setting for XmlSerializer
Posted
over 10 years ago
by
Kirk Evans[MSFT]
0
Comments
Doug Purdy inspired the crowd just to test (if there were such a possible setting) what would happen if you do this here in an application which uses XmlSerializer. Very cool! If you do not want to try it out by yourself then I would recommend to download...
Kirk Evans Blog
ThreeDegrees Beta Now Online
Posted
over 10 years ago
by
Kirk Evans[MSFT]
0
Comments
The ThreeDegrees Beta is now online. http://www.threedegrees.com/
Page 1 of 1 (16 items)