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

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

Using MethodRental.SwapMethodBody to do Method Level JIT Compilation

IKVM.NET Weblog, May 11, 2012
Views: 127 | Hits 4

IKVM.NET has always had a classgranualarity JIT. Whenever a type is first "used" the CLR fires the AppDomain.TypeResolve event and at that point the IKVM.NET runtime compiles the ...

By Design? BindingFailure - An assembly failed to load while using XMLSerialization

WebLog of Ken Cox [MVP], May 10, 2012
Views: 135 | Hits 1

Heres an issue that cost me several hours and I suspect that theres something in Visual Studio 2010 and the size of my solution thats to blame. I was quite happily working in the MsmqToWcf example ...

Creating basic Excel workbook with Open XML

The Code Project Latest Articles, May 5, 2012
Views: 840 | Hits 8

This article describes how to create a basic Excel workbook using Open XML....

Understanding Callback using XMLHttpRequest

The Code Project Latest Articles, April 30, 2012
Views: 153 | Hits 17

Basics of callback using XMLHttpRequest object...

Develop your app for everyone–localize your UI

Method ~ of ~ failed, April 26, 2012
Views: 152 | Hits 11

Being more involved in the engineering process of a product I had the chance to participate in the design of various features instead of just the ones that Im responsible for delivering. One of those ...

Bend Telerik OpenAccess ORM to Your Will with Type Converters – Storing Classes to XML

the telerik blogs, April 26, 2012
Views: 151 | Hits 1

In a previous blog I showed how to customize Telerik OpenAccess ORM data mappings using custom TypeConverters.  In particular we looked at storing, and querying, an enum by its name rather than i...

IKDASM - IL Disassembler Example for IKVM.Reflection

IKVM.NET Weblog, April 23, 2012
Views: 128 | Hits 2

A while ago I wrote an IL disassembler to test IKVM.Reflection. Both as a correctness test and also to test if the API surface exposes enough of the underlying information. I th...

Using oData with the NuGet API

Brendan Tompkins, April 15, 2012
Views: 106 | Hits 2

Update… As a commenter astutely pointed out, we can see the generated URL in LinqPad.. Still good to know and understand how to use Fiddler – especially if you want to flip between json and xml format...

MS12-025

IKVM.NET Weblog, April 12, 2012
Views: 194 | Hits 6

This patch Tuesday Microsoft released MS12-025 that fixes approximately a zillion vulnerabilities in System.Drawing.dll. Here's what they fixed (multiple instances of each issue...

Generate XML from SQL Server 2008 and update the database from XML

The Code Project Latest Articles, April 2, 2012
Views: 173 | Hits 14

How to generate XML from MySQL Server 2008 DB and update DB from XML....

XML Processing using XSL with Parameters

The Code Project Latest Articles, March 28, 2012
Views: 319 | Hits 11

Passing Parameters to XSL...

Event ID 7026 and i8042prt troubleshooting

SQL Server DBA, March 22, 2012
Views: 240 | Hits 1

Event ID 7026 and i8042prt is a recurring error in the Windows Event Logs. I usually see this error on a server reboot .Its normal for a server to not have a keyboard or mouse attached. I usually supp...

Telecontrol example with the Kinect

MSDN: Coding4Fun, March 20, 2012
Views: 309 | Hits 5

Today's inspiration project provides an example of how the Kinect is being used to control robots. There's no code to download, but make sure you check out the doc's as they have a good bit of informa...

Connect an External Stylesheet to XML

The Code Project Latest Articles, March 19, 2012
Views: 257 | Hits 12

How to connect an external stylesheet to XML....

IKVM.Reflection: Inspecting an Assembly Without Loading Dependencies

IKVM.NET Weblog, March 16, 2012
Views: 246 | Hits 7

One of the advantages of IKVM.Reflection over System.Reflection is that it is much easier to load an assembly without having to load its dependencies. This functionality is used by ...

Lesser Known CLR Custom Attributes -- UnsafeValueType

IKVM.NET Weblog, March 15, 2012
Views: 269 | Hits 17

In a comment to the previous post about CLR Custom Attributes I listed some other custom attributes that theCLR recognizes (by name). Some of them I previously thought were compiler...

CLR Supported Custom Attributes

IKVM.NET Weblog, March 8, 2012
Views: 252 | Hits 14

After working with the CLR for more than a decade, once in a while I stillrun intothe occasional surprise. It turns out that the (non pseudo-) custom attributes that CLR recogni...

Building Hypermedia Web APIs

Pablo M. Cibraro (aka Cibrax), March 6, 2012
Views: 246 | Hits 16

Hypermedia is one of those concepts really hard to grasp when building Http aware APIs (or Web APIs). As human beings, we are constantly dealing with hypermedia in the existing web by following links ...

Lang.NEXT

IKVM.NET Weblog, March 4, 2012
Views: 327 | Hits 17

I'm looking forward to speaking at Lang.NEXT. To be held at the Microsoft Campus on April 2 - 4. If you're in the neighborhood and are interested in programming language design ...

MS12-016 Vulnerability Details

IKVM.NET Weblog, February 27, 2012
Views: 278 | Hits 6

Unlike most bugs that I run into, this one I actively went looking for. After being reminded of the cloning attack (in the context of Java) I wrote some reflection code to scan the ...

Validating your models in ASP.NET Web API

Pablo M. Cibraro (aka Cibrax), February 23, 2012
Views: 423 | Hits 51

One of the nice things about having a single extensibility model between ASP.NET MVC and Web API is that you can get many of the great MVC features for free. Model binding and validation is one of the...

February 2012 Java Critical Patch Update Vulnerability Details

IKVM.NET Weblog, February 23, 2012
Views: 270 | Hits 1

Last week, Oracle released the February 2012 Oracle Java SE Critical Patch Update. This included fixes for two related problems I reported to them on August 1, 2011. The first probl...

Telerik Report Designer

the telerik blogs, February 21, 2012
Views: 326 | Hits 4

With Q1 2012 release the highly anticipated Telerik Report Designer has arrived - a desktop application for creating reports, utilizing the power of Telerik Reporting. The Telerik Report Designer fea...

Fixing Floating Rectangles in ASP.NET StackedBar Chart

Steven Smith, February 9, 2012
Views: 223 | Hits 4

In working on a clients reporting system, I ran across some StackedBar charts that were using the System.Web.DataVisualization.Chart control that were having some problems.  The biggest one was t...

Using Fluent NHibernate for XML-Free Class Mapping

DevX: .NET Feed, February 8, 2012
Views: 406 | Hits 22

Fluent NHibernate lets you map .NET classes with NHibernate without the need for those cumbersome XML files....

Creating a dynamic, extensible C# Expando Object

Rick Strahls WebLog, February 8, 2012
Views: 452 | Hits 42

I love dynamic functionality in a strongly typed language because it offers us the best of both worlds. In C# (or any of the main .NET languages) we now have the dynamic type that provides a host of d...

Converting String Data to XML and XML to String Data

Simple Talk, February 1, 2012
Views: 155 | Hits 3

We all appreciate that, in general, XML documents or fragments are held in strings as text markup. In SQL Server, XML variables and columns are instead tokenised to allow rapid access to the data with...

IKVM.NET 7.0 Update 1 Release Candidate 0

IKVM.NET Weblog, January 3, 2012
Views: 253 | Hits 11

A couple of annoying bugs have been reported since 7.0 was released, so I decided to do an update. Changes: Changed version to 7.0.4335.1. FileStore for no...

XmlWriter and lower ASCII characters

Rick Strahls WebLog, January 2, 2012
Views: 286 | Hits 18

Ran into an interesting problem today on my CodePaste.net site: The main RSS and ATOM feeds on the site were broken because one code snippet on the site contained a lower ASCII character (CHR(3)). I d...

XSLT 2.0 in .NET

The Code Project Latest Articles, December 22, 2011
Views: 326 | Hits 40

XSLT 2.0 in .NET...

IKVM.NET 0.46 Update 1 Release Candidate 0

IKVM.NET Weblog, December 21, 2011
Views: 266 | Hits 4

IKVM.NET 0.46 is the last OpenJDK 6 based release, so it will be supported longer than usual. I haven't yet decided how long exactly, but in any case here is a release candidate for...

Accessibility, Visibility and Transparency

IKVM.NET Weblog, December 19, 2011
Views: 273 | Hits 5

There are a couple of subtle differences between the JVM and CLR with respect to member accessibility. For example, the JVM will allow you to access public members in non-public bas...

Quick prototyping with XML/XSD and T4 templates.

The Code Project Latest Articles, December 16, 2011
Views: 649 | Hits 20

T4 templetes with built-in support for CRUD operations, that utilize XML/XSD for DAL/BLL generation...

The XML Methods in SQL Server

Simple Talk, December 8, 2011
Views: 196 | Hits 6

The XML Data type has definite uses, but the way of interrogating, retrieving, and manipulating the values of properties and attributes within XML have been so foreign to the SQL language as to be som...

Automated Build and Deployment with Windows Azure SDK 1.6

