Creating a schema and parser in 5 minutes
Monday, February 8, 2010 at 9:03AM In this short article I will demonstrate how to create a schema and a parser object for an existing xml file in 5 minutes.
.Net,
schema,
xml in
.net tools
Monday, February 8, 2010 at 9:03AM In this short article I will demonstrate how to create a schema and a parser object for an existing xml file in 5 minutes.
.Net,
schema,
xml in
.net tools
Thursday, January 21, 2010 at 9:16PM In this article I cover Interprocess Communication through the use of shared memory. Shared Memory facilities in Windows is implemented using the page file and I have seen it used for integrating with legacy applications. A typical case is a legacy application that is at the end of its lifecycle and is in the process to be replaced or a real-time application that consumes or produces data.
.Net,
c#,
shared memory in
interprocess communication,
ipc,
messaging
Tuesday, December 8, 2009 at 9:14PM Applications whose services are layered/modular are often composed of a set of collaborating tasks within a process. To simplify interfaces and design, minimize maintenance costs, and maximize reuse, these tasks should have the following properties.
.Net,
c#,
message queue,
thread in
messaging
Monday, December 7, 2009 at 11:18PM
Updated on Wednesday, March 10, 2010 at 10:39PM by
Laureano Lopez
In my previous project I developed software components used in large scale real time simulations. In many of the components I wrote, I needed to know a certain amount of time had passed before doing something. I needed timing information that was more accurate, a timer that was more consistent during certain loads and had greater resolution.
.Net,
c#,
c# timer,
multimedia timer