ASP.NET Beginner trying to screen scrape, where do i start??

A

alan.aylett

Hi,

I have three years experience programming with Java so am programming
language literate. I have to implement a tool to 'screen scrape' and it
is apparent that this is simplest using the .NET framework normally
with C.

I have many examples (with source) that I understand but need help with
the technical basics of ASP.NET.

How does this stuff compile? how to run it? tutorials? good development
environments?

Any input is received greatfully.

Regards,

Alan
 
S

sloan

Since Asp.NET 2.0 just came out, my first advice is to lable your questions
as "1.1" or "2.0".
There are different answers for each, so after you decide which one you will
use, then label your questions appropriately.

Do you already have VS2003 (1.1), or VS2005 (2.0).

Unlike the Java IDE (Borland, etc), the IDE's are a little more hard
connected to the version of VS. (Aka, in Borland , if I remember, you had
some flexibility on which Java version you used).

Do you want free/cheap?
Do you want better?

The "Express" editions are free, but you get some limits, and a few
features. Ex: With VS2005, there is a WebControl ...which allows you to
put an Image on a web page using a stream. This WebControl isn't available
wiht the Express editions.

VS2005 Professional would be what I would get, if free wasn't the biggest
issue.

If not, then you can get the Web Express
Visual Web Developer 2005 Express Edition
(get instructions here
http://www.asp.net/
)

At the end of the day, ASP.NET (development tools) are just super duper
fancy tools for creating html on the client. But they are super-duper, and
make things very nice. Ex, you need a calender on your web page. Drap a
WebControl (a calender) on your IDE web form. Boom. When you compile and
run the page, all the <table><tr><td> tags are created for you....... You
don't have to do it.

You also get "Code Behind" pages, where you can handle events, and get to
your BusinessLayer objects.

...
 
A

alan.aylett

Thanks for the responses,

I think i'm going to use 2.0 and probably start out with the free
development environment, until i have a better feel for the technology.

Any good basic tutorials out there?? other than the microsoft effort.

A
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top