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

c# first, then aspx?

I'm learning cs with a friend, and our ultimate goal is to create dbase
driven webpages. We are coming from php backgrounds.

I currently have Learning .net
Nov 18 '05 #1
6 1060
oops, didn't mean to send that, lets start over.

I'm learning c# with a friend, and our ultimate goal is to create dbase
driven webpages. We are coming from php backgrounds and currently we are
workin on a c# book. What I'm wondering is if we should learn cs first, then
start on an ASP book, or if anyone is familiar with this book
Programming Microsoft .NET by Jeff Prosise
http://www.amazon.com/exec/obidos/tg...Fencoding=UTF8
(I have the book but haven't opened it yet)
will it teach relevant cs as you go?

I would assume it'd be best to learn up on c# first, but it's hard to feel
like you are making progress when you are just doing console applications.

Thanks
Nov 18 '05 #2
learn basic C# first, only a day or two needed to get the basic ideas, then
start with some SIMPLE ASP.NET stuff. "hello world" etc

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Robert Blackwell" <ro*@wowcentral.com> wrote in message
news:u2**************@TK2MSFTNGP09.phx.gbl...
oops, didn't mean to send that, lets start over.

I'm learning c# with a friend, and our ultimate goal is to create dbase
driven webpages. We are coming from php backgrounds and currently we are
workin on a c# book. What I'm wondering is if we should learn cs first, then start on an ASP book, or if anyone is familiar with this book
Programming Microsoft .NET by Jeff Prosise
http://www.amazon.com/exec/obidos/tg...Fencoding=UTF8 (I have the book but haven't opened it yet)
will it teach relevant cs as you go?

I would assume it'd be best to learn up on c# first, but it's hard to feel
like you are making progress when you are just doing console applications.

Thanks

Nov 18 '05 #3
You'll need the C# to do the more advanced stuff with asp.net. So its
probably the best place to start and with a background in PHP the syntax
will be relatively familiar. The trick to asp.net development is to get a
grasp on the controls and what they do, what their limits are etc. They are
clever wrapper for HTML elements. Once you have both these things, then
along with the C# you'll be ticking along nicely.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
"Robert Blackwell" <ro*@wowcentral.com> wrote in message
news:u2**************@TK2MSFTNGP09.phx.gbl...
oops, didn't mean to send that, lets start over.

I'm learning c# with a friend, and our ultimate goal is to create dbase
driven webpages. We are coming from php backgrounds and currently we are
workin on a c# book. What I'm wondering is if we should learn cs first, then start on an ASP book, or if anyone is familiar with this book
Programming Microsoft .NET by Jeff Prosise
http://www.amazon.com/exec/obidos/tg...727487-2331067
?%5Fencoding=UTF8 (I have the book but haven't opened it yet)
will it teach relevant cs as you go?

I would assume it'd be best to learn up on c# first, but it's hard to feel
like you are making progress when you are just doing console applications.

Thanks

Nov 18 '05 #4
Can you give me an example of what a regularly used control does.
Nov 18 '05 #5
You'll need some kind of user interface to display for your apps or else it
won't be any fun.
Console apps don't count. They are too ugly to be fun for long.
Therefore you might as well sprinkle some ASP.NET in there.
You can save the hardcore ASP.NET stuff for later if you prefer.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Robert Blackwell" <ro*@wowcentral.com> wrote in message
news:u2**************@TK2MSFTNGP09.phx.gbl...
oops, didn't mean to send that, lets start over.

I'm learning c# with a friend, and our ultimate goal is to create dbase
driven webpages. We are coming from php backgrounds and currently we are
workin on a c# book. What I'm wondering is if we should learn cs first, then start on an ASP book, or if anyone is familiar with this book
Programming Microsoft .NET by Jeff Prosise
http://www.amazon.com/exec/obidos/tg...Fencoding=UTF8 (I have the book but haven't opened it yet)
will it teach relevant cs as you go?

I would assume it'd be best to learn up on c# first, but it's hard to feel
like you are making progress when you are just doing console applications.

Thanks

Nov 18 '05 #6
Robert,

Take a look at the quickstart tutorial on the net, theres a good listing of
the various controls. Label is the simplest - it outputs a bit of text in a
control that can have CSS applied to it. All asp.net controls typically
render HTML, some of them, like the grid control render complex tables, and
some like the panel can contain other controls. Whats unique about asp.net
controls is that they are an extensible set of objects and unlike html
elements they can easily be interacted with via code at the server side.
You can add properties to the elements and call these properties with your
code. You can also seperate out your logic and presentation very easily and
let the runtime worry about putting it all together.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
"Robert Blackwell" <ro*@wowcentral.com> wrote in message
news:u7**************@TK2MSFTNGP10.phx.gbl...
Can you give me an example of what a regularly used control does.

Nov 18 '05 #7

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

Similar topics

1
by: Google Jenny | last post by:
Hi, Suppose I have a web application with three forms, x.aspx, y.aspx and z.aspx. Right now, when I build the application, the browser always loads x.aspx first, when I actually want z.aspx...
6
by: Frank Wilson | last post by:
Tom, It sounds to me like ASP, not ASP.NET is handling the request for WebForm1.aspx. This is most likely an IIS config issue that may have been caused by order of installation or...
1
by: DKode | last post by:
Here is my scenario: I have two methods that I only wish to have run the very first time a user hits the default.aspx page. This page is protected with Forms protection. default.aspx is the base...
7
by: Daniel Walzenbach | last post by:
Hi, when I start my asp.net page for the first time I almost always get the following output: form name="Form1" method="post"
2
by: Brad Quinn | last post by:
It appears that IIS hangs the first time two requests are made for same page in quick succession. Although it may very well be something else I'm doing wrong. I have a page (ViewDocument.aspx)...
2
by: Frank | last post by:
I would like to close the cache, so I put the following statement on the head of A.aspx, <%@ OutputCache Duration="1" Location="None" VaryByParam="None"%> However, when I view that A.aspx, and...
2
by: mollyf | last post by:
I have a web application where I have my users log in and it takes them to default.aspx. On that page, I have 2 user controls. Everything works fine the first time a person logs in. I have a...
16
by: TB | last post by:
Hi all: If you think that the following comments are absolute amateurish, then please bear with me, or simply skip this thread. A couple of months back I made the decision to initiate a...
2
by: c676228 | last post by:
Hi, This is my first time to post asp.net question on this forum. I have a question for "How to pass the first form value to the next form" I have enrollinfo.aspx form which look like as follow:...
9
by: SAL | last post by:
I have an ASP.NET 2.0 app that takes about 17 seconds to load on first startup but then is very fast after that. As I understand it from some posts in June, this is caused by the loading of the App...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
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,...

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.