News in the Category:
XML
Total posts: 4063 | Sort by Views | Sort by Hits
The Code Project Latest Articles, February 9, 2012
Views: 173 | Hits 16
The .NET Framework provides XslCompiledTransform which is an XSLT processor 1.0. However this doesn't mean that we cant work with XSLT 2.0 in .NET. This article is for folks who want to use XSLT 2.0 i...
Steven Smith, February 9, 2012
Views: 130 | Hits 2
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...
DevX: .NET Feed, February 8, 2012
Views: 221 | Hits 19
Fluent NHibernate lets you map .NET classes with NHibernate without the need for those cumbersome XML files....
Rick Strahls WebLog, February 8, 2012
Views: 223 | Hits 28
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...
Simple Talk, February 1, 2012
Views: 86 | Hits
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 Weblog, January 24, 2012
Views: 181 | Hits 3
Time for a new snapshot. Not too many changes, but the IKVM.Reflection API changes
should suggest what I've been working on.
Changes:
Updated version to 7.1.4406.0....
The Code Project Latest Articles, January 11, 2012
Views: 300 | Hits 42
XSLT 2.0 in .NET...
IKVM.NET Weblog, January 3, 2012
Views: 178 | 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...
Rick Strahls WebLog, January 2, 2012
Views: 228 | 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...
The Code Project Latest Articles, December 22, 2011
Views: 243 | Hits 40
XSLT 2.0 in .NET...
IKVM.NET Weblog, December 21, 2011
Views: 200 | 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...
IKVM.NET Weblog, December 19, 2011
Views: 206 | 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...
The Code Project Latest Articles, December 16, 2011
Views: 373 | Hits 20
T4 templetes with built-in support for CRUD operations, that utilize XML/XSD for DAL/BLL generation...
IKVM.NET Weblog, December 16, 2011
Views: 313 | Hits 6
I've been doing some cleanup and refactoring and in the process removed some limitations
and fixed a bunch of corner cases.
Changes:
Updated version to 7.1.4366.0. ...
Simple Talk, December 8, 2011
Views: 130 | 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...
Tom Hollanders blog, December 6, 2011
Views: 307 | 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 Weblog, December 5, 2011
Views: 218 | 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...
IKVM.NET Weblog, December 2, 2011
Views: 221 | Hits 6
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...
IKVM.NET Weblog, December 2, 2011
Views: 210 | 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 ...
IKVM.NET Weblog, December 2, 2011
Views: 202 | Hits 2
The theme of this snapshot is custom modifiers. I've been working on ikvmc to make
more use of custom modifiers for fields and constructors that have "special" types
in their sign...
MSDN: Coding4Fun, November 18, 2011
Views: 238 | Hits 16
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 Weblog, November 15, 2011
Views: 236 | Hits 3
Hot on the heels of the 7.0 release candidate, the first development snapshot of 7.1.
The most visible change is a new
feature. The ikvm.lang.DllExport annotation
to export st...
IKVM.NET Weblog, November 14, 2011
Views: 214 | 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
...
IKVM.NET Weblog, November 14, 2011
Views: 253 | Hits 22
Just a quick blog about the different types of managed PE files.
Here's a table:
Description
C# compiler switchPE typemachinecorflags
MSIL
...
The Code Project Latest Articles, November 9, 2011
Views: 175 | Hits 11
How to serialize to XML, any generic, derived, or other complex type, which XMLSerializer cannot serialize...
The Code Project Latest Articles, November 2, 2011
Views: 241 | Hits 12
How to build a blog page using an XML feed...
The Code Project Latest Articles, October 31, 2011
Views: 242 | Hits 10
Linq-To-XML Node Creation for Native C++...
IKVM.NET Weblog, October 31, 2011
Views: 192 | Hits 6
Fixed the remaining known OpenJDK 7 issues, apart from method overriding, which finally
made it into the JVM spec (section 5.4.5), but it's not clear yet what the actual
behavior sh...
IKVM.NET Weblog, October 10, 2011
Views: 243 | 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)...
Rick Strahls WebLog, October 9, 2011
Views: 229 | 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 ...
Rick Strahls WebLog, October 9, 2011
Views: 230 | 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 ...
XmlTeams WebLog, October 9, 2011
Views: 220 | 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...
XmlTeams WebLog, October 9, 2011
Views: 241 | 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 ...
IKVM.NET Weblog, October 7, 2011
Views: 239 | Hits 4
Time for a new snapshot. With the (more or less) completion of java.nio.file the release
is getting closer. There are still some minor issues, but the bulk of the work is
now comple...
XmlTeams WebLog, September 27, 2011
Views: 261 | 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) ...
XmlTeams WebLog, September 27, 2011
Views: 192 | Hits 8
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 ...
XmlTeams WebLog, September 27, 2011
Views: 305 | Hits 27
XPath expressions are pretty flexible. This flexibility allows for very creative ways of using XPath. Unfortunately some of them are suboptimal and cause bad performance of apps. This is especially vi...
XmlTeams WebLog, September 27, 2011
Views: 260 | Hits 14
XslCompiledTransform is fast. Really? Yeah, XslCompiledTransform is fast if used correctly. Indeed, depending on how you use XslCompiledTransform API your transformations can be really fast or n...
+dotNetTemplar+, September 25, 2011
Views: 92 | Hits 2
This blog has been retired. For the foreseeable future, I will maintain the content
here as is.
Check
out my current blog(s).
...
XmlTeams WebLog, September 14, 2011
Views: 252 | Hits 11
This is the first part of a mini-series of blog posts about using Xml on .NET Framework platform in an effective way. Although I will be focusing on .NET Framework platform I hope that at least some o...
IKVM.NET Weblog, September 1, 2011
Views: 274 | Hits 2
The release notes for IKVM.NET have always said "Not implemented" for java.lang.management
and javax.management. This was mostly due to the fact that I don't know very much
about ...
ASP.NET Announcements, September 1, 2011
Views: 279 | Hits 3
New free tool for you. ReloadIt, available on http://reloadit.codeplex.com , will automatically reload an IE tab, when any change is detected in the directory of your choosing. If you use ...
Keyvan Nayyeri, August 19, 2011
Views: 304 | Hits 22
I don’t think I need to talk about the significance of search engine optimization for a site to drive the majority of the visitors to it. A vital part of search engine optimization is the use ...
Code Climber, August 10, 2011
Views: 371 | Hits 37
This August, if you are on holiday and are not in snorkeling in a lagoon in a tropical island, or if you are work but not many things to do due to the summer period, you could spend half an hour (or...
MS-Joe, August 8, 2011
Views: 285 | Hits 8
Software Developer Links of the Week. Amazon Tablet Set to Battle iPad in Fall HTML5: The next generation of web design Chromebooks: Not Flops! What is Microsoft Lightswitch ? HP officially launches w...
MSDN: Coding4Fun, July 29, 2011
Views: 510 | Hits 20
We've seen XBox's flat 2D based Kinect NUI, but that's like wasting a whole "D"! We don't live in a flat world, so neither should our NUI's. Today's project responds to that and shows off controllin...
MSDN: Coding4Fun, July 29, 2011
Views: 332 | Hits 10
Remote control cars are cool, but I want to see what the car is seeing, as if I was in the drivers seat. And I want it to be an uber-off-road capable car. And I want to build it myself. And I want to ...
Clarity Blogs: ASP.NET, July 26, 2011
Views: 176 | Hits 5
I wanted to see exactly how close I could come to making a HTML5 website 'feel' like a native app....
IKVM.NET Weblog, June 23, 2011
Views: 450 | Hits 12
I warned
on the mailing list when this came up, but apparently was ignored,so maybe a blog
post will help.
In one of last year's updates of JDK 6 the cloning vulnerabilit...
Clarity Blogs: ASP.NET, June 21, 2011
Views: 255 | Hits 6
One of the sexy new trends in HTML5 development right now is Page Transitions. One of the first places I noticed Page Transitions in use was the GitHub Repository Explorer; as you click around to dif...