ScienceBlog.com Science Gifts
 Location:  Home» PC & Video Games » All Microsoft » Microsoft Visual Basic .NET Standard  
Related Categories
• All Microsoft
Microsoft
Brands
• Programming Languages
Programming
Microsoft
• Visual Basic
Programming Languages
Programming
• Microsoft Windows
Operating System (operating_system_browse-bin)
Browse Refinements
• CD
Media Type
Browse Refinements
• 2001
Update Year
Browse Refinements
• Microsoft
Amazon.com Stores
Featured Stores

Microsoft Visual Basic .NET Standard

Microsoft Visual Basic .NET Standard

enlarge enlarge 
From: Microsoft Software
Category: Software

List Price: $109.00
Buy Used: $40.00
You Save: $69.00 (63%)



Used (3) from $40.00

Rating: 2.5 out of 5 stars 18 reviews
Sales Rank: 6344

Format: Cd-rom
Platforms: Windows Nt, Windows 2000, Windows Xp
Media: CD-ROM
Operating System: Windows NT
Shipping Weight (lbs): 5
Dimensions (in): 3.7 x 3.1 x 0.6

MPN: 046-00742
UPC: 659556876036
EAN: 0659556876036
ASIN: B00005RV4Y

Release Date: February 13, 2002
Availability: Usually ships in 1-2 business days

Similar Items:

  • Microsoft Visual Basic .NET Standard 2003
  • Microsoft Visual Basic .NET Step by Step (Step By Step (Microsoft))

Editorial Reviews:

Amazon.com Review
More than just a programming language, Visual Basic .NET is a visual development tool for Windows. Building an application is a matter of first creating a visual interface using the drag-and-drop form designer, and then writing code to bring the interface to life. Visual Basic is popular with beginners because the language has an English-like syntax and the visual tools make it easy to get started. The same qualities enable professionals to work faster, making this a great tool for business use as well.p Visual Basic .NET is substantially different from earlier versions. It builds applications for the .NET Framework, a run-time layer with improved security and reliability. In order to achieve this, Microsoft made numerous changes to the language. Most of these are beneficial, including full object orientation with inheritance, but the new Visual Basic is not compatible with the old. To migrate an old project you use an upgrade wizard, followed by manual fine-tuning. Applications built with Visual Basic .NET no longer support Windows 95, while for development, Windows NT 4.0, 2000, or XP is needed.p Despite these heavy system requirements, there is a lot to like in Visual Basic .NET. Perhaps the best feature is that developers can build applications for the Web almost as easily as for Windows. These have to be hosted on a Windows Web server, but can be accessed through browsers running on any platform, using a technology called ASP.NET. There is a host of components available, both in the box and from third parties, for true rapid application development. It is also a good choice for database development. Microsoft's ADO.NET database API uses a disconnected model, fitting well with the world of laptops and other mobile devices. XML support is good, including the ability to program XML Web services, which enable applications to communicate over the Internet. Developers can also build software for the Pocket PC and other Windows CE devices, using a downloadable add-on called Smart Device Extensions.p Visual Basic .NET has a superb development environment, although you need to double the minimum system requirements for good performance. The main work area is tabbed so that integrated online help appears alongside the code and the visual design surface. Tool windows can be docked, floated, or hidden. Automatic code completion and dynamic help speed coding, while ToolTips reveal the type of any variable. For deployment, there is a setup wizard and a setup project type.p Overall, this is a powerful tool with few limits on what can be achieved. I--Tim Anderson, Amazon.co.uk/I

Amazon.com Product Description
Microsoft Visual Basic .NET is the latest version of the Visual Basic development system. Reengineered for the Microsoft .NET Framework, it provides an easy and productive route for new developers and current Visual Basic programmers to quickly build Windows-based applications, next-generation XML Web services, thin-client Web applications, and software for mobile devices.pWrite programs more efficiently using Visual Basic .NET. Take full advantage of IntelliSense statement completion, a background compiler, and Windows Forms control anchoring to reduce the amount of code you write and improve code stability. Visual Basic .NET provides developers with designers for creating Windows Forms and Web Forms applications and XML documents, as well as a host of other features for constructing solutions on the .NET platform.pUse the On-Screen Emulator feature to easily design and test Pocket PC applications without a device. The start page acts as a developer portal to one-click information on recently used projects, personal preferences, product updates, and the MSDN Online Community. Also, view project components, including Web Forms and Windows Forms controls, HTML elements, objects, and code snippets in the enhanced Toolbox.


