473,385 Members | 1,944 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,385 software developers and data experts.

Will ASP.NET 3.0 work under Visual Studio 2005? And what is a goodnewbie ASP.NET book?

Will ASP.NET 3.0 work under Visual Studio 2005? And what is a good
newbie ASP.NET book?

Subject: Will ASP.NET 3.0 work under Visual Studio 2005? And what is a
good newbie ASP.NET book?

My question is in the title. I have experience with C#, SQL, C++/CLI
and have done exercises in a book on database design, so I'm not a
total beginner, but a recommendation for an intermediate book on
ASP.NET is appreciated.

RL

http://www.microsoft.com/downloads/d...d=333325FD-AE5...

Microsoft .NET Framework 3.5
Brief Description
Microsoft .NET Framework 3.5 contains many new features building
incrementally upon .NET Framework 2.0 and 3.0, and includes .NET
Framework 2.0 service pack 1 and .NET Framework 3.0 service pack 1.
Top of page
System Requirements
Supported Operating Systems: Windows Server 2003; Windows Server 2008;
Windows Vista; Windows XP
Processor: 400 MHz Pentium processor or equivalent (Minimum); 1GHz
Pentium processor or equivalent (Recommended)
RAM:96 MB (Minimum); 256 MB (Recommended)
Hard Disk: Up to 500 MB of available space may be required
CD or DVD Drive: Not required
Display: 800 x 600, 256 colors (Minimum); 1024 x 768 high color, 32-
bit (Recommended)
Jul 11 '08 #1
6 1884
Hi,

http://www.asp.net/learn/ .. have lot of resouce ... vedio , tutorials
every thing you need...
but still if you want a hardcopy
"And what is a good newbie ASP.NET book? ".....

Professional ASP.NET 3.5: In C# and VB (Programmer to Programmer)
(Paperback)
by Bill Evjen (Author), Scott Hanselman (Author), Devin Rader (Author)

this is a good book for end to end learning..

Best of luck

-----------
Munna

www.munna.shatkotha.com/blog
www.munna.shatkotha.com
www.shatkotha.com
Jul 11 '08 #2
"raylopez99" <ra********@yahoo.comwrote in message
news:ad**********************************@34g2000h sf.googlegroups.com...
Will ASP.NET 3.0 work under Visual Studio 2005?
Assuming you mean ASP.NET 3.5, no.
And what is a good newbie ASP.NET book?
http://www.amazon.com/ASP-NET-3-5-Du...5766073&sr=8-1
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jul 11 '08 #3
asp.net 3.0, was 2.0 plus the workflow dll. this works fine with vs 2005.

-- bruce (sqlwork.com)
"raylopez99" wrote:
Will ASP.NET 3.0 work under Visual Studio 2005? And what is a good
newbie ASP.NET book?

Subject: Will ASP.NET 3.0 work under Visual Studio 2005? And what is a
good newbie ASP.NET book?

My question is in the title. I have experience with C#, SQL, C++/CLI
and have done exercises in a book on database design, so I'm not a
total beginner, but a recommendation for an intermediate book on
ASP.NET is appreciated.

RL

http://www.microsoft.com/downloads/d...d=333325FD-AE5...

Microsoft .NET Framework 3.5
Brief Description
Microsoft .NET Framework 3.5 contains many new features building
incrementally upon .NET Framework 2.0 and 3.0, and includes .NET
Framework 2.0 service pack 1 and .NET Framework 3.0 service pack 1.
Top of page
System Requirements
Supported Operating Systems: Windows Server 2003; Windows Server 2008;
Windows Vista; Windows XP
Processor: 400 MHz Pentium processor or equivalent (Minimum); 1GHz
Pentium processor or equivalent (Recommended)
RAM:96 MB (Minimum); 256 MB (Recommended)
Hard Disk: Up to 500 MB of available space may be required
CD or DVD Drive: Not required
Display: 800 x 600, 256 colors (Minimum); 1024 x 768 high color, 32-
bit (Recommended)
Jul 11 '08 #4
On Jul 11, 1:49*am, "Mark Rae [MVP]" <m...@markNOSPAMrae.netwrote:
And what is a good newbie ASP.NET book?

http://www.amazon.com/ASP-NET-3-5-Du.../dp/0470195924...
Thanks M. Rae and Munna. I decided to get the "All in One Dummies"
book rather than the Evjen book, since apparently the Evjen book is
more of a hardcopy reference rather than a teaching book. The Dummies
books, while generally weak overall, do at least teach you something
if you read through them (which I like doing before I even touch a
keyboard).

