Programming Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsOtherProgramming Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old December 30th, 2007, 05:09 PM
Phoenix1_uk Phoenix1_uk is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2007
Posts: 4 Phoenix1_uk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 57 m 2 sec
Reputation Power: 0
New to ASP.net - which to use€?

A proper newbie question (well to .net). I've programmed in ASP 3 (not dot net) and also VB6. I want to move onto ASP.net 2 now, I will be writting programs for both online and internal. The online is more important as our internal servers are Windows servers so I can run the same programs internally or at least reuse code.

My question therefor is which version of Visual Studio to use and which language. It will be datadriven as I like to avoid writting code where I can! Dynamic website and internal systems.

I look forward to your answers and thank you

Reply With Quote
  #2  
Old December 30th, 2007, 05:27 PM
lewy's Avatar
lewy lewy is offline
Alter Ego Wizard
ASP Free Specialist (4000 - 4499 posts)
 
Join Date: Jun 2004
Location: Edinburg Tx
Posts: 4,376 lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)  Folding Points: 1009 Folding Title: Novice Folder
Time spent in forums: 1 Month 1 Week 1 Day 21 h 21 m 31 sec
Reputation Power: 1391
That depends on your background, like you mentioned, you have vb experience, then go with vb.net
If you have experience using c++ or javascript then go with c#

As far as version of Visual Studio to use, go with VS2008 it's new and it's
what Microsoft supports now and in the future.

If cash is an obstacle, you can always download Visual Studio Express Here
Don't bother with 2005 at all as it's going to be obsolete very soon
__________________
................... ASCII and ye shall receive ..................
Knowledge is the only resource on earth that multiplies when shared


Support the Shemzilla Project
Powered by C#

Reply With Quote
  #3  
Old December 30th, 2007, 05:35 PM
Phoenix1_uk Phoenix1_uk is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2007
Posts: 4 Phoenix1_uk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 57 m 2 sec
Reputation Power: 0
Company will pay for Studio 2008
My VB6 way of working is a bit all over as I did PHP at uni (and hated it!) when I was employeed they thought it was same thing so had to learn very quickly so to me I just want to whilst keeping in my head what I have learnt start at the beginning and make sure my fundermentals are correct :-)

So c# it sounds like then. I downloaded 2008 express today as on New Year/Christmas break. Thank you! Right now to get that Hello World under my belt. We don't have SQL on the server set up at all but I'll read up on that before I start asking repeat questions.


Thank you!


Quote:
Originally Posted by lewy
That depends on your background, like you mentioned, you have vb experience, then go with vb.net
If you have experience using c++ or javascript then go with c#

As far as version of Visual Studio to use, go with VS2008 it's new and it's
what Microsoft supports now and in the future.

If cash is an obstacle, you can always download Visual Studio Express Don't bother with 2005 at all as it's going to be obsolete very soon

Reply With Quote
  #4  
Old December 30th, 2007, 05:47 PM
lewy's Avatar
lewy lewy is offline
Alter Ego Wizard
ASP Free Specialist (4000 - 4499 posts)
 
Join Date: Jun 2004
Location: Edinburg Tx
Posts: 4,376 lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)lewy User rank is General 6th Grade (Above 100000 Reputation Level)  Folding Points: 1009 Folding Title: Novice Folder
Time spent in forums: 1 Month 1 Week 1 Day 21 h 21 m 31 sec
Reputation Power: 1391
What version of Windows do you have?
If you have Xp Pro, then may I suggest for you to install IIS so that you
can run your websites off IIS, this way when they are ready for
production you can easily publish them directly

Also as you begin learning C#, you'll see it's much more rewarding than vb.
This of course is a personal preference of mine, and I'll stick to that

Just like you I've hated vb.

Though I gotta tell you, even though they are
both syntatically different, they generate the same dlls
so the bottom line is they end up being the same as far as
dlls/installations generated.

If you get stuck with code, please create a new thread on our .net forum

Reply With Quote
  #5  
Old December 30th, 2007, 05:54 PM
Phoenix1_uk Phoenix1_uk is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2007
Posts: 4 Phoenix1_uk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 57 m 2 sec
Reputation Power: 0
I have Vista and XP. Ideally I should work on both. The servers are 2003 mind but it's not going on those for now as alot of VB6 stuff on there and we do not want any conflict so prob just be a fast XP Pro machine to begin with, no reason it needs much more at this stage to be honest. Less than 500,000 at most only thing that is slowish at moment is probably Access 97!!

Quote:
Originally Posted by lewy
What version of Windows do you have?
If you have Xp Pro, then may I suggest for you to install IIS so that you
can run your websites off IIS, this way when they are ready for
production you can easily publish them directly

Also as you begin learning C#, you'll see it's much more rewarding than vb.
This of course is a personal preference of mine, and I'll stick to that

Just like you I've hated vb.

Though I gotta tell you, even though they are
both syntatically different, they generate the same dlls
so the bottom line is they end up being the same as far as
dlls/installations generated.

If you get stuck with code, please create a new thread on our .net forum

Reply With Quote
Reply

Viewing: ASP Free ForumsOtherProgramming Help > New to ASP.net - which to use€?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway