 |
| |
Others say...
"To all those who give this product 1 star" I bought the product about 2 months ago just because I was curious to see what kind of things I could do with it. I immedeatly was amazed (I dare say, obsessed) with the amount of functionality this product provides, and how much power is in my hands when I fire up this awesome IDE. Granted, there are some limitations. The Server Explorer only allows you to connect to the MSDE. BUT, if you are willing to drop $50 for Microsoft SQL Server Developer, install an instance, install Analysis Services, and just add the MSDE DB to your Server list. Problem solved. But if you are getting into connecting to remote servers and developing for mobile devices, then you're way ahead of me, and by then you should have enough saved up to drop $600 for the Studio. One previous review said that this product is not for someone that does not have any programming experience. Well I have news for them: I am 19 years old (18 when I bought it) and have absolutely no programming experience (except for a couple of macros written in VBA for Excel, but i recorded those anyway), and after 2 months of working with this product, I've sold 3 applications to people in my home town for $50 a pop. And I'm still getting offers. And I'm not bragging about my abilities as a programmer, I'm bragging on this IDE.
(...)
And if nothing else, use up the 1.3GB for the MSDN Library and read the articles in it. If you can't build a simple address book program by then, well, read them again. This product was the first step into my programming future, and I recommend it for anyone that wants to get started into the wonderful world of VB.NET.
"Probably great for a programmer" I talked to a Microsoft Rep on the phone and explained my background and that I had no programming experience and he said I should have no problem with this program. Guess what - this program is not for anyone who doesn't have a programming background. If you've never taken a programming course - DO NOT BUY THIS SOFTWARE. The Microsoft Rep. also told me when I have questions to go to forums and ask questions - I tried that and was told several times to leave the programming to programmers and "that's why they pay us money, because programming takes many years to learn" and I've found they are probably right. So don't listen to Microsoft - they are just looking to make another sale. This is probably a 5 star item if you are a programmer. If you are not - it makes a decent coaster to set your drink on.
"Great Deal for the money - Just know what you need." If you want to learn VB, you cant beat getting the standard edition. If you want to write stand alone desktop apps that dont need to connect to remote database servers, your gold.
If you dont need to be able to use your work commercially and are a student, pass this up in favor of the academic version of Visual studio and learn away.
But DO NOT buy the standard edition if you think you are going to use it to make a living with it. I got it because I need to write an app that reads a binary file and then outputs a certain type of script. Then Im pretty much done with it. I know Im not going to try to pay my rent next month with my copy of the standard edition. To make a living nowadays you need the features that the standard edition does not support.
If you know your just learning now, are NOT a student, and cant afford the Visual Studio, you still cant go wrong getting standard now.
You might not be able to connect to a remote SQL server, but you can still do a lot of database programming till you can afford to upgrade, and see your app work locally in the meantime.
So it dosnt compile class libraries in the interface, but the command line program (vbc.exe)that comes with it does. Its not as slick but it works.
You can still write all kinds of very serious applications, after all code is code, but the standard edition is not indended for a real production pipeline that will be profitable in today's world.
I paid $89 for VB Standard 2003 off of Amazon just to write one specific app and I got my money's worth.
"Microsoft Visual" This was great, I got it for a really good deal from one of the Amazon Sellers and I learned alot from it
"Great marketing - short on delivery" Microsoft has once again succeeded in making a fairly uncomplicated programming enviroment, COMPLICATED. That is not, however, my problem with VB .NET, because after all, if you read up, you will quickly adjust to the platform. My problem is that if you don't buy Visual Studio, you will simply not have the tools to build advanced applications. As usual, if you want a robust MS product, get ready to shell out a weeks worth of pay.
|
|
|
|
|
 |
|
 |
Buy Cheap Software Now!
|
 |
| |
Microsoft Visual Basic .NET Standard 2003
 |
List Price : $109.00
Our Price : from $41.00
|
Why I buy this one ?
- Begin developing your own applications for the Web using a variety of different development options
- Quickly construct your broad reach Web applications with the simple Forms Designer tools
- Begin designing complete Windows applications that are rich and robust
- Master the power of Visual Basic.NET with this amazing development tool
Special offer for you..find the cheapest!
bentley2000 from OR, United States offers this stuff for:
 | Price : $41.00 Usually ships in 1-2 business days
|  |
What our customer's say!
"Great program", Visual Basic is very easy to learn and use. It's one of the most popular programming language.
I learned it from zero using a second hand book from a local store and I manage to program a simple paycheck calculator for my friend's small business.
"Not Fully Functional", We were unable to locate or open the example programs.
"Microsoft Visual Basic .NET Standard 2003", The product installs and runs easily. When attempting to register the product, the page was not found. Presumably they are readying for the 2005 verson. The MSDN Library "help" files are exhaustive, but that makes it difficult to find information specific to Microsoft Visual Basic .NET Standard 2003. At times it is quicker to use an on-line search.
"If - then - else", Good book. Good software that came with the book. dtpEndDate.MaxDate = Today
"Write your own small programs", This program installed easily and works good. Saved me from setting in a computer lab at school for hours at a time.
You might need this... Microsoft Visual Basic .NET Step by Step (Step By Step (Microsoft)) details..
|  Microsoft Visual Basic .NET Deluxe Learning Edition--Version 2003 (Pro-Developer) details..
|  Programming Microsoft Visual Basic .NET Version 2003 (Pro Developer) details..
|
 Visual Basic .NET All in One Desk Reference for Dummies details..
|  101 Microsoft® Visual Basic® .NET Applications details..
| |
Read this reviews before You buy..."For $100, you can't beat it.", If you you are not flush with cash, but want to get the nack of the .Net world, then this is for you. It is NOT intended for serious production. You CAN NOT talk to a database off your machine (unless you know how to link Access to a SQL Server, then you can). You can learn how to use WinForms and WebForms, i.e. client-server and WEB apps, talking to a database on your development machine. The MSDE (Microsoft Data Engine) is the heart of the SQL Server 2000 database engine. If you want to see if programming is for you or get an inexpensive look at the JAVA killer, this is the ticket.
"Less Complaining More Google", This is directed mainly towards the person who couldn't manage to get a class library created. Google for "Visual Basic .Net Standard Class Library" and there's an About.com article that tells you EXACTLY how to do it. The thing to remember about MS's language products is that there aren't selling you the compiler. Those are free. You can get them directly from MS for any of their .Net languages. They're selling you their IDE and all the tools that make use of those compilers so you don't have to use the command line to compile everything and so you don't have to reinvent wheels to do things like create a GUI for your app. By paying the $100 you get a great IDE that allows you to drag and drop your application together instead of having to code every little detail yourself. That said, I think C# trumps Visual Basic. I used to use Visual Basic to do quick and dirty apps since you could throw together a GUI in minutes. But I can do the same in C# now but get all the benefits of a C++ style language. If you're a Visual Basic programmer, Visual Basic .Net is the way to go. The IDE and especially the debbuger are far superior to Studio 6. I'm not giving this product 5 stars because I think VB overall isn't worth getting for "the fun of it." I'd only recommend this product for those already making a career out of coding in VB who want to keep up with the advances in the language. It's a worthwhile upgrade, but not an essential one.
"Pure Garbage Buy the FULL VERSION-TRUST ME", Dont waste your $$$$. I couldn't even create a class library. I cant imagine using this to develop anything.
"Just Get VS.NET", Although this package is cheap, you'll be severely limited. I highly recomend buying the full blown VS.NET package, you'll be glad you did.
"Roadblocks, Roadblocks", All the books I have read on learning VB.NET assume that you really have Visual Studio .NET installed. I keep running into roadblocks on projects I want to try that the standard edition won't support. Very frustrating. I checked out their website before I bought. I won't go so far as to say "deceptive", because when I went back and really dug I was able to find documentation on the differences between editions, but they really make it hard to figure out that the standard edition is so limited. I hope they enjoy my $100, because I sure haven't enjoyed this.
|
|
 |
|
 |
|
|
All the software listed in this directory are shareware and commercial software. There are no free software here.
We have many utilities which run on windows, mac / macintosh, linux and unix. As one of the download directory in internet we have many software and application. All of our applications / app are downloadable for your computer. We also have shareware, demo, osx, linux, xp, windows, 95, 98, 2000, win, winfiles program file. The extension of files may vary, it can zip, exe, jpg and many more. We don't support illegal software like hack, crack and serial number. No hacking and cracking.
Online PAD Generator /
Download Site /
Term Of Use /
Privacy Policy /
Disclaimer
|
|
|
|
Copyright ? 2004-2008.
Shareware Download, Files Download. All
Rights Reserved. ver2
Free Online Recipe,
Lowongan Kerja,
Indonesia Map,
Kamus,
Video Lyrics,
Health Vitamin,
PAD Generator,
Free Web Template, Wordpress Theme,
Deal Bargain Offers,
Affiliate Datafeed,
Mac OSX Tricks
Online Game Cheat,
Online Flash Game,
Electric Guitar Review,
RC Helicopter Reviews
Ascii Art,
Anagram Finder,
Clapper Generator,
Post-it Note,
Dog Name Generator,
Freelance Jobs,
Network Tools
|
|
|