News in the Category: XML Subscribe to the rss of this category.

Total posts: 3436 | Sort by Views | Sort by Hits

Pre-Process your images with promises

Brendan Tompkins, May 20, 2013
Views: 220 | Hits 14

For this post, I’m using Windows 8 WinJS as the vehicle. However, this approach is applicable by any method that implements an XMLHttpRequest. Here’s the scenario: you have an application with several...

NUIverse - Reach out and touch...

MSDN: Coding4Fun, May 15, 2013
Views: 184 | Hits 11

I don't normally blog about projects that don't have source, but this project from Dr. Dave is just cool so I'm making an exception. Plus since it has an extensibility model, I guess that makes it cod...

Modal Input Forms in ASP.NET MVC

Simple Talk, May 8, 2013
Views: 213 | Hits 18

Forms in websites have, for a long time, languished in their classic clunky pattern of browser-led 'submit' of content, using the FORM tag. As websites grow nearer to applications in their user-experi...

Streaming XML parser in C++.

The Code Project Latest Articles, May 5, 2013
Views: 217 | Hits 5

Simple non-validating streaming XML parser in C++....

Using ASP.Net WebAPI with Web Forms

The Code Project Latest Articles, May 1, 2013
Views: 296 | Hits 35

Asp.Net WebAPI is a framework for building RESTful HTTP services which can be used across a wide range of clients including web, phone and desktop applications. With WebAPI we can use XML and JSON to ...

The End of ACC_SUPER

IKVM.NET Weblog, April 18, 2013
Views: 185 | Hits 3

Yesterday I wrote about the security issue fixed in Update 21. Today I'll describe the "Security-In-Depth" issue. As a result of the Thread Cloning Vulnerability, Oracle...

A C# helper to read and write XML from and to objects

More Whidbey stuff, April 15, 2013
Views: 258 | Hits 50

I really like jQuerys pattern of attribute getters and setters. They are fluent and work really well with HTML and XML DOMs. If you specify a value in addition to the name, its setting, otherwise its ...

Runtime customizable model attributes in ASP.NET MVC3

The Code Project Latest Articles, April 11, 2013
Views: 254 | Hits 27

We will be working on adding some validations defined on an XML file....

A Generic Form Entry Sample on a Simple HTTP Server in C#

The Code Project Latest Articles, March 29, 2013
Views: 340 | Hits 28

Using XML to simplify design of a data entry form to run on a simple HTTP server....

ToDoList 6.6.5 Feature Release - An effective and flexible way to keep on top of your tasks

The Code Project Latest Articles, March 29, 2013
Views: 252 | Hits 21

A hierarchical task manager with native XML support for custom reporting....

IKVM.NET 7.3 Release Candidate 0

IKVM.NET Weblog, March 28, 2013
Views: 254 | Hits 4

The first release candidate is available. It can be downloaded here or from NuGet. What's New (relative to IKVM.NET 7.2): Greatly improved support for dynamically l...

WebAPI Tip #1 and #2: HttpStatusCodes and Overriding Conneg

K. Scott Allen, March 21, 2013
Views: 277 | Hits 33

Henceforth we begin a series of tips and musings on the WebAPI. Tip #1 – HttpStatusCode is an enum you can use to send specific status codes in a response. Going through the list, it is not alwa...

New Development Snapshot

IKVM.NET Weblog, March 19, 2013
Views: 223 | Hits 5

My burst of inspiration ended. So I guess it's time to do a release soon. Changes: Expose Java 8 static interface methods as static methods via nested __Methods type. ...

XML* (or XMLStar), an STL based XML serialization engine

The Code Project Latest Articles, March 15, 2013
Views: 314 | Hits 8

An STL based simple XML serialization and de-serialization engine....

SecureXHR - an XMLHttpRequest wrapper library written in JavaScript

The Code Project Latest Articles, March 11, 2013
Views: 248 | Hits 21

SecureXHR aims at providing a simple but sufficient interface for the XMLHttpRequest object and increase its safety...

New Development Snapshot

IKVM.NET Weblog, March 11, 2013
Views: 322 | Hits 9

I'm still working on issues resulting from the big change. There are some more known issues and probably a few unknown ones. However, I couldn't help myself and decided to a little ...

Ad-Hoc XML File Querying

Simple Talk, March 5, 2013
Views: 87 | Hits 1

When you need to shred just part of the data within a large XML file into a SQL Server table, the most efficient way is to just select what you need via XQuery or by using XPath, before shredding it i...

Chatting up your Windows Phone 8 Apps

