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

Prev Next
1 2 3 4 5 6
 
Simple Data Storage Using XML Files In .NET
It’s not a secret that all real-world applications require a centralized data storage of some sort. The times when MS-DOS based text files where sufficient for settings storage is long gone. Today, every self-respecting Web or Windows application has to provide users with personalized settings, content-updating personnel with access to all application data and in general, information storage that is constantly updated and changes the way data is selected and presented. All enterprise-level solutions have of course advanced needs in data storage; MS Access simply won’t do for gigabytes of data and thousands of concurrent requests. That’s where data servers come in. If you are creating simple applications with data sources, then you must already be experienced with an established data server application, such as Microsoft’s SQL Server and Oracle.

Type: XML.NET  #Views: 311  Category: Article    

Use .NET To Migrate Delimited Files Into XML
This article will demonstrate the conversion of a delimited file into a DataSet or an XML file. For the purposes of demonstration, I’ve created a tab-delimited file for the Roach Motel’s room service department.

Type: XML.NET  #Views: 281  Category: Article    

Saving a DataSet as an XML File
XML is very well integrated with .NET. Many server controls have XML methods built in making XML capabilities only a method or two away. The DataSet class contains several of these XML methods and we will examine a couple of them in this article. The task in this example is to read a database table into a DataSet and then write the DataSet out to the file system as an XML file. We will also do the same thing with the schema for the XML file.

Type: XML.NET  #Views: 285  Category: Article    

Saving Web Form User Input Data to an XML File
We recently did an article on how to save the data from a DataSet to an XML file on disk. This is a companion article on how to save form data to an XML file on disk. There are any number of reasons to do this so you might as well know how to do it. There is some repetitive typing involved to get the code set up, but it is fairly straight ahead once you see the logic in it.

Type: XML.NET  #Views: 367  Category: Article    

Editing XML with .NET (Beta 2)
Many applications would not be complete without some form of editing, but sometimes editing XML can be a daunting task. In this article, Jerome Kuptz delves into the editing capabilities of .NET's XML classes.

Type: XML.NET  #Views: 282  Category: Article    

Practical XML: Form Validation
I like XML. I really do. Still, my eyes glaze over just as much as the next person's when I hear about how wonderful it is. Wonderful it may be, but as a Web developer, how does XML help me?

Type: XML.NET  #Views: 166  Category: Article    

Use XML Query Definitions in .NET Applications
The Command objects in ADO.NET (such as OleDbCommand and SqlCommand) are a central aspect of the .NET database access strategy. When used properly, they provide excellent performance and security.

Type: XML.NET  #Views: 253  Category: Article    

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: 260  Category: Resource    

Using the Windows Forms XML Parser Sample
This is a sample of an extensible mechanism to add a markup model on top of an existing .NET Framework object model. This sample’s parsing rules can be summarized as “XML elements map to .NET Framework types and XML attributes map to Type properties (or events)”. This sample includes a markup parser that dynamically generates an object instance tree from an XML file

Type: XML.NET  #Views: 276  Category: Article    

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: 313  Category: Resource    

XML Signatures: Behind the Curtain
In this article, Larry considers the security risks that exists with the current XML authentication standards.The XML Digital Signature Standard establishes how XML can functionally sign itself over an insecure network like the Internet. While this effort does not require an established PKI to function, it may require the use of trusted XML servers for authentication. Consequently, each enterprise will have to evaluate the potential security risk of outsourcing this increasingly critical business function

Type: XML.NET  #Views: 201  Category: Article    

Assembly Caching and XmlSerializer
Does the System.Xml.Serialization.XmlSerializer contains a memory leak? Read this blog entry to learn more about that.

Type: XML.NET  #Views: 264  Category: Article    

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

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

Effective Interface between Business Components and GUI Using XML
Generally, business components will have several methods exposed to implement different functionality. This short article illustrates how to get the same functionality by only exposing a single method to the interface.

Type: XML.NET  #Views: 137  Category: Article    

Troubleshooting Common Problems with the XmlSerializer
Christoph Schittko discusses various techniques for diagnosing common problems that occur when converting XML to objects and vice versa with XML Serialization technology in the .NET Framework.

Type: XML.NET  #Views: 264  Category: Article    

XML and the .NET Framework
The .NET Framework is the foundation of Microsoft's next generation of development tools. Given the increasing importance of XML in all areas of programming and data processing, the inclusion of powerful, integrated XML support in .NET is not surprising. This chapter provides a brief overview of .NET and then details the XML tools that are provided by the Framework and the Visual Studio .NET development environment. Code samples in this chapter are written in the C# language. This is a new language introduced with Visual Studio .NET.

Type: XML.NET  #Views: 160  Category: Article    

General-purpose Water Dissolves XML Complexity
Despite all its promise for free data exchange among disparate applications, Web application developers still contend with XML's shortcomings. Startup Clear Methods claims to have developed a powerful yet simple solution: XML as a general-purpose programming language called Water.

Type: XML.NET  #Views: 156  Category: Article    

Well-structured XML Goes Cosmopolitan
Everyone knows that among its many uses, XML can store the same data in multiple languages and dish it out like a U.N. translator when the computers of the world come calling. What everyone doesn't know is how best to structure that polyglot of data. There's more than one way

Type: XML.NET  #Views: 242  Category: Article    

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: 294  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: 262  Category: Resource    

Prev Next
1 2 3 4 5 6


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
audio conferencing
fax online
it help desk
Lexmark ink cartridges
Security Camera Systems
Bvlgari sunglasses
Alojamiento de Web
UK Hosting Company
Video Surveillance
Skype vs. sipcall

2,876 Total Members
14 members(last 30 days)
1 members(last 7 days)
0 members(today)

1,912 Total Discussions
1 Posts(last 30 days)
0 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,065 Total Resources
3 Resources(last 30 days)
0 Resources(last 7 days)
0 Resources(today)


 

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