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

Advice on learning web page creation and database integration

Hi all,

I have been charged with learning how to create web pages that will
function as data capturing tools. From the research I have done, it
looks like I need to learn ASP.net and SQL Server (langauge and how to
create databases in SQL Server). My question is where is the best
place to start learning these tools? Are courses in ASP.NET and Intro
to SQL server where I should start or are there even more basic items
I need to learn first? FYI, I do know how to develop databases in
Access and I have dabbled a little in SQL Server 2000 although my
confidence level is not the highest in SQL. I do have Dreamweaver 8.0
and I am thinking about downloading SQL Server 2005 Express Edition
because it is free. Any thoughts and advice would be greatly
appreicated.

Thanks!
Lauren

Jul 5 '07 #1
2 3144
On Thu, 05 Jul 2007 10:24:02 -0700, lm*****@dorland.com wrote:
>Hi all,

I have been charged with learning how to create web pages that will
function as data capturing tools. From the research I have done, it
looks like I need to learn ASP.net and SQL Server (langauge and how to
create databases in SQL Server). My question is where is the best
place to start learning these tools? Are courses in ASP.NET and Intro
to SQL server where I should start or are there even more basic items
I need to learn first? FYI, I do know how to develop databases in
Access and I have dabbled a little in SQL Server 2000 although my
confidence level is not the highest in SQL. I do have Dreamweaver 8.0
and I am thinking about downloading SQL Server 2005 Express Edition
because it is free. Any thoughts and advice would be greatly
appreicated.

Thanks!
Lauren
Apart from SQL Server 2005 Express there are many other free databases.
(Oracle Express, DB2 Express, Postgres, Firebird, mySQL)

SQL Server 2005 Express is the best one to use if you are writing
ASP.NET.

I like Robert Viera's books on MSSQL - he is very comprehensive. I
suppose that the new one on beginning SQL Server 2005 would be good
because his books on MSSQL 2000 and MSSQL 7 were both very good.

The revievers at amazon give him 4.5 stars so I guess this is up to his
previous high standards
<http://www.amazon.com/Beginning-Server-2005-Programming-Programmer/dp/0764584332/ref=pd_bbs_sr_2/103-3192375-8572607?ie=UTF8&s=books&qid=1183946938&sr=1-2>

ASP.NET is a pretty big thing. Although you can nearly write
applications without code behind - it's pretty difficult as there always
seems to be something you need to do in the code.

What programming languages do you know? ASP.NET primarily uses VB.NET
or C# (it's very similar to java) for code behind. A very comprehensive
book on ASP.NET is Stephen Walther's "ASP.NET Unleashed" - he walks you
through all aspects of writing ASP.NET with very little server side
code. But it's a huge book - nearly 2000 pages! That's my second
recommendation.
<http://www.amazon.com/ASP-NET-2-0-Unleashed-Stephen-Walther/dp/0672328232/ref=pd_bbs_sr_1/103-3192375-8572607?ie=UTF8&s=books&qid=1183947388&sr=1-1>

Don't use Dreamweaver 8.0 for ASP.NET development unless it has
debugging tools build in. WebMatrix <http://asp.net/webmatrix/is a
free ASP.NET IDE which you should try before Dreamweaver 8.0.

Checkout these newsgroups if you have more questions:

news:microsoft.public.sqlserver.programming

news:microsoft.public.dotnet.framework.aspnet
Jul 9 '07 #2
On Jul 8, 10:20 pm, mark4asp <mark4...@gmail.comwrote:
On Thu, 05 Jul 2007 10:24:02 -0700, lmau...@dorland.com wrote:
Hi all,
I have been charged with learning how to create web pages that will
function as data capturing tools. From the research I have done, it
looks like I need to learn ASP.net and SQL Server (langauge and how to
create databases in SQL Server). My question is where is the best
place to start learning these tools? Are courses in ASP.NET and Intro
to SQL server where I should start or are there even more basic items
I need to learn first? FYI, I do know how to develop databases in
Access and I have dabbled a little in SQL Server 2000 although my
confidence level is not the highest in SQL. I do have Dreamweaver 8.0
and I am thinking about downloading SQL Server 2005 Express Edition
because it is free. Any thoughts and advice would be greatly
appreicated.
Thanks!
Lauren