MSDN: Coding4Fun, March 4, 2013
Views: 241 | Hits 2

Today's Mobile Monday post series by F Avery Bishop takes use to a place where we all hope and dread someday happens, real speech enabled applications.Waving your hands, touching screens, etc is nice ...

New Development Snapshot

IKVM.NET Weblog, March 4, 2013
Views: 302 | Hits 6

Another week, another snapshot. Changes: Fixed several annotation encoding issues in new stub class generator. Added back support for exporting annotations in .N...

IKDASM Update

IKVM.NET Weblog, February 25, 2013
Views: 187 | Hits 9

I finally created a github repository for ikdasm. A couple of weeks ago I fixed some ildasm compatibility issues and changed pinvokeimpl and marshalas handling to use the IKVM.Refle...

New Development Snapshot

IKVM.NET Weblog, February 25, 2013
Views: 205 | Hits 6

Still more changes to better support what I'll start calling "mixed mode" (i.e. ikvmc compiled assemblies that use dynamically loaded classes or use dynamic binding to classes in ...

ToDoList 6.6.2 Feature Release - An effective and flexible way to keep on top of your tasks

The Code Project Latest Articles, February 23, 2013
Views: 246 | Hits 15

A hierarchical task manager with native XML support for custom reporting....

New Development Snapshot

IKVM.NET Weblog, February 20, 2013
Views: 234 | Hits 4

A quick updatebecause the previous snapshot had a bug that caused ikvmc to be completely broken on the CLR x86 JIT. Changes: Changed build to explicitly exclude the...

New Development Snapshot

IKVM.NET Weblog, February 18, 2013
Views: 220 | Hits 6

Lot's of changes in just a week. The most interesting one being that ikvmc and the runtime now work together to project all the classes that were in the original jars compiled by ik...

ToDoList 6.6 Feature Release - An effective and flexible way to keep on top of your tasks

The Code Project Latest Articles, February 16, 2013
Views: 294 | Hits 22

A hierarchical task manager with native XML support for custom reporting....

New Development Snapshot

IKVM.NET Weblog, February 11, 2013
Views: 229 | Hits 7

The recent architectural change makes it possible for the static compiler to use dynamic binding when it encounters a missing type. This in turn makes the dynamic binding support mo...

ToDoList 6.6.b4 Beta Release - An effective and flexible way to keep on top of your tasks

The Code Project Latest Articles, January 28, 2013
Views: 270 | Hits 22

A hierarchical task manager with native XML support for custom reporting....

Fixing a Long Standing Limitation

IKVM.NET Weblog, January 25, 2013
Views: 253 | Hits 15

I finally fixed the limitation that classes dynamically loaded by an assembly class loader can't access the internals of the assembly. Here's a simple demonstration of the probl...

Custom ASP.NET MVC ActionResults

The Code Project Latest Articles, January 24, 2013
Views: 275 | Hits 30

Implementing custom ActionResult, Here we shall see how to build custom ActionResult to return xml and rss feeds...

New Development Snapshot

IKVM.NET Weblog, January 16, 2013
Views: 238 | Hits 8

The recent Windows RT jailbreak enabled me to runIKVM on my Surface RT. Out of curiousity I decided to run a part of the test suite. Onlythree tests failed, one because it rel...

IKVM.NET 7.2 Update 1 Release Candidate 0

IKVM.NET Weblog, January 15, 2013
Views: 237 | Hits 5

An updated release with a couple of bug fixes. Changes (relative to 7.2): Bug fix. Don't deadlock AppDomain.ProcessExit event handler when the event gets called ...

New Development Snapshot

IKVM.NET Weblog, January 6, 2013
Views: 293 | Hits 9

I've been busy with other stuff, but I did manage to fix a couple of bugs and add a new feature. So a new development snapshot. Changes: .NET resources in non-Java ...

Chocolatey Automatic Packages

Fervent Coder, January 3, 2013
Views: 476 | Hits 23

I updated three packages this morning. I didnt even notice until the tweets came in from @chocolateynuget. How is this possible? Its simple. I love automation. I built chocolatey to take advantag...

Raspberry Pi

IKVM.NET Weblog, December 28, 2012
Views: 540 | Hits 20

I got a Raspberry Pi for my birthday. pi@raspberrypi ~ $ sudo apt-get install ikvmpi@raspberrypi ~ $ ikvmc -out:javac.exe -r:/usr/lib/ikvm/IKVM.OpenJDK.Tools.dll -main:com.sun.to...

Building a better .NET Application Configuration Class - revisited