Customer Reviews:   Read 13 more reviews...

5 out of 5 stars Best Buy For the Price   May 1, 2003
14 out of 14 found this review helpful

Visual Basic.NET Standard is the best buy for the money. For all the people that think this version is crippled. It's not, you just have to do a little more work with it. pThis is not a trial version, the people that made that complaint are either too lazy to learn to code and are dependant on wizards ( scary ) or just lazy. You can do alot with this package and for the money like I said before this isbran excellent buy.pAs Far as not being able to compile dll's yes you can if you write your own project wizard, like I did :)pThings VB.NET Standard CAN DObrWindows AppsbrWeb AppsbrConsole AppsbrWeb ServicespAND Yes Class Libraries if you know what you are doing.


3 out of 5 stars It's a 1.0 version   February 8, 2003
J. Murphy (Monroeville, PA United States)
8 out of 10 found this review helpful

I like some of the new features, but VB6 was a more mature product. I was frustrated in that I spent a couple hundred dollars on additional books and all assumed you had visual studio.net. I am selling this to fund my purchase of Visual Studio.net. As someone said, it is handy if you want to start learning and delay purchase of visual studio.net for a few months.


5 out of 5 stars Incredibly powerful easy   December 24, 2002
G. Hoeppner (Lansing, MI)
59 out of 61 found this review helpful

I'm not sure why everyone is complaining about Visual Basic .NET (VB.NET), when this software is so powerful.pFirst, let me say that it's true VB.NET Standard Edition is somewhat crippled in that it doesn't let you create DLL's or mobile apps for WinCE devices. Nor does it include Crystal Reports, or some other features you'd find in VB.NET Professional/Enterprise. However, it's perfect for making small utilities/applications.pMost of my programming experience has been with Perl, PHP, Java, C, C++. I had a little exposure to Visual Basic in college, but I had forgotten everything I had learned about it. With VB.NET standard and _Visual Basic .NET Step by Step_ (ISBN: 0-7356-1374-5) I was able to write a fully functional and moderately complex application (and distribute it with the included Windows installer) in about 2 weeks time. I was astounded by the low learning curve.pThere are two different types of programs you can create with VB.NET, those based on Windows forms and those based on Web forms. Windows forms would be your traditional type of Windows application, while Web forms are designed to work through the Internet. I have no VB.NET experience creating Web forms, but the features look promising.pVB.NET is different than earlier versions of VB because it is built around the .NET framework. The .NET framework works more like Java. Your programs are converted to bytecode which runs on the .NET framework (which your users must install to run your apps). That would probably explain why it is slower than older VB compilers.pIn the past, applications created with Visual C++ would run faster than those made with VB. This is no longer the case. All Visual Studio Languages (C#, C++ and VB) all compile to .NET bytecode. Because the resulting bytecode is the same, you choose the language whose syntax you are most familiar with.pI feel the benefits of switching to .NET are worth the performance loss. Because .NET is Microsoft's answer to Java, everything is now heavily dependant on Objects. OO programming with VB.NET is incredibly simple. Chances are any structure or function/method you'd like to use is already written - you just need to find the proper namespace in the .NET framework, import it into your code and then create an instance of the object you want. It's OO at its best.pI would definitely not recommend VB.NET to people who have no programming experience. You need to get your feet wet with something else before delving into this.pJust to clarify compatibility issues; VB.NET requires WinNT, Win2k, or WinXP Professional. It's my understanding that it will work on WinXP Home for applications, but you need XP Pro for creating/testing Web forms.


1 out of 5 stars Download Sun One Studio 4 for FREE!   November 20, 2002
20 out of 49 found this review helpful

Sun ONE Studio 4 Community Edition is FREE. If you want to self-eduate yourself in how to develop web applications, it is a good choice.


3 out of 5 stars Good For Students   October 27, 2002
Michelle Luttman (Albion,IN)
13 out of 13 found this review helpful

I'm a student in an advanced VB class and I've only had one problem with this software so far. I haven't worked with web pages yet, so for a student this is pretty fair. If you want to include a database in your projects, make sure you have Microsoft Office or the full version of Access 2000 or greater. I have Microsoft Works (which doesn't include Access or .mdb files) which is not supported by VB.NET. Now I have to buy yet another Microsoft product!!! I have the XP Home Edition, which has supported VB.NET very well, opposed to some of the reviews that stated they had problems with the compatibility of the two.