Apart from SQL Server 2005 Express there are many other free databases.
(Oracle Express, DB2 Express, Postgres, Firebird, mySQL)

SQL Server 2005 Express is the best one to use if you are writing
ASP.NET.

I like Robert Viera's books on MSSQL - he is very comprehensive. I
suppose that the new one on beginning SQL Server 2005 would be good
because his books on MSSQL 2000 and MSSQL 7 were both very good.

The revievers at amazon give him 4.5 stars so I guess this is up to his
previous high standards
<http://www.amazon.com/Beginning-Server-2005-Programming-Programmer/dp...>

ASP.NET is a pretty big thing. Although you can nearly write
applications without code behind - it's pretty difficult as there always
seems to be something you need to do in the code.

What programming languages do you know? ASP.NET primarily uses VB.NET
or C# (it's very similar to java) for code behind. A very comprehensive
book on ASP.NET is Stephen Walther's "ASP.NET Unleashed" - he walks you
through all aspects of writing ASP.NET with very little server side
code. But it's a huge book - nearly 2000 pages! That's my second
recommendation.
<http://www.amazon.com/ASP-NET-2-0-Unleashed-Stephen-Walther/dp/067232...>

Don't use Dreamweaver 8.0 for ASP.NET development unless it has
debugging tools build in. WebMatrix <http://asp.net/webmatrix/is a
free ASP.NET IDE which you should try before Dreamweaver 8.0.

Checkout these newsgroups if you have more questions:

news:microsoft.public.sqlserver.programming

news:microsoft.public.dotnet.framework.aspnet- Hide quoted text -

- Show quoted text -
Thank you so much for you thoughts!

I am an absolute beginner when it comes to writing code so the answer
to your question is I don't really know any code. Basically I have
been charged to learn how to build websites that can integrate with a
database. We use SQL 2000 currently but we most likely will be
upgrading to SQL 2005 next year. I know I have a lot to learn so I am
sure I will be asking lots of questions, doing lots of reading and
lots of practicing! Anyway, with no money for training in the budget,
I need to rely on any resources that are either free or are what I can
afford. I am happy that advice from you and others are out there so
that I can get some idea of where to begin!

Thanks again!
Lauren

Jul 10 '07 #3

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

Similar topics

0
by: Joel Just Joel | last post by:
Good day, dotnet.general Folks, I'm not sure if this is the correct forum for posting general Visual Studio ..NET questions, but I hope so. If not, please forgive and tell me where to post...
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...
26
by: mfasoccer | last post by:
I am sorry if this is an inappropriate place to put this post, if so please delete it. I am wondering about a few things. Do you guys recommend learning C as a second language, as someone who...
4
by: MPA | last post by:
Hi, We are a small company with experience in client-server apps with PowerBuilder and most major databases. We have no internet experience. We are now looking into slimming our main application,...
3
by: Terry Olsen | last post by:
I have a web page that uses a DataGridView to display data from an SQL database. I have added a lot more fields to the SQL database but don't want to have have an extremely wide DataGrid. What...
2
by: Paul Revere | last post by:
Hi, all of you! I am new to this community. I am a web designer and a friend of mine and I have a server and manage websites (mostly ours but also a few clients). I manage the sites and he does...
9
by: Duncan Smith | last post by:
Hello, I find myself in the, for me, unusual (and at the moment unique) position of having to write a web application. I have quite a lot of existing Python code that will form part of the...
23
by: JohnH | last post by:
I'm just recently come to work for an auto brokerage firm. My position involves performing mysterious rites, rituals and magick in order to get information out of their access database. This is...
9
by: Phper | last post by:
Can anyone give me advice on how to learn PHP?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
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
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...
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.