473,396 Members | 2,055 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,396 software developers and data experts.

Advice on asp.net for comercial programmer

Im looking for advice on migrating from asp to asp.net.
If someone can answer a few questions please.

1) What time frames should I allow for getting upto speed in asp/vb .net
from a comercial asp & vb6 background.

2) What development packages should I use, reccomended.

3) Setting up a Test Server, is windows small business server good enough to
test against.

What else do I need or what else should i ask ?

I have too start a major web based project that should take 6 months and was
wondering if I should develop it in .net

Regards
Don Grover



Nov 18 '05 #1
4 1071
Hi Don,
1) What time frames should I allow for getting upto speed in asp/vb .net
from a comercial asp & vb6 background.
Hard to say for sure. Many VB6 programmers are hardly programmers at all,
but more like macro designers. However, if you have experience with VB6 as
well as VBScript, you should have some advantage. Still, again, it depends
on how much you know about programming already (which, with VB developers,
can be from almost nothing to almost everything), and particularly, how much
you know about object-oriented, event-driven programming. Could be anywhere
from 6 months to forever.
2) What development packages should I use, reccomended.
Visual Studio.Net is the best proggramming platform. Having a good HTML
editor like FrontPage or Dreamweaver helps a good bit, as VS.Net has a sucky
HTML editor.
3) Setting up a Test Server, is windows small business server good enough to test against.
It depends. A good rule of thumb is, your development platform should
closely mimic your deployment platform. However, you can certainly develop
ASP.Net apps on any Windows OS from Windows 2000 forward, as long as that
version includes IIS.
What else do I need or what else should i ask ?
The Microsoft .Net SDK is free, and a great reference:

http://www.microsoft.com/downloads/d...displaylang=en

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Don Grover" <sp******@assoft.com.au> wrote in message
news:#z**************@TK2MSFTNGP10.phx.gbl... Im looking for advice on migrating from asp to asp.net.
If someone can answer a few questions please.

1) What time frames should I allow for getting upto speed in asp/vb .net
from a comercial asp & vb6 background.

2) What development packages should I use, reccomended.

3) Setting up a Test Server, is windows small business server good enough to test against.

What else do I need or what else should i ask ?

I have too start a major web based project that should take 6 months and was wondering if I should develop it in .net

Regards
Don Grover


Nov 18 '05 #2
Thanks Kevin
Im just a bit weary on starting a large asp.net app in a new environment.

Don


"Kevin Spencer" <ks******@takempis.com> wrote in message
news:eQ**************@TK2MSFTNGP10.phx.gbl...
Hi Don,
1) What time frames should I allow for getting upto speed in asp/vb .net
from a comercial asp & vb6 background.
Hard to say for sure. Many VB6 programmers are hardly programmers at all,
but more like macro designers. However, if you have experience with VB6 as
well as VBScript, you should have some advantage. Still, again, it depends
on how much you know about programming already (which, with VB developers,
can be from almost nothing to almost everything), and particularly, how

much you know about object-oriented, event-driven programming. Could be anywhere from 6 months to forever.
2) What development packages should I use, reccomended.
Visual Studio.Net is the best proggramming platform. Having a good HTML
editor like FrontPage or Dreamweaver helps a good bit, as VS.Net has a

sucky HTML editor.
3) Setting up a Test Server, is windows small business server good
enough to
test against.
It depends. A good rule of thumb is, your development platform should
closely mimic your deployment platform. However, you can certainly develop
ASP.Net apps on any Windows OS from Windows 2000 forward, as long as that
version includes IIS.
What else do I need or what else should i ask ?


The Microsoft .Net SDK is free, and a great reference:

http://www.microsoft.com/downloads/d...displaylang=en
--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Don Grover" <sp******@assoft.com.au> wrote in message
news:#z**************@TK2MSFTNGP10.phx.gbl...
Im looking for advice on migrating from asp to asp.net.
If someone can answer a few questions please.

1) What time frames should I allow for getting upto speed in asp/vb .net
from a comercial asp & vb6 background.

2) What development packages should I use, reccomended.