Rick Strahls WebLog, December 28, 2012
Views: 435 | Hits 54

Many years ago, when I was just starting out with .NET (in the 1.0 days - now nearly 10 years ago), I wrote an article about an Application Configuration component I created to improve application con...

XMLFoundation

The Code Project Latest Articles, December 21, 2012
Views: 393 | Hits 16

XMLFoundation is the fastest approach to dealing with XML and it also delivers a simple and easy to manage pattern of software developpment into your application....

A Hack To Make CLR's DEVPATH Suck Less

IKVM.NET Weblog, December 16, 2012
Views: 303 | Hits 20

The CLR's DEVPATH feature has always been broken and its brokeness varied over the years, but for my purposes it was a very useful feature. However with .NET .4.5 Micros...

Example of converting tables in a series of PDFs to an XML database

The Code Project Latest Articles, December 14, 2012
Views: 418 | Hits 18

A walk-through of how to convert a series of PDFs containing tables output by Microsoft Access to an XML database....

IKVM.NET 7.2 Released

IKVM.NET Weblog, December 10, 2012
Views: 302 | Hits 7

I've released IKVM.NET 7.2 to SourceForge and NuGet. The binaries are identical to the ones in release candidate 5. Release Notes This document lists the improvements, know...

IKVM.NET 7.2 Release Candidate 5

IKVM.NET Weblog, December 6, 2012
Views: 339 | Hits 18

Apologies for the ridiculous delay. I've been busy. This is the final release candidate. Changes (relative to rc 4): Updated version to 7.2.4630.5 Bug fix. The s...

No, you're not crazy, you're just talking to your Windows Phone 8 app (and this sample shows you how)

MSDN: Coding4Fun, December 3, 2012
Views: 192 | Hits 4

Today's Mobile Monday project is a Windows Phone 8 SDK Sample project that shows off something I've not seen highlighted too often, how you can build in voice and speech into your Windows Phone 8 app'...

SSAS Compare version 1.0 released

Simple Talk, November 21, 2012
Views: 268 | Hits 11

Were pleased to announce that SSAS Compare version 1.0 has been released as a free tool. Version 1.0 includes: Comparisons of live databases and XMLA or Analysis Services Project files MDX syntax diff...

Speech Recognition Made Easy with Telerik RadControls for WP8

the telerik blogs, November 20, 2012
Views: 246 | Hits 5

Introduction Hello everyone! Im sure by now youve heard the news from //Build/ that Telerik has released its Windows Phone 8 controls and this release includes several new components: Speech Recogniti...

Creationism: Dynamic Objects Using WinJS and XML

The Code Project Latest Articles, November 18, 2012
Views: 340 | Hits 14

How-To: Create a JavaScript object during runtime based on an XML file....

Build Bullets #2–Avoid XML Facing Build Tools

ISerializable, November 18, 2012
Views: 255 | Hits 13

Having your build scripts in XML is one of the worst things you can do for maintainability and readability. Treat your build scripts like you treat your source code (or, how developers should treat t...

LLBLGen Pro and JSON serialization

Frans Boumas blog, November 4, 2012
Views: 404 | Hits 17

I accidentally removed a reply from my previous blogpost, and as this blog-engine here at weblogs.asp.net is apparently falling apart, I can't re-add it as it thought it would be wise to disable comme...

JDK 7 Thread Cloning Vulnerability

IKVM.NET Weblog, November 1, 2012
Views: 267 | Hits 6

This blog entry was originally posted on June 23, 2011, but was deleted as Oracle asked me to take it down while they investigate. After more than a year, the issue still has not been addr...

Using jQuery to customize the styles in table cells

DotNetNuke Developer - DotNetNuke Core Team Member and Excellent Programmer, October 31, 2012
Views: 310 | Hits 28

Originally posted on ChrisHammond.com I was trying to do some work with the Form and List module in DotNetNuke today and I needed to apply some custom styles to the LIST view of a module, without goin...

kv 4 u - A key value pair command line utility

MSDN: Coding4Fun, October 31, 2012
Views: 227 | Hits 15

Today's project is deceptively simple one, yet one that fires up the way back machine for me.Once upon a time, about 1.97 million years ago, I manned a tech support desk, answering tech calls from cus...

IKVM.NET 7.2 Release Candidate 4

IKVM.NET Weblog, October 31, 2012
Views: 255 | Hits 6

Yet another release candidate. Changes (relative to rc 3): Updated version to 7.2.4630.4 Added (optional) support for building without System.Core.dll dependency...