Building RSS/Atom Feeds for ASP.NET MVC
A technical guide on implementing RSS and Atom feeds within ASP.NET MVC applications, covering formats, structure, and best practices.
A technical guide on implementing RSS and Atom feeds within ASP.NET MVC applications, covering formats, structure, and best practices.
A developer's frustration with the complexity of Microsoft Installer (.msi) XML for a simple task, highlighting the challenge of creating simple software.
A guide to validating XML files against XML Schemas using online tools, command-line utilities like xmllint, and the Xerces parser.
A developer creates a strongly-typed C# wrapper for the cumbersome Windows 8 toast notification API, simplifying template usage.
Part 3 of a series on implementing AtomPub support in ASP.NET Web API, focusing on adding and exposing categories.
Explains how to exclude specific nodes from XML data in SQL Server using T-SQL's modify method, UDFs, or temp tables.
Explains designing a theme API with XML configuration, validation, and storage for a software system.
A tutorial on using Clojure to programmatically color SVG maps of Europe, demonstrating XML parsing and manipulation.
A developer shares their experience learning Android development, focusing on creating custom layouts and ListViews for a mobile app.
Analyzing the unofficial XML API behind George Washington University's course schedule and campus map iPhone app, with provided endpoints and a PHP wrapper.
Announcing the release of MvcSiteMapProvider 2.0 for ASP.NET MVC, a dynamic sitemap provider with new features and extensibility.
A tutorial on using PHP 5's SimpleXML extension to parse XML files and dynamically generate website navigation and content.
A developer shares their solution for managing asset loading sequences in ActionScript 3, using QueueLoader to handle dependencies on XML.
Compares three methods for passing multiple IDs to a SQL Server stored procedure: CSV lists, XML, and Table Valued Parameters.
A technical guide on configuring Oracle BI Presentation Services (sawserver) logging to capture specific activity types and output them to separate files.
Explains how to configure Oracle BI sawserver logs to use a 'short' format for easier debugging and troubleshooting.
A technical guide on configuring logging for Oracle BI Presentation Services (sawserver) via the logconfig.xml file.
Explores the conceptual role of metadata in Java EE development, comparing annotations vs. XML and discussing separation of concerns.
A technical guide on creating a custom, security-trimmed sitemap provider for ASP.NET MVC applications, including XML configuration and dynamic nodes.