473,386 Members | 1,712 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

.NET Basic Question

Hello All ,

I need to know the Platform indenpendcy of .Net Framework , Like java
..... .net is platform independent or not
Please answers me , as i am not aware about much in .net frame work

regards
Deepak

Nov 28 '06 #1
12 1301
I don't know what the hell you are asking but I will take a stab at it.

Are you asking how independent the .NET platform is? Like how Java is
platform independent? In other words, Java can run on anything.

If that's the case, then no, .NET is not "universal". It will only run
on Microsoft based platforms (Windows, CE, etc).

Someone correct me if I'm wrong.

cbmeeks
http://www.codershangout.com
On Nov 28, 7:46 am, "Deepak Singh Sawner" <DeepakSinghTo...@gmail.com>
wrote:
Hello All ,

I need to know the Platform indenpendcy of .Net Framework , Like java
.... .net is platform independent or not
Please answers me , as i am not aware about much in .net frame work

regards
Deepak
Nov 28 '06 #2
I don't think that's correct.

see http://www.mono-project.com/Main_Page

HTH

Nov 28 '06 #3
In theory it is platform independent. However, in practice, the real
support is only on windows. There are projects out there to provide support
for other platforms (e.g Mono), but those tend to not be complete
implementations.

In theory it is platform independent, because everything is compiled to an
intermediate language. Any platform can have support to interpret the IL
into real code and run it appropriately for that platform. But again, the
efforts to provide this on anything othe the windows seem to be relatively
small and I wouldn't rely on them.

So for practical purposes, I would say .NET runs only on windows.

"cbmeeks" <cb*****@gmail.comwrote in message
news:11**********************@j72g2000cwa.googlegr oups.com...
>I don't know what the hell you are asking but I will take a stab at it.

Are you asking how independent the .NET platform is? Like how Java is
platform independent? In other words, Java can run on anything.

If that's the case, then no, .NET is not "universal". It will only run
on Microsoft based platforms (Windows, CE, etc).

Someone correct me if I'm wrong.

cbmeeks
http://www.codershangout.com
On Nov 28, 7:46 am, "Deepak Singh Sawner" <DeepakSinghTo...@gmail.com>
wrote:
>Hello All ,

I need to know the Platform indenpendcy of .Net Framework , Like java
.... .net is platform independent or not
Please answers me , as i am not aware about much in .net frame work

regards
Deepak

Nov 28 '06 #4
"Marina Levit [MVP]" <so*****@nospam.comwrote in message
news:On**************@TK2MSFTNGP04.phx.gbl...
In theory it is platform independent. However, in practice, the real
support is only on windows. There are projects out there to provide
support for other platforms (e.g Mono), but those tend to not be complete
implementations.

In theory it is platform independent, because everything is compiled to an
intermediate language. Any platform can have support to interpret the IL
into real code and run it appropriately for that platform. But again, the
efforts to provide this on anything othe the windows seem to be relatively
small and I wouldn't rely on them.

So for practical purposes, I would say .NET runs only on windows.
That is without doubt the most sensible and succinct appraisal of the Mono
"implementation" I've ever heard.

My car runs on petrol. There are websites which tell me how I can run it on
vegetable oil - if I followed their advice I might save a little bit of
money until the day when it all suddenly stopped working and I have to
replace the entire engine. Maybe not a problem if I only use my car to drive
to the corner shop and back, but if I'm a taxi driver then I'm faced with
serious loss of income.

..NET runs on Windows and on other platforms via Mono.

..NET runs properly on Windows.
Nov 28 '06 #5
Bottom line here is how and why do you want to run .net on different
platforms...
There is a way to make .net run on other platforms

Theriotically it should not be limited by platform as all of the code
will get convert to IL. and yes there are practical issues while
porting them..

As told by Mark Rae
..NET runs on Windows and on other platforms via Mono.
..NET runs properly on Windows.

Thanks
-Srinivas.
Deepak Singh Sawner wrote:
Hello All ,

I need to know the Platform indenpendcy of .Net Framework , Like java
.... .net is platform independent or not
Please answers me , as i am not aware about much in .net frame work

regards
Deepak
Dec 5 '06 #6
At the risk of showing off:

http://www.peredur.uklinux.net/msc/
Peter