3) Setting up a Test Server, is windows small business server good
enough to
test against.

What else do I need or what else should i ask ?

I have too start a major web based project that should take 6 months and

was
wondering if I should develop it in .net

Regards
Don Grover



Nov 18 '05 #3
While Kevin clearly has little regard for VB developers, remember that in
reality a language is a language. The tough part is learning how to
identify and create solutions to business problems. Anyone can always learn
another language. Many languages, C for instance (which I have programmed
for 20 years) only has about 22 commands.

If you can program well in ASP and VB, I'd suggest getting the MSPRESS
Step-By-Step books as a crash course in .Net and the framework, and then
perhaps a decent certification book on the language of your choice, because
the cert books give a quick, broad, even if entry-level overview of the
language and Visual Studio.net.

Within a few months you'll be producing real work - even sooner if you
really work hard at it.

I would suggest NOT starting a new project in ASP. You'll regret it next
year for certain.

Dale

"Don Grover" <sp******@assoft.com.au> wrote in message
news:eS**************@TK2MSFTNGP09.phx.gbl...
Thanks Kevin
Im just a bit weary on starting a large asp.net app in a new environment.

Don


"Kevin Spencer" <ks******@takempis.com> wrote in message
news:eQ**************@TK2MSFTNGP10.phx.gbl...
Hi Don,
1) What time frames should I allow for getting upto speed in asp/vb ..net from a comercial asp & vb6 background.


Hard to say for sure. Many VB6 programmers are hardly programmers at all, but more like macro designers. However, if you have experience with VB6 as well as VBScript, you should have some advantage. Still, again, it depends on how much you know about programming already (which, with VB developers, can be from almost nothing to almost everything), and particularly, how

much
you know about object-oriented, event-driven programming. Could be

anywhere
from 6 months to forever.
2) What development packages should I use, reccomended.


Visual Studio.Net is the best proggramming platform. Having a good HTML
editor like FrontPage or Dreamweaver helps a good bit, as VS.Net has a

sucky
HTML editor.
3) Setting up a Test Server, is windows small business server good enough
to
test against.


It depends. A good rule of thumb is, your development platform should
closely mimic your deployment platform. However, you can certainly

develop ASP.Net apps on any Windows OS from Windows 2000 forward, as long as that version includes IIS.
What else do I need or what else should i ask ?


The Microsoft .Net SDK is free, and a great reference:

http://www.microsoft.com/downloads/d...displaylang=en

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Don Grover" <sp******@assoft.com.au> wrote in message
news:#z**************@TK2MSFTNGP10.phx.gbl...
Im looking for advice on migrating from asp to asp.net.
If someone can answer a few questions please.

1) What time frames should I allow for getting upto speed in asp/vb ..net from a comercial asp & vb6 background.

2) What development packages should I use, reccomended.

3) Setting up a Test Server, is windows small business server good enough
to
test against.

What else do I need or what else should i ask ?

I have too start a major web based project that should take 6 months

and was
wondering if I should develop it in .net

Regards
Don Grover




Nov 18 '05 #4
Thanks Dale
I will do some basic development on a seperate machine and see how I go for
a week or two, I still need to learn it so I can use that machine for
ongoing net developement.
I am an Old ASM & Z80 programmer but these days not worth developing in.

The global project im starting on soon will be moving between $100M and 500M
p.a., currently it's national and moves 40-80m p.a. so Its a hard choice
maintaining bad coding as I learn or developing in asp and is less portable.

Anyway Ill seek further info and have a play around for a few week's,

Thank's
Don


"DalePres" <don-t-spa-m-me@lea-ve-me-a-lone--.com> wrote in message
news:u0**************@tk2msftngp13.phx.gbl...
While Kevin clearly has little regard for VB developers, remember that in
reality a language is a language. The tough part is learning how to
identify and create solutions to business problems. Anyone can always learn another language. Many languages, C for instance (which I have programmed
for 20 years) only has about 22 commands.

If you can program well in ASP and VB, I'd suggest getting the MSPRESS
Step-By-Step books as a crash course in .Net and the framework, and then
perhaps a decent certification book on the language of your choice, because the cert books give a quick, broad, even if entry-level overview of the
language and Visual Studio.net.

