473,569 Members | 2,436 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET executables and XML, i need help :-(

Dear Collegues,

I've developed an application with .NET framework using System.Xml
utilities. But now I can verify that my applications works more slower
than i expected. I think that it's because .NET applications runs in
..NET virtual machine :-( .
It's possible to make a solution where the executable code don't run
in this virtual machine ? I want to creat an exectuable for
architectures Win32 and Win64 but using System.Xml utilities.

By the oder hand Do you know any C++ classes or library (not .NET
based) that allows me to work with XML Technologies (XSD, XSL an XPath) ?
If you can, please send me an email to fr******@guim.n et with the
response

Thanks for your help!

Francesc

Jul 19 '05 #1
2 1413
Francesc Guim Bernat wrote:
Dear Collegues,

I've developed an application with .NET framework using System.Xml
utilities. But now I can verify that my applications works more slower
than i expected. I think that it's because .NET applications runs in
.NET virtual machine :-( .
..Net and XML have nothing to do with the C++ language, so are horribly off
topic here. Go to microsoft.publi c.dotnet.* for a better reply.

To answer your query shortly, execution in a managed environment will slow
your code down, but not much, especially since .Net code is not interpreted
but compiled, so the only slowdowns are memory management and stuff like
array-bounds checking. I have seen certain cases where the System.Xml
classes lacked in performance though. You might try profiling your app and
see which parts eat up the time and try to optimise them.
It's possible to make a solution where the executable code don't
run in this virtual machine ? I want to creat an exectuable for
architectures Win32 and Win64 but using System.Xml utilities.
You cannot create a native executable that'll run native on both Win32 and
Win64. You can create code that'll compile targeting either platform though.
By the oder hand Do you know any C++ classes or library (not .NET
based) that allows me to work with XML Technologies (XSD, XSL an
XPath) ?
Microsoft XML Core Services is pretty good (very fast XSLT engine). I'm not
sure if it has a 64-bit version though. Otherwise, Google is your friend.
If you can, please send me an email to
fr******@guim.n et with the response


When you post to usenet, expect a reply on usenet.

--
Unforgiven

"Most people make generalisations "
Freek de Jonge

Jul 19 '05 #2
While Francesc Guim let a monkey type his work:
By the oder hand Do you know any C++ classes or library (not .NET
based) that allows me to work with XML Technologies (XSD, XSL an XPath) ?
If you can, please send me an email to fr******@guim.n et with the
response


Apache has one called xerces xml.apache.org. If you need one that supports
most character sets, search for XML4C (which is C++-based). XML4C is
basically apache's xerces plus IBM's unicode translations.

--
Nathan Owens
ow*****@cc.gate ch.edu
Georgia Institute of Technology - CS undergrad - Atlanta, GA
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
4986
by: Catalin | last post by:
How can I make executables with python? I found some utilities that claim they can do something like that like Installer and py2exe but they actualy pack the code in a huge arhive! This solves the problem of giving python programs to users who don't have python but doesn't solve the problem of the source "secrecy" (copyright). And the...
3
1853
by: Fuzzyman | last post by:
IS there a tool to make Python Executables (binaries) under Win32... or must people have a distribution of Python to use any scripts I write ? I don't need to hide my source code - but would liek to make it easy for a newbie to use my scripts. Fuzzyman --- Everyone has talent. What is rare is the courage to follow talent to the dark...
7
1527
by: Ravi J | last post by:
What is the best way to transfer files between two .NET executables? I have a service, and a client program. Client asks service for data. The service creates one, and passes it back to client. Both programs run in .NET framework. Given this requirement, how best to approach the issue? Does .NET framework provides any class that can help?...
22
888
by: Sunner Sun | last post by:
Hi, all Since the OS look both ASCII and binary file as a sequence of bytes, is there any way to determine the file type except to judge the extension? Thank you!
9
1407
by: mac | last post by:
when a c program is compiled using 'gcc test.c' 'cannot create c executables is thrown' I cannot able to figure out the problem could anyone help me. Thanks.
20
6150
by: | last post by:
Back in the Old days, I compile a C++ executable, copy the dll's used by this executable to the same folder. Go to another computer, copy that folder locally, double click on the exe file and off we go.... Today, I have a C# .NET executable, I copied the used .NET dll into the same folder. Went to the other computer copied the folder...
2
1828
by: ven | last post by:
I have used C# binary formatter to serialize and deserialize a data structure. However, for the same data format( used by the first executable, the same *.CS files), the second executable gives an error referring to the first assembly name missing, when trying to deserialize the *.dat file. When I rename the second executable to the first...
5
1410
by: VJ | last post by:
I have one VB.NET project, that outputs a "Mycomapny.exe" everytime I do a build. But I need it to output 4 different executables everytime I build. How do I archive this. I am looking at the Project Properties & the Configuration manager. The configuration manager lets me create any number configuration.. but I can seem to choose a different...
1
1723
by: Water Cooler v2 | last post by:
I have a Windows Service I am writing in C# and a set of, let us say three, other executables written in C# (mostly console applications). I want that the Windows Service must do so every few seconds: Check to see if each of the other executables are running or not. If they are not running, it should load them. For this purpose, I am...
1
986
by: Nikolai | last post by:
What is the DOS file I need to edit to fire up executables? I know this is a really basic question, but I cannot figure it out; I even googled it, but no dice. I use old Word Perfect 5.1 for Medical Transcription, and I need prd (which is a macro program) and other programs to fire up when I reboot. Right now I have to reboot and then go into DOS...
0
7703
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7618
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7926
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
6287
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5514
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5223
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3647
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1228
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
946
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.