Jump to content
Xtreme .Net Talk

.net framework


Recommended Posts

Guest hesaigo999ca
Posted

I am a bit confused with .net

I would like to know a direct answer

to my question.

If I deploy and /or publish (asp) an

application using .net....will it make

an encapsulated program for me

or will it make the .exe need to run

only on machines that have the .net

framework installed.

Please explain with detail so I can do

some extra searches on the web for this.

Thanks

  • Leaders
Posted

it will make an exe that needs the .net framework to run. are you familiar with Java? while in the details (search research.microsoft.com) of the CLR are quite a bit different, at 30,000 feet, they are fairly similiar. Not sure what details you want really, .net programs aren't compiled to machine code, instead to Common Intermediate Language which the CLR handles. Take a look at this and see if it answers your questions.

http://research.microsoft.com/~emeijer/papers/CLR.pdf

--tim
Guest hesaigo999ca
Posted

This much I have read up about...but I thought that the CLR would produce a compiled .exe that was portable....I am aware that Java would need what ever .zip or .jar files to run....but these would be specific to the contained classes or objects needed...however .net as I understand it...needs to install the full 80 mbs. of framework....a lot more than i would need in java.

I guess maybe I should read up on how to split off the dependencies from the whole so that the program can run without having to install the whole framework and just use the

same principle as Java....Thanks for you time...and please let me know if I was erroneous

Guest hesaigo999ca
Posted

Thanks....I appreciate the info

I still haven't finished my project yet...so I don't

know how the deployment package size will turn out...hope it

fits on 1 cd!!!

That burger must be a WHOPPER!

Cio

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...