Community-Credit.com | NonProfitWays.com | SOAPitstop.com   Skin:   
      User: Not logged in 
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
 
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
 
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
 
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics


Resources

 ADO.NET (5)  OTA (47)  WAP (4)  XMLHTTP (1)
 Database (31)  Pattern (3)  WebDAV (57)  XMPP (28)
 Debugging (15)  RDF (53)  WebService (195)  XPath (142)
 DIME (6)  RSS (24)  WML (148)  XPointer (36)
 DOM (83)  SAX (80)  WSDL (133)  XQL (23)
 DTD (136)  Schema (209)  XAML (1)  XQuery (99)
 ebXML (106)  SMIL (119)  XBRL (201)  XSchema (18)
 Flash (21)  SOAP (165)  XForms (141)  XSL (133)
 Humor (1)  SQL (4)  XHTML (388)  XSL-FO (78)
 Java (636)  SQLXML (47)  XLL (7)  XSQL (44)
 MathML (124)  SVG (721)  XML (857)  XUL (21)
 Oracle (19)  VoiceXML (84)  XML.NET (16)

Total Resources: 5,510

 


xml.net Resources
Prev Next
1
 
Cursor-style iteration pattern
When working with cursor-style APIs like the XmlReader or XPathNavigator, the pattern usual becomes something like this (note this is the same code for both APIs):

Type: XML.NET  #Views: 695  Category: Resource    

Breaking Changes in System.Xml from v1.1 to v2.0 of the .NET Framework
At Microsoft one of our goals in developing software is that backwards compatibility when moving from one version of software to the next is high priority. However in certain cases the old behavior may be undesirable enough that we break compatibility. An example of such undesirable behavior are bugs that lead to incorrect results or security issues. Below is a list of breaking changes in the System.Xml namespace in beta 1 of v2.0 of the .NET Framework.

Type: XML.NET  #Views: 588  Category: Resource    

Data Access and XML From 2- to N-Tier
Visual Studio "Whidbey" leverages existing ADO.NET and XML investments, and enables developers to perform data access tasks in drastically fewer steps and fewer lines of code. Watch this video to explore creating data access components complete with custom validation logic, consuming data from databases and the middle tier, and rapid integration of data with Windows Forms and Web Forms. Then see the new XML editor that enables enhanced validation against XSD and DTD schema, XSLT debugging, and more.

Type: XML.NET  #Views: 727  Category: Resource    

Ballmer talks up XML, .Net
This is a video showing Steve Balmer talking about the XML.NET.

Type: XML.NET  #Views: 231  Category: Resource    

Applied XML DevCon: Call for Speakers
Are you interested in presenting a 45-minute talk on some applied XML or Web Services topic? It doesn't matter which platform or OS you're targeting. It also doesn't matter whether you're an author or vendor or professional speaker or a developer in the trenches (in fact, I tend to be biased towards the latter). We're after interesting and unique applications of XML and Web Services technology and if you're doing good work in that area, then I need you to send me a session topic and 2-4 sentence abstract along with a little bit about yourself.

Type: XML.NET  #Views: 313  Category: Resource    

XML Web Services != Distributed Objects (part 2)
It seems every few months there are a series of blog posts or articles about why returning ADO.NET DataSet objects from XML Web Services. I saw the most recent incarnation of this perma-debate in Scott Hansellman's post Returning DataSets from WebServices is the Spawn of Satan and Represents All That Is Truly Evil in the World and Ted Neward's More on why DataSets are the Root of all Evil.

Type: XML.NET  #Views: 233  Category: Resource    

Using an XmlPublisher in the ExceptionManagement ApplicationBlock
I've been using the Microsoft ExceptionManagement ApplicationBlock and I spent some time creating a nice ExceptionXmlPublisher because the one described in the docs has some flaws. Using the xml publisher removes the need to run the EventLog installer to be able to create the eventlog. Having the exceptions in Xml also works nicely in a distributed environment, and with continous integration.

Type: XML.NET  #Views: 293  Category: Resource    

Binary XML, and InfoPath
Some great stuff going on with XML lately.

Type: XML.NET  #Views: 271  Category: Resource    