"Duggi" <Du***************@gmail.comwrote in message
news:11**********************@l12g2000cwl.googlegr oups.com...
Bottom line here is how and why do you want to run .net on different
platforms...
There is a way to make .net run on other platforms

Theriotically it should not be limited by platform as all of the code
will get convert to IL. and yes there are practical issues while
porting them..

As told by Mark Rae
.NET runs on Windows and on other platforms via Mono.
.NET runs properly on Windows.

Thanks
-Srinivas.
Deepak Singh Sawner wrote:
>Hello All ,

I need to know the Platform indenpendcy of .Net Framework , Like java
.... .net is platform independent or not
Please answers me , as i am not aware about much in .net frame work

regards
Deepak

Dec 5 '06 #7
Looks interesting i'll dip into that from time to time ! :)

what is an n-tier application?

Thanks,

Gary-

Peter Bradley wrote:
At the risk of showing off:

http://www.peredur.uklinux.net/msc/
Peter

"Duggi" <Du***************@gmail.comwrote in message
news:11**********************@l12g2000cwl.googlegr oups.com...
Bottom line here is how and why do you want to run .net on different
platforms...
There is a way to make .net run on other platforms

Theriotically it should not be limited by platform as all of the code
will get convert to IL. and yes there are practical issues while
porting them..

As told by Mark Rae
.NET runs on Windows and on other platforms via Mono.
.NET runs properly on Windows.

Thanks
-Srinivas.
Deepak Singh Sawner wrote:
Hello All ,

I need to know the Platform indenpendcy of .Net Framework , Like java
.... .net is platform independent or not
Please answers me , as i am not aware about much in .net frame work

regards
Deepak
Dec 5 '06 #8
:)

It's explained in the text - but in short, it's an application that splits
its logic into tiers, the most usual of which are 'presentation', 'business
logic' and 'data access'. Adding the term 'distributed' into the mix means
that the tiers execute in separate processes: typically on separate
computers.

HTH
Peter

<ga********@myway.comwrote in message
news:11*********************@l12g2000cwl.googlegro ups.com...
Looks interesting i'll dip into that from time to time ! :)

what is an n-tier application?

Thanks,

Gary-

Peter Bradley wrote:
>At the risk of showing off:

http://www.peredur.uklinux.net/msc/
Peter

"Duggi" <Du***************@gmail.comwrote in message
news:11**********************@l12g2000cwl.googleg roups.com...
Bottom line here is how and why do you want to run .net on different
platforms...
There is a way to make .net run on other platforms

Theriotically it should not be limited by platform as all of the code
will get convert to IL. and yes there are practical issues while
porting them..

As told by Mark Rae
.NET runs on Windows and on other platforms via Mono.
.NET runs properly on Windows.

Thanks
-Srinivas.
Deepak Singh Sawner wrote:
Hello All ,

I need to know the Platform indenpendcy of .Net Framework , Like java
.... .net is platform independent or not
Please answers me , as i am not aware about much in .net frame work

regards
Deepak

Dec 5 '06 #9
Peter,

The quotation you tried to recall in the conclusion of your dissertation is
from Samuel Johnson:

http://www.samueljohnson.com/dogwalk.html

Bill Coan
bi******@wordsite.com
"Peter Bradley" <pb******@uwic.ac.ukwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
At the risk of showing off:

http://www.peredur.uklinux.net/msc/
Peter

"Duggi" <Du***************@gmail.comwrote in message
news:11**********************@l12g2000cwl.googlegr oups.com...
>Bottom line here is how and why do you want to run .net on different
platforms...
There is a way to make .net run on other platforms

Theriotically it should not be limited by platform as all of the code
will get convert to IL. and yes there are practical issues while
porting them..

As told by Mark Rae
.NET runs on Windows and on other platforms via Mono.
.NET runs properly on Windows.

Thanks
-Srinivas.
Deepak Singh Sawner wrote:
>>Hello All ,

I need to know the Platform indenpendcy of .Net Framework , Like java
.... .net is platform independent or not
Please answers me , as i am not aware about much in .net frame work

regards
Deepak


Dec 5 '06 #10
Absolutely magic. I am much in your debt, Bill.