Within a few months you'll be producing real work - even sooner if you
really work hard at it.

I would suggest NOT starting a new project in ASP. You'll regret it next
year for certain.

Dale

"Don Grover" <sp******@assoft.com.au> wrote in message
news:eS**************@TK2MSFTNGP09.phx.gbl...
Thanks Kevin
Im just a bit weary on starting a large asp.net app in a new environment.

Don


"Kevin Spencer" <ks******@takempis.com> wrote in message
news:eQ**************@TK2MSFTNGP10.phx.gbl...
Hi Don,

> 1) What time frames should I allow for getting upto speed in asp/vb .net > from a comercial asp & vb6 background.

Hard to say for sure. Many VB6 programmers are hardly programmers at all, but more like macro designers. However, if you have experience with VB6
as
well as VBScript, you should have some advantage. Still, again, it depends on how much you know about programming already (which, with VB developers, can be from almost nothing to almost everything), and particularly,
how much
you know about object-oriented, event-driven programming. Could be

anywhere
from 6 months to forever.

> 2) What development packages should I use, reccomended.

Visual Studio.Net is the best proggramming platform. Having a good

HTML editor like FrontPage or Dreamweaver helps a good bit, as VS.Net has a

sucky
HTML editor.

> 3) Setting up a Test Server, is windows small business server good

enough
to
> test against.

It depends. A good rule of thumb is, your development platform should
closely mimic your deployment platform. However, you can certainly

develop ASP.Net apps on any Windows OS from Windows 2000 forward, as long as that version includes IIS.

> What else do I need or what else should i ask ?

The Microsoft .Net SDK is free, and a great reference:

http://www.microsoft.com/downloads/d...displaylang=en

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Don Grover" <sp******@assoft.com.au> wrote in message
news:#z**************@TK2MSFTNGP10.phx.gbl...
> Im looking for advice on migrating from asp to asp.net.
> If someone can answer a few questions please.
>
> 1) What time frames should I allow for getting upto speed in asp/vb .net > from a comercial asp & vb6 background.
>
> 2) What development packages should I use, reccomended.
>
> 3) Setting up a Test Server, is windows small business server good

enough
to
> test against.
>
> What else do I need or what else should i ask ?
>
> I have too start a major web based project that should take 6 months and was
> wondering if I should develop it in .net
>
> Regards
> Don Grover
>
>
>
>
>
>
>



Nov 18 '05 #5

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

Similar topics

5
by: Martin Piper | last post by:
Hi all. I've recently landed myself the position of trainee C++ programmer which I'm extremely pleased about, but also nervous. According to the feedback from the interview, I have a good...
3
by: Oasis | last post by:
Hello, I'm new to c#. I have situation where I want to execute a number of insert statements that differ only in a few dynamic values. When I was a Java programmer, I would do this with a...
3
by: OJLP | last post by:
Hi. I am about to embark on C# learning. I have had limited VB experience. Can anyone offer any advice as to some good books / courses to attend, for a newbie to get the basics as quick as...
5
by: Gustavo De la Espriella | last post by:
I'm refrasing a question I posted earlier because I didn't explain myself. I need an efficient way to make an especific comercial application able to use whatever database the client prefers a...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
8
by: shuisheng | last post by:
Dear All, We meet some problem in our project development and sincerely ask for your kind advice. We took eight months to develop a project system with about 50,000 lines of code. The code is...
53
by: Hexman | last post by:
Hello All, I'd like your comments on the code below. The sub does exactly what I want it to do but I don't feel that it is solid as all. It seems like I'm using some VB6 code, .Net2003 code,...
2
by: oadaniel3 | last post by:
I have an accounting application written in BASIC. Needless to say I'm am losing customers to "windows" apps. Several years ago, we made the decision to rewrite all the modules to run as web apps. ...
21
by: Andy.I | last post by:
Hi I've just finished a collegue cource in beginning Vb.net programmeing, and was supposed to take an advanced cource in VB.net next semester learning more abour object oriented programming. But...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...
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
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,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.