final year project help!!!!!

Please support our Computer Science advertiser: Learn about neural networks and artificial intelligence.
Reply

Join Date: Oct 2006
Posts: 9
Reputation: qwest21 is an unknown quantity at this point 
Solved Threads: 0
qwest21 qwest21 is offline Offline
Newbie Poster

final year project help!!!!!

 
0
  #1
Oct 8th, 2006
Hi everyone,
I know you must have heard this from every one else but i need some guidence on my final year project...... I have to develop a software to do e- ordering on a fast food store, i need help on whats the best programming language i can use to do this

thanks
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 16
Reputation: peterbyrne is an unknown quantity at this point 
Solved Threads: 1
peterbyrne peterbyrne is offline Offline
Newbie Poster

Re: final year project help!!!!!

 
0
  #2
Oct 8th, 2006
I would recommend a .NET language - Personally I prefer c#, but you can use any .NET language since all .NET languages compile to the same Intermediate code (IL) that is interpretted by the CLR (Common Language Runtime) - At the moment there are about 10.000 classes/interfaces available in .NET so you should be able to find classes which will allow you to do just about anything you want.
You are restricted only by your imagination.
A word of advice from an experienced developer: Plan your project carefully before you write any code at all. It will save you alot of time in the end!
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 3,114
Reputation: WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of 
Solved Threads: 281
Moderator
WaltP's Avatar
WaltP WaltP is offline Offline
Posting Sensei

Re: final year project help!!!!!

 
0
  #3
Oct 8th, 2006
Or you could stay away from .NET so you have cross platform compatability and go with C++, C, Pascal, even Real Basic.
The 3 Laws of the Procrastination Society:
1) Never do today that which can be put off until tomorrow
2) Tomorrow never comes
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 16
Reputation: peterbyrne is an unknown quantity at this point 
Solved Threads: 1
peterbyrne peterbyrne is offline Offline
Newbie Poster

Re: final year project help!!!!!

 
0
  #4
Oct 8th, 2006
Just curious to know what platforms are not capable of installing the .NET framework?
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 3,114
Reputation: WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of 
Solved Threads: 281
Moderator
WaltP's Avatar
WaltP WaltP is offline Offline
Posting Sensei

Re: final year project help!!!!!

 
0
  #5
Oct 9th, 2006
Originally Posted by peterbyrne View Post
Just curious to know what platforms are not capable of installing the .NET framework?
Easier to ask what platforms can.

Windows XP & I believe Windows 2000.
The 3 Laws of the Procrastination Society:
1) Never do today that which can be put off until tomorrow
2) Tomorrow never comes
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 16
Reputation: peterbyrne is an unknown quantity at this point 
Solved Threads: 1
peterbyrne peterbyrne is offline Offline
Newbie Poster

Re: final year project help!!!!!

 
0
  #6
Oct 9th, 2006
Originally Posted by WaltP View Post
Easier to ask what platforms can.

Windows XP & I believe Windows 2000.
You are a politicion - You answer a question by posing a different question and not answering the original question
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 3,114
Reputation: WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of 
Solved Threads: 281
Moderator
WaltP's Avatar
WaltP WaltP is offline Offline
Posting Sensei

Re: final year project help!!!!!

 
0
  #7
Oct 9th, 2006
Originally Posted by peterbyrne View Post
Originally Posted by WaltP View Post
Easier to ask what platforms can.

Windows XP & I believe Windows 2000.
You are a politicion - You answer a question by posing a different question and not answering the original question
Excuse me? I answered the reverse of the question which, using the commutative property of mathmatics, answers the original question. So I must be a mathematician. Either that or list 200+ platforms that can't handle .NET -- which I would argue does not answer the question because no one would be able to accurately list them all. I therefore chose to list all that could instead, implying none of the others could.

If you have a problem with that, please explain why.
The 3 Laws of the Procrastination Society:
1) Never do today that which can be put off until tomorrow
2) Tomorrow never comes
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 16
Reputation: peterbyrne is an unknown quantity at this point 
Solved Threads: 1
peterbyrne peterbyrne is offline Offline
Newbie Poster

Re: final year project help!!!!!

 
0
  #8
Oct 9th, 2006
I detect just a little .NET hostility here. I guess you must be one of the members of the "lets all hate Microsoft club". Thats a rather tiresome debate that has been running for years and will probably do so for many more to come and is something I shall leave to others.

Meanwhile, back to the topic of this thread which was you may remember posted by an up and coming developer who wanted to possibly develop an e-commerce type application for a final-year project. An application of this type requires interaction with a web-server, web-pages and a database. Now for rapid application development of an application of this type I would suggest that ASP.net using whatever .NET language the developer is most comfortable with is one of the best routes to follow. Another alternative might be Java.

I would definitely not suggest C++, C or Pascal. I have no experience of Real Basic so I will have to bow to you greater knowledge.

Incidentally, any platform which can convert from IL to native machine code can use the .NET framework.
That is the whole point of IL. If a .NET application is a 'PURE' .NET application in that 1) It is Safe Code (No pointers) 2) All managed code. 3) Free of P/Invoke (Platform Invoke) then the operating system is irrelevant.

Since IL is generic, it is NOT tied to any CPU or any hardware platform. I do agree with you that at the moment it is only fully supported by the Windows platform but it is already possible for IL to run on Linux - Have you heard of Mono? - JIT compilation to native code from IL will be supported by many more platforms within a few years.

Compare the age C/C++ was born around the early 1970's - it still has its place (and always will in certain areas) but it was born, it blossomed and will over the next few years begin to wither and die. It had a good innings 30+ years is pretty good for a programming language indeed and as I said it will remain a force for a while yet.

Compare it to .Net which is still a baby by comparison only four years old and there is already a high demand for developers using .NET languages - just search the job market to confirm this assertion. Businesses want .NET developers.

Now if I was doing my final year project I would look to the future and would not see it in C or C++. Sure legacy code will be around for many years and I have no doubt will keep me in work for many more years yet but lets face it who still programs in what was once the de facto business language COBOL?

Things change with the passage of time and most of us move on :-)
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 3,114
Reputation: WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of 
Solved Threads: 281
Moderator
WaltP's Avatar
WaltP WaltP is offline Offline
Posting Sensei

Re: final year project help!!!!!

 
0
  #9
Oct 10th, 2006
Originally Posted by peterbyrne View Post
I detect just a little .NET hostility here. I guess you must be one of the members of the "lets all hate Microsoft club". Thats a rather tiresome debate that has been running for years and will probably do so for many more to come and is something I shall leave to others.
You have a very odd way of interpreting my response to your question. All I said is there are many platforms (O/S). And the only ones that can handle .NET are Windows XP and 2000. Please reread my posts and stop lookig for hostility towards M$. You stated one side. For completeness I stated another. You asked a followup question, I answered it, which was .NET has limited platforms available. C/C++ is on many more platforms, as well as PHP. I answered your question without errors -- unless you know of other platforms besides the two I mentioned. If so, please inform the rest of us.
The 3 Laws of the Procrastination Society:
1) Never do today that which can be put off until tomorrow
2) Tomorrow never comes
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 16
Reputation: peterbyrne is an unknown quantity at this point 
Solved Threads: 1
peterbyrne peterbyrne is offline Offline
Newbie Poster

Re: final year project help!!!!!

 
0
  #10
Oct 10th, 2006
Quote "unless you know of other platforms besides the two I mentioned. If so, please inform the rest of us. "

Be informed

http://news.zdnet.co.uk/software/dev...9154054,00.htm



http://www.mono-project.com/Mono:About

regards
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Computer Science Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC