|
-
Mar 7th, 2005, 11:46 AM
#1
Thread Starter
Frenzied Member
Which Visual Studio .NET Version?
I've seen a copy of Visual Studio .NET Pro 2003 advertised for £185.
1. Is this out of date all ready as I've seen VS 2005?
2. Is VS 2005 for ASP.NET 2.0 or is another version coming out at some point?
3. Is it worth the money?
Suggestions welcome.
DJ
-
Mar 7th, 2005, 12:13 PM
#2
Thread Starter
Frenzied Member
Re: Which Visual Studio .NET Version?
4. As I only ever use C# (for both Windows and Web Applications) is there any advantage in getting Visual Studio .NET over Visual C#?
DJ
-
Mar 7th, 2005, 02:11 PM
#3
I wonder how many charact
Re: Which Visual Studio .NET Version?
VS 2005 isn't released yet.
-
Mar 8th, 2005, 04:12 AM
#4
Thread Starter
Frenzied Member
Re: Which Visual Studio .NET Version?
That would make sense having 2005 in the name. It's being advertised to death on the Microsoft though which is why I wasn't sure if it was out yet!
In which case do you think it makes sense to wait for it to come out?
DJ
-
Mar 8th, 2005, 04:14 AM
#5
Re: Which Visual Studio .NET Version?
Yes, you should wait for it to come out. Some developers have started with 2005 already, but I hear there might be issues when you want to upgrade from the beta to the release version.
-
Mar 8th, 2005, 04:17 AM
#6
Thread Starter
Frenzied Member
Re: Which Visual Studio .NET Version?
Yeah I think it seems to make sense to hold off for now.
Whats the difference between Visual Studio and Visual C# as a matter of interest?
Cheers
DJ
-
Mar 8th, 2005, 05:01 AM
#7
Re: Which Visual Studio .NET Version?
Whats the difference between Visual Studio and Visual C# as a matter of interest?
Visual Studio is an IDE in which you can program in VB.NET, C# and a host of other languages.
C# is one of those languages.
Is that what you really wanted to ask?
-
Mar 8th, 2005, 05:05 AM
#8
Thread Starter
Frenzied Member
Re: Which Visual Studio .NET Version?
No not at all! ;-)
Visual Studio .NET is a software IDE - so is Visual C#. Thing is apart from the fact that Visual C# only provides support for the C# lanaguage is there any other difference between the two. As I only use C# is there any point me buying Visual Studio .NET over Visual C#?
DJ
-
Mar 8th, 2005, 05:08 AM
#9
Re: Which Visual Studio .NET Version?
I see what you mean now.
I have no clue.
-
Mar 8th, 2005, 05:15 AM
#10
Thread Starter
Frenzied Member
Re: Which Visual Studio .NET Version?
I don't think I've talked to anyone that does know. Everyone just pays the extra money and uses Visual Studio .NET. The thing is... I'm tight and I won't spend out the cash if I don't need it! I just can't see the point of paying for stuff I won't use!
Anyone out there got a clue?
Cheers anyway mendhak.
DJ
-
Mar 8th, 2005, 05:21 AM
#11
I wonder how many charact
Re: Which Visual Studio .NET Version?
Might I offer a suggestion...
Since VS 2005 probably won't be released until late August...
install the .Net sdk 1.1
http://www.microsoft.com/downloads/d...displaylang=en
And then pick one of these free ides...
For C# Windows Forms applications:
http://www.icsharpcode.net/OpenSource/SD/Download/
(pick the setup / no source code link)
For C# ASP.net applications
http://www.asp.net/webmatrix/default...dex=4&tabId=46
Or you can use IBM's Eclipse...
http://www.sys-con.com/webservices/article.cfm?id=360
At least this way you can get developing right now...
-
Mar 8th, 2005, 05:24 AM
#12
Thread Starter
Frenzied Member
Re: Which Visual Studio .NET Version?
I been developing in .NET for some time now using Web Matrix I've just been thinking of upgrading to Visual Studio or Visual C# as it seems to be the industry standard.
DJ
-
Mar 8th, 2005, 05:58 AM
#13
Frenzied Member
Re: Which Visual Studio .NET Version?
In response to your earlier question, I believe the differences are that Visual C# is just that, but Visual Studio is all of the .NET languages and also comes with a few more tools.
-
Mar 8th, 2005, 07:30 AM
#14
Thread Starter
Frenzied Member
Re: Which Visual Studio .NET Version?
Its the "few more tools" I'm worried about - am I gonna miss out on some cool stuff?!?
DJ
-
Mar 8th, 2005, 09:03 AM
#15
Frenzied Member
Re: Which Visual Studio .NET Version?
The .NET Obfuscator is the only one I remember off the top of my head. I'll double check when I'm at a Windows machine.
-
Mar 8th, 2005, 10:51 AM
#16
Thread Starter
Frenzied Member
Re: Which Visual Studio .NET Version?
That would be cool - thanks!
.NET Obfuscator scambles dll's so they can't be decompiled right? - a useful tool hmmmm might not be able to save my cash.
DJ
-
Mar 9th, 2005, 12:29 AM
#17
Re: Which Visual Studio .NET Version?
 Originally Posted by dj4uk
That would be cool - thanks!
.NET Obfuscator scambles dll's so they can't be decompiled right? - a useful tool hmmmm might not be able to save my cash.
DJ
It scrambles the names of the methods and events and properties so that they're difficult to understand. They can still be accessed using System.Reflection.
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
|