To make the post short and simple I will get straight to thepoint. I am new to ASP.net and want to start using 2.0 with the Visual BASIClanguage. I have never coded VB or ASP before and am wondering where to start.
I have watched the videos from learnvisualstudio.net whichgot me interested. I am mostly looking for online tutorials and ebooks, butvideos will do fine too.
My recommendation is that you first come up with an idea for a website. It can be anything at all, such as a fan site for your favourite movie or movie start, or a pretend online shop, or a list of your favourite jokes, or anything else. Sketch out on paper how you see each page looking and how each page would work (e.g., can visitors sign a guestbook?).Then, start putting your website together, one page at a time.
This will guide your learning. There is so much to learn that it would be easy to become lost (which of the dozens of tutorials should you read?). This way, you can type into Google "ASP.NET guestbook" or "Save to Access database". Better yet, learning one thing will naturally lead to another (first, get the data from the visitor; second, save the data from the visitor; third, display all data from all visitors). This is much better than disconnected tutorials.
Also, it is more fun and more fulfilling to see your own website evolving than to create a bunch of little useless "tutorial" pages that you'll never look at again.
I hope this helps. And good luck with ASP.NET!
Hi Jaquio9131,
Welcome to the Asp.net forums. As SomeNewKid has suggested come up withan idea and implement it. You will notice that while implementing yourapplication you will come up with tons of new questions and learn muchmuch more.
Well I found a lot of ASP.net 1.1 tutorials. Is the only differencebetween 2.0 and 1.1 the changes/extra to the controls and some coolfunction added to the language? What I am asking is, did the VB-ASP.netlanguage change so much you would want to read tutorials aimed towardsASP 2.0?
Also, I have used the "absolute positioning" layout method but do you think its a good idea to use it or not?
ASP.NET 2.0 is largely compatible with ASP.NET 1.1. That is, if you read an article on ASP.NET 1.1, there is a very high chance that the code will work in ASP.NET 2.0.jaquio9131 wrote:
Well I found a lot of ASP.net 1.1 tutorials. Is the only difference between 2.0 and 1.1 the changes/extra to the controls and some cool function added to the language? What I am asking is, did the VB-ASP.net language change so much you would want to read tutorials aimed towards ASP 2.0?
VB.NET (and C# for that matter) has a few new features. However, the new features will not invalidate what you might read in older articles about ASP.NET 1.1.
So I would recommend starting with ASP.NET 2.0, and that you should feel comfortable reading "older" articles concerning ASP.NET 1.1 as well as newer articles concerning ASP.NET 2.0.
If you are new to web design, I would not recommend that you use absolute positioning. You'll end up with controls overlapping and bumping and generally misbehaving. Very few websites use absolute positioning, and for good reason.jaquio9131 wrote:
Also, I have used the "absolute positioning" layout method but do you think its a good idea to use it or not?
Ok thanks for helping guys. 1 last question though...
What is a good free host for ASP 2.0? I only saw 1 in the featuredhosting list on this site and its in a different language so I cantread the TOS >_>
I don't know about the good part, butAspSpider.NET provides free hosting for ASP.NET 2.0. I don't know anything about this host, and I do not vouch for it. But it may be all you need to get going with ASP.NET 2.0.jaquio9131 wrote:
What is a good free host for ASP 2.0?
0 comments:
Post a Comment