Tom Hollanders blog, December 6, 2011
Views: 412 | Hits 6

A few months ago I posted on how to automate deployment of Windows Azure projects using MSBuild. While the approach documented in that post continues to work, Windows Azure SDK 1.6 has introduced some...

IKVM.NET 7.0 Released

IKVM.NET Weblog, December 5, 2011
Views: 283 | Hits 8

I've releasedIKVM.NET 7.0 to SourceForge. The binaries are identical to the ones in release candidate 0. Release Notes This document lists the improvements, known issues an...

Custom Modifiers

IKVM.NET Weblog, December 2, 2011
Views: 291 | Hits 7

As I wrote earlier today, the theme of today's snapshot is custom modifiers, but I decided to expand a bit on that, since they are a relatively unknown feature of .NET. In the e...

Function Pointer Types

IKVM.NET Weblog, December 2, 2011
Views: 296 | Hits 5

In today's snapshot I also added support for function pointer types. The CLI supports both managed and unmanaged function pointer types, however both are unverifiable. Here's a ...

Time and Weather, with RSS, XML, SNTP and Netduino

MSDN: Coding4Fun, November 18, 2011
Views: 306 | Hits 17

As winter approaches I thought this project was a good fit for our Hardware Friday post. It's a pretty cool "First" project too![Netduino Plus] SNTP clock / RSS news readerHere's my first project wi...

IKVM.NET 7.0 Release Candidate 0

IKVM.NET Weblog, November 14, 2011
Views: 269 | Hits 8

The first release candidate is available. No changes (except the version number andstrong naming)relative to the last development snapshot. What's New (relative to IKVM.NET ...

Managed PE File Types

IKVM.NET Weblog, November 14, 2011
Views: 335 | Hits 22

Just a quick blog about the different types of managed PE files. Here's a table: Description C# compiler switchPE typemachinecorflags MSIL ...

XML Serialization of Generic Dictionary, Multidimensional Array, and Inherited Type, with sharpSerializer .NET

The Code Project Latest Articles, November 9, 2011
Views: 250 | Hits 11

How to serialize to XML, any generic, derived, or other complex type, which XMLSerializer cannot serialize...

Linq-To-XML Style of Node Creation for C++

The Code Project Latest Articles, October 31, 2011
Views: 291 | Hits 10

Linq-To-XML Node Creation for Native C++...

Windows Runtime (aka WinRT) Thoughts

IKVM.NET Weblog, October 10, 2011
Views: 298 | Hits 18

Confusion After the Build keynote many people were confused. I think there were three main reasons for that: 1) Metro Style Apps and Windows Runtime APIs were introduced together, 2)...

An easy way to create Side by Side registrationless COM Manifests with Visual Studio

Rick Strahls WebLog, October 9, 2011
Views: 279 | Hits 7

Here's something I didn't find out until today: You can use Visual Studio to easily create registrationless COM manifest files for you with just a couple of small steps. Registrationless COM lets you ...

An easy way to create Side by Side COM Manifests with Visual Studio

Rick Strahls WebLog, October 9, 2011
Views: 274 | Hits 6

Here's something I didn't find out until today: You can use Visual Studio to easily create registrationless COM manifest files for you with just a couple of small steps. Registrationless COM lets you ...

Xslt 1.0 biggest issues (kind of) solved

XmlTeams WebLog, October 9, 2011
Views: 260 | Hits 17

Xslt 1.0 has a number of issues that can make the life of an Xml developer frustrating. A lot of them are addressed by Xslt 2.0. Unfortunately the .NET Framework does not have an Xslt 2.0 compliant pr...

The world has moved on, have you? Xml APIs you should avoid using.

XmlTeams WebLog, October 9, 2011
Views: 278 | Hits 34

There is a few Xml APIs you should not be using. In some cases the complier makes this obvious the API is marked as obsolete and you will get a warning when compiling an application that uses any of ...

Effective Xml Part 4: Let me project this (Xml file) for you

XmlTeams WebLog, September 27, 2011
Views: 312 | Hits 11

Xml is ubiquitous. No doubt about it. It is being used almost everywhere and almost by everyone. This includes places where huge amounts of data are being processed. This means xml files (or streams) ...

Effective Xml Part 5: Something went really wrong OutOfMemoryException and StackOverflowException thrown when using XslCompiledTransform

XmlTeams WebLog, September 27, 2011
Views: 254 | Hits 10

So, your application is crashing and it is crashing in the bad way. After spending hours of debugging and trying different things you figured out that this is this Xslt stylesheet that causes all the ...