|
-
Jul 13th, 2010, 03:53 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Does anybody know of a book I can buy for vb.net...?
I want to learn how to code e-commerce software in vb.net.
Up to now I cant find a book for this.
Does anyone know of a book I can buy?
NOTE: I only want books on vb.net, not other languages...
-
Jul 13th, 2010, 05:41 AM
#2
Re: Does anybody know of a book I can buy for vb.net...?
Programming in Visual Basic 2008 by Julia Case Bradley and Anita C. Millspaugh
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Jul 13th, 2010, 05:50 AM
#3
Re: Does anybody know of a book I can buy for vb.net...?
 Originally Posted by tgf-47
I want to learn how to code e-commerce software in vb.net....NOTE: I only want books on vb.net, not other languages...
How do you expect to write web based software without useing a web based programming language? You are gonna need to learn ASP.NET as well. In fact, I would suspect that would be the larger part of the app.
-
Jul 13th, 2010, 05:55 AM
#4
Thread Starter
Addicted Member
Re: Does anybody know of a book I can buy for vb.net...?
Correct me if im wrong, but cant you code asp in vb language?
I'm comfortable in learning any language in the .net framework, I just dont want to go php or something like that.
-
Jul 13th, 2010, 09:27 AM
#5
Re: Does anybody know of a book I can buy for vb.net...?
Correct me if im wrong, but cant you code asp in vb language?
No ASP.Net while similar to VB.Net is it own language. Maybe you are confusing Visual Studio and Visual Basic.Net, they are 2 different things.
Visual Studio is a development environment in which you can program for various .Net Languages including VB.Net C# and ASP.Net.
Visual Basic.Net is one of the family of .Net languages, it is generally used to write desktop applications, while ASP.Net is used to write Web applications.
Hack is correct in that if you want to write a web application then you need to learn ASP.Net.
Please Mark your Thread "Resolved",  if the query is solved & Rate those who have helped you
-
Jul 13th, 2010, 09:31 AM
#6
Thread Starter
Addicted Member
Re: Does anybody know of a book I can buy for vb.net...?
Ok thanks, noted.
Do you know of any good asp.net books?
-
Jul 13th, 2010, 09:55 AM
#7
Re: Does anybody know of a book I can buy for vb.net...?
-
Jul 13th, 2010, 09:58 AM
#8
Thread Starter
Addicted Member
Re: Does anybody know of a book I can buy for vb.net...?
-
Jul 13th, 2010, 05:04 PM
#9
Re: Does anybody know of a book I can buy for vb.net...?
 Originally Posted by NeedSomeAnswers
No ASP.Net while similar to VB.Net is it own language.
That's not true at all. Somebody must be relying on the Visual Studio Express SKUs to get their notions. I think you are "slicing" things along the wrong plane.
ASP.Net is just an IIS-bound Web framework for .Net languages. The actual code involved can be VB.Net, C#, or any of several .Net languages.
Here's an intro: Build Your Own ASP.NET Website Using C# And VB.NET, Chapter 1 - Introduction to .NET and ASP.NET
-
Jul 13th, 2010, 08:07 PM
#10
Re: Does anybody know of a book I can buy for vb.net...?
 Originally Posted by dilettante
Thanks for the link! It should prove useful when I start learning ASP.Net.
Last edited by Nightwalker83; Jul 13th, 2010 at 08:14 PM.
Reason: Fixed spelling!
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Jul 14th, 2010, 03:43 AM
#11
Re: [RESOLVED] Does anybody know of a book I can buy for vb.net...?
That's not true at all. Somebody must be relying on the Visual Studio Express SKUs to get their notions. I think you are "slicing" things along the wrong plane.
ASP.Net is just an IIS-bound Web framework for .Net languages. The actual code involved can be VB.Net, C#, or any of several .Net languages.
Oops, did i say that ! must have been at the end of a long day. I should know better really as we have ASP.Net projects in my team written in C#, i just dont work on them as often as other projects.
Still though there is quite a difference between an ASP.Net project and a VB.Net project, and it is that that you will need to learn.
Please Mark your Thread "Resolved",  if the query is solved & Rate those who have helped you
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|