Welcome to AspAdvice
Sign in
|
Join
|
Help
Joteke's Blog
http://aspadvice.com/blogs/joteke
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
.NET
Access
Ajax
Articles
ASP.NET
Book Reviews
Entertainment
Finnish
IE
IIS 7.0
Music
OleDB
Other
Personal
Server Controls
SQL
Vista
VS2005
VS2008
WCF
Windows Server 2008
XML
News
Subscribe in a reader
Navigation
Home
Blogs
Forums
Photos
Downloads
My Reader
Archives
May 2008 (4)
April 2008 (2)
March 2008 (3)
February 2008 (3)
December 2007 (3)
November 2007 (2)
October 2007 (6)
September 2007 (5)
August 2007 (7)
July 2007 (3)
June 2007 (4)
May 2007 (2)
March 2007 (3)
February 2007 (7)
January 2007 (6)
December 2006 (1)
November 2006 (2)
October 2006 (4)
September 2006 (1)
August 2006 (13)
July 2006 (7)
June 2006 (6)
May 2006 (4)
April 2006 (9)
March 2006 (4)
February 2006 (5)
January 2006 (6)
December 2005 (5)
November 2005 (5)
October 2005 (12)
September 2005 (10)
August 2005 (6)
July 2005 (8)
June 2005 (9)
May 2005 (9)
April 2005 (4)
February 2005 (5)
January 2005 (8)
December 2004 (3)
November 2004 (1)
October 2004 (3)
September 2004 (11)
August 2004 (3)
July 2004 (5)
June 2004 (2)
April 2004 (3)
March 2004 (5)
Articles
Simple XSLT & XPath Grouping
More XSLT & XPath Grouping
IList Collections
Review: Windows Forms Programming in C#
Review: A First Look at ASP.NET v. 2.0
Review: A First Look at ADO.NET and System.Xml v2.0
Review: The C# Programming Language
Review: The Guru's Guide to SQL Server Architecture and Internals
Review: XQuery, The XML Query Language
Review: The Visual Basic .NET Programming Language
Review: NET Compact Framework Programming with C#
Review: Design Patterns in C#
Using Delegates with Data Readers to Control DAL Responsibility
Review: A First Look at SQL Server 2005 for Developers
Review: Refactoring To Patterns
Display Hierarchical Data with TreeView in ASP.NET 2.0
Review: CLR via C#, Second Edition
Review: Programming Microsoft ASP.NET 2.0: Core Reference
Blogs
Kirk Allen Evans
Dino Esposito
Rob Howard
Scott Guthrie
Dare Obasanjo
Steve Smith
Colt Kwong
Jason Gaylord
Robert McLaws
Nikhil Kothari
Weblogs @ ASP.NET
Weblogs @ Xml Advice
Thomas Johansen
Marl Fussell
Justin Lovell
VS Data Team
Rico Mariani
Bill Evjen
XML Team
Wilco Bauwer
J. Ambrose Little
Niels SQL Server Blog
SQL CLR Team
Fritz Onion
Longhorn Team RSS
Finnish .NET Bloggers
Aali Alikoski
Ilija Lazarov (MVP)
Ahti Haukilehto (RD)
Timo Kiander
Mika Seitsonen (MVP)
Jussi Seppälä
Mike Walsh (MVP)
Joni Moilanen
Jani Järvinen (MVP)
Microsoft-tietoturvan blogi (Kimmo Bergius)
Pasi Mäkinen (MS Finland)
Me
Facts...
MVP Profile
teemukeiski.net
Sites
ASP.NET Web
ASP.NET Home
AspAdvice
DotNetJunkies
DotNetSlackers
CSharpFriends.com
.NET Reporter
Browse by Tags
All Tags
»
XML
(RSS)
.NET
ASP.NET
Finnish
Other
SQL
VS2008
WCF
Monday, April 21, 2008 10:27 PM
DDD Ireland
I promised to spread the word. :-) Phil and his peers have a developer event, DDD Ireland , in Ireland on 3rd of May. And here's the "official poster" :-) Developer Event? Ah go on, go on, go on. Check it out at www.DDDIreland.com Share
Posted by
joteke
|
0 Comments
Filed under:
.NET
,
XML
,
ASP.NET
,
WCF
,
VS2008
Saturday, September 01, 2007 4:05 PM
Handy XSLT Reference Site focused on specific tasks
I've used the information on this site for years now (in addition to Michael Kay's XSLT books). The site has gathered responses by some of the best XSLT professionals, to common XSLT-related questions / tasks . Dave Pawson's XSLT Questions
Posted by
joteke
|
0 Comments
Filed under:
XML
Thursday, August 10, 2006 8:23 PM
teemukeiski.net running on Community Server 2.1
My web site http://teemukeiski.net is now up and running. There's basically 0 content right now <grin>, but I'm going to correct that relatively soon. I have new blog & forum running there, so feel free to check that out. And of course, you
Posted by
joteke
|
0 Comments
Filed under:
Other
,
.NET
,
XML
,
Finnish
,
SQL
Sunday, June 11, 2006 3:54 PM
Getting MAX with XSLT
This is FAQ for those used to work with XSLT. Anyway, this one was also asked on Forums. The question in shortened form was: I have the following XML: <sm> <Allocations> <Item Parent="C" Level="1" class_code="C" class="Cash (C)" Allocation="0.5"
Posted by
joteke
|
0 Comments
Filed under:
.NET
,
XML
Sunday, June 11, 2006 3:39 PM
On Forums: Turning XML elements to SQL resultset rows in SQL2005
Chris asked on forums a question about using SQL2005's XQuery features. He had XML like this <? xml version = ' 1.0 ' standalone = ' yes ' ?> < marketingContent > < accessoryItemsHeading > ACCESSORY ITEMS </ accessoryItemsHeading
Posted by
joteke
|
0 Comments
Filed under:
.NET
,
XML
,
SQL
Thursday, December 08, 2005 7:30 AM
MVP.Xml library 2.0 released
I'm late with this one, but this one damn cool thing! XML & Web service MVPs have released a library which supplements current XML-related functionality in .NET Framework. Be sure to check Oleg's announcement . Share this post: email it! | bookmark
Posted by
joteke
|
0 Comments
Filed under:
.NET
,
XML
Thursday, January 27, 2005 7:33 PM
@XML/ASP.NET Forums: <xsl:for-each> or <xsl:apply-templates>?
A user asked a question at XML Forum on ASp.NET Forums. In the scenario where one would like to iterate over an element's children, ie. outputting one table row for each child element, you can use xsl:apply-templates or xsl:for-each. Is there a performance
Posted by
joteke
|
1 Comments
Filed under:
XML
Wednesday, October 13, 2004 1:21 PM
Upcoming Changes to System.Xml in .NET Framework 2.0 Beta 2
Dare Obasanjo lists the upcoming changes . Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor
Posted by
joteke
|
0 Comments
Filed under:
.NET
,
XML
Wednesday, September 01, 2004 11:04 AM
XML Developer Center: XPath Querying Over DataSets with the DataSetNavigator
Bit oldie (almost a month) but quite goldie IMO. View the article Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor
Posted by
joteke
|
0 Comments
Filed under:
XML
Friday, July 30, 2004 1:48 PM
MSDN XML Developer Center: An Introduction to the XML Tools in Visual Studio 2005
This is bit older one (beginning of July) but absolutely an interesting one. Gotta add second post right away (with different category at least ;-) ) Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor
Posted by
joteke
|
0 Comments
Filed under:
XML
Tuesday, June 22, 2004 7:07 PM
XSLT: Recursively adding attributes to certain nodes
Marco asked at ASP.NET Forums how to process existing XML compliant HTML document recursively such that you would add certain attribute(s) to certain type of element node(s). This is what I came up with and it seems to work pretty fine. <? xml version
Posted by
joteke
|
3 Comments
Filed under:
XML
Tuesday, March 30, 2004 9:27 AM
"What's New in System.Xml for Visual Studio 2005 and the .NET Framework 2.0 Release" on MSDN XML Developer Center
Take a look at it here . Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor
Posted by
joteke
|
0 Comments
Filed under:
XML
Thursday, March 25, 2004 10:48 AM
"Best Practices for Representing XML in the .NET Framework" on MSDN
Dare Obasanjo has new Extreme XML column up on MSDN. Take a look at it here . Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor
Posted by
joteke
|
0 Comments
Filed under:
XML
Tuesday, March 16, 2004 10:08 AM
Review: XQuery, The XML Query Language
My review for the aforementioned title is now online . In case you wonder what XQuery is, I've introduced it like this: " XQuery is a W3C initiative, emerging standard, at the time of writing in draft stage. XQuery is targeted to be a universal query
Posted by
joteke
|
1 Comments
Filed under:
XML