News in the Category:
XML
Total posts: 3436 | Sort by Views | Sort by Hits
Brendan Tompkins, May 20, 2013
Views: 198 | Hits 12
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...
MSDN: Coding4Fun, May 15, 2013
Views: 181 | 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...
Simple Talk, May 8, 2013
Views: 211 | 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...
The Code Project Latest Articles, May 5, 2013
Views: 216 | Hits 5
Simple non-validating streaming XML parser in C++....
The Code Project Latest Articles, May 1, 2013
Views: 295 | 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 ...
IKVM.NET Weblog, April 18, 2013
Views: 182 | Hits 2
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...
More Whidbey stuff, April 15, 2013
Views: 254 | 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 ...
The Code Project Latest Articles, April 11, 2013
Views: 246 | Hits 27
We will be working on adding some validations defined on an XML file....
The Code Project Latest Articles, March 29, 2013
Views: 339 | Hits 28
Using XML to simplify design of a data entry form to run on a simple HTTP server....
The Code Project Latest Articles, March 29, 2013
Views: 251 | Hits 21
A hierarchical task manager with native XML support for custom reporting....
IKVM.NET Weblog, March 28, 2013
Views: 253 | 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...
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...
IKVM.NET Weblog, March 19, 2013
Views: 222 | Hits 4
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.
...
The Code Project Latest Articles, March 15, 2013
Views: 311 | Hits 7
An STL based simple XML serialization and de-serialization engine....
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...
IKVM.NET Weblog, March 11, 2013
Views: 321 | 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 ...
Simple Talk, March 5, 2013
Views: 86 | 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...
MSDN: Coding4Fun, March 4, 2013
Views: 240 | 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 ...
IKVM.NET Weblog, March 4, 2013
Views: 301 | 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...
IKVM.NET Weblog, February 25, 2013
Views: 184 | 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...
IKVM.NET Weblog, February 25, 2013
Views: 202 | 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 ...
The Code Project Latest Articles, February 23, 2013
Views: 242 | Hits 15
A hierarchical task manager with native XML support for custom reporting....
IKVM.NET Weblog, February 20, 2013
Views: 232 | 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...
IKVM.NET Weblog, February 18, 2013
Views: 219 | 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...
The Code Project Latest Articles, February 16, 2013
Views: 292 | Hits 22
A hierarchical task manager with native XML support for custom reporting....
IKVM.NET Weblog, February 11, 2013
Views: 228 | 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...
The Code Project Latest Articles, January 28, 2013
Views: 269 | Hits 22
A hierarchical task manager with native XML support for custom reporting....
IKVM.NET Weblog, January 25, 2013
Views: 250 | 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...
The Code Project Latest Articles, January 24, 2013
Views: 274 | Hits 30
Implementing custom ActionResult, Here we shall see how to build custom ActionResult to return xml and rss feeds...
IKVM.NET Weblog, January 16, 2013
Views: 237 | 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 Weblog, January 15, 2013
Views: 236 | 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
...
IKVM.NET Weblog, January 6, 2013
Views: 291 | 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 ...
Fervent Coder, January 3, 2013
Views: 474 | 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...
IKVM.NET Weblog, December 28, 2012
Views: 536 | 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...
Rick Strahls WebLog, December 28, 2012
Views: 431 | 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...
The Code Project Latest Articles, December 21, 2012
Views: 387 | Hits 15
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....
IKVM.NET Weblog, December 16, 2012
Views: 302 | 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...
The Code Project Latest Articles, December 14, 2012
Views: 417 | 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 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 Weblog, December 6, 2012
Views: 335 | 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...
MSDN: Coding4Fun, December 3, 2012
Views: 190 | 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'...
Simple Talk, November 21, 2012
Views: 266 | 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...
the telerik blogs, November 20, 2012
Views: 244 | 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...
The Code Project Latest Articles, November 18, 2012
Views: 338 | Hits 14
How-To: Create a JavaScript object during runtime based on an XML file....
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...
Frans Boumas blog, November 4, 2012
Views: 402 | 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...
IKVM.NET Weblog, November 1, 2012
Views: 266 | 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...
DotNetNuke Developer - DotNetNuke Core Team Member and Excellent Programmer, October 31, 2012
Views: 309 | 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...
MSDN: Coding4Fun, October 31, 2012
Views: 225 | 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 Weblog, October 31, 2012
Views: 254 | 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...