473,785 Members | 2,255 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What is the difference between VB.NET and ASP.NET??

Hi all I m new member of this group,I wolud like to ask one question
that what is the exact difference between VB.Net and ASP.Net??
I m a sodtware developer working in VB6. I also want to shift to
ASP.NET programming ,So pls give me the names of some good books for
beginner.

thanks,

-Sumit ghosh(India)

Feb 20 '06 #1
7 1453
VB.NET is a language (as well as C#). ASP.NET is the infrastructure that is
provided by the .NET Framework to handle Web applications...

--

"Sumit" <su************ **@gmail.com> a écrit dans le message de
news:11******** **************@ f14g2000cwb.goo glegroups.com.. .
Hi all I m new member of this group,I wolud like to ask one question
that what is the exact difference between VB.Net and ASP.Net??
I m a sodtware developer working in VB6. I also want to shift to
ASP.NET programming ,So pls give me the names of some good books for
beginner.

thanks,

-Sumit ghosh(India)

Feb 20 '06 #2
Hi Sumit,

- VB.NET is one of the languages that you can use to program .NET
applications.
- ASP.NET is a technology or kind of application to build web sites. You can
use the language VB.NET to code your ASP.NET application.

About books, go to Amazon (www.amazon.com), search for "ASP.NET", and read
the user reviews for each book.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
"Sumit" <su************ **@gmail.com> escribió en el mensaje
news:11******** **************@ f14g2000cwb.goo glegroups.com.. .
Hi all I m new member of this group,I wolud like to ask one question
that what is the exact difference between VB.Net and ASP.Net??
I m a sodtware developer working in VB6. I also want to shift to
ASP.NET programming ,So pls give me the names of some good books for
beginner.

thanks,

-Sumit ghosh(India)

Feb 20 '06 #3
Hello Patrice,

you can develop asp.net using C# or VB.NET or whatever .net supported language

Marwan Tarek
http://www.sharepointblogs.com/marwantarek/

VB.NET is a language (as well as C#). ASP.NET is the infrastructure
that is provided by the .NET Framework to handle Web applications...

Feb 20 '06 #4

"Sumit" <su************ **@gmail.com> wrote in message
news:11******** **************@ f14g2000cwb.goo glegroups.com.. .
:
: Hi all I m new member of this group,I wolud like to ask one question
: that what is the exact difference between VB.Net and ASP.Net??
: I m a sodtware developer working in VB6. I also want to shift to
: ASP.NET programming ,So pls give me the names of some good books for
: beginner.
:
: thanks,
:
: -Sumit ghosh(India)
VB.net is one of the primary languages you can use to write code using the
..net framework (the others being C#, C++ and J# - there may be others as
well, but I'm not certain). While there is a close family resemblance
between VB6 and VB.net, they are worlds apart in reality. VB.net is a
fundamentally different language from VB6, sharing the basic syntax and
little else from what I can see. With VB.net (and C#) you can write console
based applications, DLL library components and windows applications.
ASP.net is a set of interrelated technologies you can use to develop dynamic
web based applications (ASP stands for Active Server Pages). ASP.net can use
either VB.net or C# in order to generate the web pages. Each web page is
compiled at run time to a DLL.
In my experience, any of the WROX books are pretty good. I'm less familiar
with the O'Reilly books, but I gather they are pretty good as well. And of
course there are the books from the Microsoft Library. Sorry I don't have a
specific title to recommend.
HTH
Ralf
--
--
----------------------------------------------------------
* ^~^ ^~^ *
* _ {~ ~} {~ ~} _ *
* /_``>*< >*<''_\ *
* (\--_)++) (++(_--/) *
----------------------------------------------------------
There are no advanced students in Aikido - there are only
competent beginners. There are no advanced techniques -
only the correct application of basic principles.
Feb 21 '06 #5
Thanx to all for replying my quetions...It will be very helpful for
me....
Thanx a lot

Sumit(India)

Feb 22 '06 #6
Dear all I also want to know about the .NET FrameWork...the complete
basics of this....

Feb 22 '06 #7
"Sumit" <su************ **@gmail.com> schrieb
Dear all I also want to know about the .NET FrameWork...the complete
basics of this....

http://msdn.microsoft.com/library/de...k_netstart.asp
Armin

Feb 22 '06 #8

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

Similar topics

125
14855
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from software giant such as Microsoft SQL Server, Oracle, and Sybase? Is PostgreSQL reliable enough to be used for high-end commercial application? Thanks
1
8320
by: mike | last post by:
best regards: What is the difference between DOM Level 1 and DOM Level 2. Thank you. May god be with you.
5
20605
by: radnus2004 | last post by:
Hi all, I am not clear what is the difference between signed and unsigned in C. Many say, unsigned means only +ve values and 0. Can I use unsigned int i = -3? What happens internally ? What conversion happens? Also on 32 and 64bit machines what happens? Can anybody explain?
10
15664
by: tinesan | last post by:
Hello fellow C programmers, I'm just learning to program with C, and I'm wondering what the difference between signed and unsigned char is. To me there seems to be no difference, and the standard doesn't even care what a normal char is (because signed and unsigned have equal behavior). For example if someone does this: unsigned char a = -2; /* or = 254 */
13
5058
by: Jason Huang | last post by:
Hi, Would someone explain the following coding more detail for me? What's the ( ) for? CurrentText = (TextBox)e.Item.Cells.Controls; Thanks. Jason
12
17426
by: Nathan Sokalski | last post by:
What is the difference between the Page_Init and Page_Load events? When I was debugging my code, they both seemed to get triggered on every postback. I am assuming that there is some difference, and I would like to know what it is so that I can take advantage of it in my code. Thanks. -- Nathan Sokalski njsokalski@hotmail.com http://www.nathansokalski.com/
3
3021
by: Anoj Kumar | last post by:
Hi All , can anyone tell me what is the difference between the following declaration and how it affects application performance. 1. Dim cn As ADODB.Connection Set cn = New ADODB.Connection
6
11253
by: Mark Kamoski | last post by:
Hi Everyone-- Please help. What is the difference between a Field and a Property? Here is the context. In the VS.NET 2002 documentation, in the "String Members" section, we have the following...
5
5851
by: kai | last post by:
Hi, In ASP.NET , what is the difference between OnClick and Click events for a button? Because we have button click event, it can trigger events, why we still need OnClick? Please help. Thanks kai
49
2438
by: Zach | last post by:
After having taken a looong break from VB (last used 6.0), I started getting back into programming again, this time with VS 2005. I began reading up on VB.NET from various sources (books, internet, etc.) and found out about the CLR and how all of the .NET languages access it, the major difference being the syntax and structure of the individual languages. What I'm wondering, since VB.NET is obviously easier to learn/use than C#.NET and...
0
9645
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9481
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10341
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10155
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10095
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5513
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4054
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3656
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2881
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.