RL
Jul 12 '08 #5
"raylopez99" <ra********@yahoo.comwrote in message
news:12**********************************@e39g2000 hsf.googlegroups.com...
The Dummies books, while generally weak overall
I would dispute that very strongly. IMO, the "Dummies" series of books
provide an excellent introduction for newbies which, according to the
subject of your OP, is exactly what you are. And nothing wrong with that -
everybody was a newbie on their first day...

The only thing I wish they had done differently is use the word "Beginners"
instead of "Dummies" - not knowing anything about ASP.NET (or any other
subject, for that matter) does not make you "dumb" per se...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jul 12 '08 #6
On Jul 12, 4:46*am, "Mark Rae [MVP]" <m...@markNOSPAMrae.netwrote:
"raylopez99" <raylope...@yahoo.comwrote in message

news:12**********************************@e39g2000 hsf.googlegroups.com...
The Dummies books, while generally weak overall

I would dispute that very strongly. IMO, the "Dummies" series of books
provide an excellent introduction for newbies which, according to the
subject of your OP, is exactly what you are. And nothing wrong with that -
everybody was a newbie on their first day...

The only thing I wish they had done differently is use the word "Beginners"
instead of "Dummies" - not knowing anything about ASP.NET (or any other
subject, for that matter) does not make you "dumb" per se...

--
Mark Rae
ASP.NET MVPhttp://www.markrae.net
Well I bought Wrox for dB programming using C#, which I'm familiar
with, and I learned SQL and dB theory 'Third Normal Form' etc, so I'm
not a total newbie (the GUI is the most important part of a dB, once
you figure out the all important dB architecture I've concluded).
Also I actually had a working dB program in Visual Basic after a week
of tinkering.

The Dummies books are, like you say, for beginners, but they're pretty
primitive. These languages need very specific instructions to learn
I've found--e.g., traversing a collection of objects in a database is
very specific to the framework they are using (i.e. "Grid" layout),
another example is the connection string parameters which are always a
pain and seem to break everytime the Administrator makes the slightest
change in the network-- and this stuff you only learn with specific
step-by-step examples--hopefully the Dummies book will have that--
though after a while if you know Interfaces and enough programming you
can figure it out yourself. An excellent author I found is Frasier,
another is Sells, and Karli Watson is another. But all of their books
(and every book on Computer Science, as has been noted) are full of
typos and errors, which makes learning very hard, for the reason I
outlined above.

RL
Jul 12 '08 #7

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

Similar topics

4
by: interwanderer | last post by:
something very odd... I have installed visual studio 2005 on my machine. I created a console application with visual basic 2005 or C#. I typed something in. tried to delete.. but i couldn't I...
54
by: m.roello | last post by:
In the book: "Working with Microsoft Visual Studio 2005" Craig Skibo wrote: "The power of Visual Studio 2005 lies in its ability to empower users to build, test, and debug powerful applications...
5
by: Nathan Sokalski | last post by:
I recently upgraded from Visual Studio .NET 2003 to Visual Studio .NET 2005. Visual Studio .NET 2005 does not create the Global.asax files that Visual Studio .NET 2003 did, which I used for...
12
by: Nathan Sokalski | last post by:
I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET 2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a *.dll with the name of the Project to a /bin/...
1
by: HandersonVA | last post by:
can anyone recommand a book for ASP.NET with visual studio 2005? I am a totally noob on this subject and I have a ASP.NET Kick Start, but it seems to be hard for me to follow the direction since it...
1
by: seacoff | last post by:
Hi I just installed Visual Studio 2005 90 day trial which comes with the sql server express database I want to run the sample application 2-2--5 Building a Mobile Book Catalog with Visual Studio...
3
by: Amit | last post by:
Hello group, I"m new to COM Interop and Add-Ins. Today I was reading an article that says: "Use Visual Studio Tools for the Microsoft Office System to create a new Excel Workbook project in...
1
by: fishjelly | last post by:
How to edit and delete the data stored in xml file using C# and visual studio 2005 through user input? For example: for this xml document... <MenuRoot> <Books> <book> <title> ABC </title>...
2
by: deccio | last post by:
I have create an activex Control with Visual studio 2005 and framework 2.0 in c# to add drag & drop functionality to upload multi file. When I use it in a windows form it work fine. Infact if I...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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,...

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.