Tim Bray Puzzled by SOA vs. XML Web Services
I just read Tim Bray's entry entitled SOA Talk where he mentions listening to Steve Gillmor, Doc Searls, Jon Udell, Dana Gardner, and Dan Farber talk about SOA via “The Gillmor Gang” at ITConversations. I tried to listen to the radio show a few days ago but had the same problems Tim had. A transcript would definitely be appreciated.

Type: XML.NET  #Views: 272  Category: Resource    

TechEd 2004 XML Talk Slides
I have finally posted the slides and sample code for my TechEd 2004 talk on XML in the .NET framework. The samples require a copy of Visual Studio 2005 (i.e. the community drop distributed at TechEd) in order to compile and run.

Type: XML.NET  #Views: 244  Category: Resource    

Rant Continued: Avoiding the DOM?
I agree that one of the downfalls of the current .NET Web service implementation is that it kind of shoe horns you into using the DOM to deal with XML when you might prefer to use an XmlReader/Writer or some other XML api. So an advantage of passing XML as a string is that you can load the string into an XmlReader and avoid the overhead of loading up an instance of a DOM. This idea has some merit in my mind, not a ton, but some.

Type: XML.NET  #Views: 273  Category: Resource    

Dates in XML Schemas: Specifying your own date format?
This topic came up in the win_tech_off_topic list, and it caught my attention. The concept is that specifying a date in your XML document that does not conform to ISO 8601 format cannot be validated as a date type, but rather you must contrive your own simple type. For processors that use the post-schema validation Infoset (PSVI) for strong typing, this presents some non-obvious problems.

Type: XML.NET  #Views: 323  Category: Resource    

Document-centric.NET Article on XML.com
XML.com recently ran an article entitled Document-Centric .NET, that highlights the various technologies for working with XML that exist in the .NET Framework. The article provides a good high level overview of the various options you have for processing XML in the .NET Framework. The article includes an all important caveat which I wish more people knew about and which I keep wanting to write an article about but never get around to doing.

Type: XML.NET  #Views: 291  Category: Resource    

PageViewer WebPart and QueryString parameters
There has been dicussion (and people have noticed) about a Connected Page Viewer Webpart. There are several viable approaches to this scenario. One is to use cross-page connected webparts, but those require FrontPage interaction. There has been suggested that inheritance can be used from the PageViewerWebPart. Good luck: It's sealed.

Type: XML.NET  #Views: 561  Category: Resource    

What's New in System.Xml for .NET Compact Framework v2.0
A few months ago Mark Fussell wrote an article entitled What's New in System.Xml for Visual Studio 2005 and the .NET Framework 2.0 Release. Mark Ihimoyan has a followup series of blog posts which mentions which of the new features of System.Xml mentioned in Mark's article will actually be in the .NET Compact Framework.

Type: XML.NET  #Views: 302  Category: Resource    

XMLNamespaces and Word 2003
The schema library in Word 2003 is where so much is happening for developers. While some end-users will venture into the schema library, most should not care what is in there. A well-architected Word XML solution should keep the inner-workings tidy and transparent.

Type: XML.NET  #Views: 283  Category: Resource    

Prev Next
1


Fans of "The Office"
Dwight Bobbleheads are here!

  “It's me! I'm the bobblehead! Yes!”



Advertise on XMLPitstop

Advertise on XMLPitstop


EggHead Cafe
Web Servicee development
DotNetSlackers
web conferencing
help desk support
conference call
Lexmark ink cartridges
Conference Call
Video Surveillance
VoIP, SIP Internettelefonie, Voice over IP
VoIP Internettelefonie

2,846 Total Members
32 members(last 30 days)
8 members(last 7 days)
1 members(today)

1,905 Total Discussions
6 Posts(last 30 days)
3 Posts(last 7 days)
0 Posts(today)

47,487 Total Blog Posts
0 Blogs(last 30 days)
0 Blogs(last 7 days)
0 Blogs(today)

8,699 Newsgroup Posts
0 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)

14,050 Total Resources
2 Resources(last 30 days)
1 Resources(last 7 days)
0 Resources(today)


 

David Silverlight's XMLPitstop.com| 2801 Florida Ave #225|Miami, FL 33133|Ph:305-447-1139