Peter
"Bill Coan" <bi******@wordsite.comwrote in message
news:Oz**************@TK2MSFTNGP05.phx.gbl...
Peter,

The quotation you tried to recall in the conclusion of your dissertation
is from Samuel Johnson:

http://www.samueljohnson.com/dogwalk.html

Bill Coan
bi******@wordsite.com
"Peter Bradley" <pb******@uwic.ac.ukwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>At the risk of showing off:

http://www.peredur.uklinux.net/msc/
Peter

"Duggi" <Du***************@gmail.comwrote in message
news:11**********************@l12g2000cwl.googleg roups.com...
>>Bottom line here is how and why do you want to run .net on different
platforms...
There is a way to make .net run on other platforms

Theriotically it should not be limited by platform as all of the code
will get convert to IL. and yes there are practical issues while
porting them..

As told by Mark Rae
.NET runs on Windows and on other platforms via Mono.
.NET runs properly on Windows.

Thanks
-Srinivas.
Deepak Singh Sawner wrote:
Hello All ,

I need to know the Platform indenpendcy of .Net Framework , Like java
.... .net is platform independent or not
Please answers me , as i am not aware about much in .net frame work

regards
Deepak



Dec 5 '06 #11
Duggi <Du***************@gmail.comwrote:
Bottom line here is how and why do you want to run .net on different
platforms...
There is a way to make .net run on other platforms

Theriotically it should not be limited by platform as all of the code
will get convert to IL. and yes there are practical issues while
porting them..

As told by Mark Rae
.NET runs on Windows and on other platforms via Mono.
.NET runs properly on Windows.
To be pedantic, .NET itself *only* runs on Windows. However, .NET is
just *an* implementation of the Common Language Infrastructure (CLI)
and there are others, such as Mono. In other words, Mono isn't an
implementation of .NET, it's an implementation of the CLI, in a similar
way to Apache and IIS both being web server implementations rather than
Apache being an implementation of IIS.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Dec 5 '06 #12
hey, I wasn't aware of that. That is cool!

Thanks...I sit corrected.

cbmeeks

-----------------------------------------
Are you a programmer?
http://www.codershangout.com

ga********@myway.com wrote:
I don't think that's correct.

see http://www.mono-project.com/Main_Page

HTH
Dec 6 '06 #13

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

Similar topics

6
by: pauldepstein | last post by:
I am reading Grimshaw and Ortega's "C++ and Numerical Methods." They construct a vector class which contains the variable vec, a float* variable where the length of the array (number of...
6
by: DH | last post by:
I have a VERY basic question about figuring database size. I've inherited a database which is generally similar to this basic one: Item, Red, Blue, Green, Yellow (text), (int),(int),(int),(int)...
9
by: Malcolm | last post by:
After some days' hard work I am now the proud possessor of an ANSI C BASIC interpreter. The question is, how is it most useful? At the moment I have a function int basic(const char *script,...
4
by: Ramesh | last post by:
hi, Let me ask some basic questions. Can anybody explain me about the following questions: 1. When we have to create sn key? Whenever we compiled Component we have to create or it is a one time...
13
by: Pete | last post by:
I'm cross posting from mscom.webservices.general as I have received no answer there: There has been a number of recent posts requesting how to satisfactorily enable BASIC authorization at the...
5
by: Aussie Rules | last post by:
Hi, Having a mental block on this one. Have done it before but can't rack my brain on how... I have an object, with a bunch on property, and I add that object to a combo box. I want the...
4
by: MikeB | last post by:
I've been all over the net with this question, I hope I've finally found a group where I can ask about Visual Basic 2005. I'm at uni and we're working with Visual Basic 2005. I have some books, ...
1
by: frankhanretty | last post by:
Do I have to install Visual basic on the remote terminals as I did on the server? I have an visual basic 5 application running fine on my client's server and he is now networked. He wants to run the...
4
by: Chris Asaipillai | last post by:
Hi there My compay has a number of Visual Basic 6 applications which are front endeed onto either SQL Server or Microsoft Access databases. Now we are in process of planning to re-write these...
3
by: Scott Stark | last post by:
Hello, I'm trying to get a better handle on OOP programming principles in VB.NET. Forgive me if this question is sort of basic, but here's what I want to do. I have a collection of Employee...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.