NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 73 74 75 76 77 … 93 Next »
Visual Studio.Net 2003

 
  • 0 Vote(s) - 0 Average
Visual Studio.Net 2003
darrin75
Offline

Senior Member

Posts: 558
Threads: 103
Joined: Nov 2004
#1
2005-03-21, 03:09 AM
Does anybody know where i can get this for a good price, and what version is pretty good. There are so many upgrade cd's out there and different versions, i am afraid of buying the wrong thing. Also i am currently using sharp develop which is pretty good and free, but is sharp develop limited, and also is visual studio.net alot easier and have alot more helpful tools. Just need some advice here.
jrockintuitive
Offline

Senior Member

Posts: 292
Threads: 19
Joined: Dec 2004
#2
2005-03-21, 03:34 AM
I can't help with version and price... I use vs.net 03 enterprise edition.
But I think the two most important features in intellisense (hit the "." and a list of options show), and live editing (be able to move the cursor while in debug mode). The fact that vs.net 03 does not let you alter your code while in debug mode is utter garbage. I think in vs.net 05 you can alter your code in debug mode only in vb... gee, thanks - I thought c# was your prime language for .net.

If sharp develop does not have intellisence and you can not perform live edits, I would drop it. That amount of time you will save with these two features are worth the price. If sharp develop has those two features, then I would take a look at the features of vs.net and determine if it is worth the price.
AndyScrase
Offline

Junior Member

Posts: 29
Threads: 5
Joined: Mar 2005
#3
2005-03-21, 09:54 AM
MS are now releasing so called "express editions" of a lot of their dev products for free.

Visual C# express beta is downloadable from
http://lab.msdn.microsoft.com/express/vc...fault.aspx
jasonf
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2004
#4
2005-03-21, 12:04 PM
Beware, though Darrin75, that the Visual Studio 2005 (the link goes to a beta build) is a .NET 2.0 environment, and won't work for creating .NET 1.1 assemblies.
JasonF
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#5
2005-03-21, 02:24 PM
...and currently GBPVR doesn't work with a .NET 2.0 environment.
sjwaste
Offline

Junior Member

Posts: 22
Threads: 4
Joined: Mar 2005
#6
2005-03-23, 03:23 AM
[b Wrote:Quote[/b] (darrin75 @ Mar. 20 2005,22:09)]Does anybody know where i can get this for a good price, and what version is pretty good. There are so many upgrade cd's out there and different versions, i am afraid of buying the wrong thing. Also i am currently using sharp develop which is pretty good and free, but is sharp develop limited, and also is visual studio.net alot easier and have alot more helpful tools. Just need some advice here.
I've gotta say, for most purposes, SharpDevelop has really impressed me. Unless you're finding something you just CAN'T do in #Develop thats possible in VS .NET, I'd stick with the free solution. The only thing I've really found is that SharpDevelop doesn't automatically create code stubs for the methods and properties in an interface when you implement it. (As an aside, if I'm wrong, can someone tell me how I'd accomplish this?)

It's using the microsoft-supplied .NET compiler, so its not like you're going to run into compiler bugs that nobody else is seeing. It's more about the UI, and I happen to think it's pretty good. If you're comfortable with it, you should be able to use it for quite a bit. I've installed it on two machines here at home and one at work and used it to learn C#, and I happen to really like it.
jasonf
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2004
#7
2005-03-23, 12:49 PM
I agree that it's coming along as an IDE.  But it still feels too clunky for me to spend any quality time using it.

[b Wrote:Quote[/b] ]The only thing I've really found is that SharpDevelop doesn't automatically create code stubs for the methods and properties in an interface when you implement it.  (As an aside, if I'm wrong, can someone tell me how I'd accomplish this?)  

I found a way to do this.  From another post of mine:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">I pulled out Sharp Develop (v1.0.3) again to take a look at it.  It does indeed have a code completion feature that would be most useful for generating your code stub.

After implementing an interface, position the cursor within the class's code block, and then press ALT+Insert.  The code completion window will appear.  Select Implement Interfaces, and then check the interface that you want to implement.  Press Enter, and SharpDevelop will write the code for you.

I noticed, though, that it didn't catch the "out" parameter of the render() method (it wrote the stub as a "ref").  To correct this, just change "ref" to "out", and then be sure to set the variable to "false" inside of the method.[/QUOTE]
JasonF
sjwaste
Offline

Junior Member

Posts: 22
Threads: 4
Joined: Mar 2005
#8
2005-03-25, 04:16 AM
jasonf Wrote:I agree that it's coming along as an IDE. But it still feels too clunky for me to spend any quality time using it.

I'll concede that it's not a professional replacement for something like VS, but for someone like me who's not using it professionally, and generally just to develop my own projects, I think its great. If anything, it allows a hobbyist to work on a project without dropping a lot of cash on VS.

jasonf Wrote:I found a way to do this. From another post of mine:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">I pulled out Sharp Develop (v1.0.3) again to take a look at it. It does indeed have a code completion feature that would be most useful for generating your code stub.

After implementing an interface, position the cursor within the class's code block, and then press ALT+Insert. The code completion window will appear. Select Implement Interfaces, and then check the interface that you want to implement. Press Enter, and SharpDevelop will write the code for you.

I noticed, though, that it didn't catch the "out" parameter of the render() method (it wrote the stub as a "ref"). To correct this, just change "ref" to "out", and then be sure to set the variable to "false" inside of the method.
[/QUOTE]

Wow, awesome, I didn't know it had this. Thanks for the tip!
AndyScrase
Offline

Junior Member

Posts: 29
Threads: 5
Joined: Mar 2005
#9
2005-03-29, 08:43 PM
I did check out (on various blogs) using VS2005 with the 1.1 framework, and it looks like a world of pain. if you want to use that then you'll have to wait for .NEt2.0 support for GBPVR, which I imagine is not a high priority for Sub
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Visual Studio C# 2008 Express needs registration bgowland 2 3,627 2011-11-22, 10:23 PM
Last Post: bgowland
  Linking gbpvr.db3 to Access 2003: get readonly tables Khurram 5 3,990 2008-09-11, 08:35 AM
Last Post: Khurram
  Visual Studio (Express) 2008 JavaWiz 10 3,936 2008-04-05, 06:13 AM
Last Post: bgowland
  Using Visual Studio to debug running Plugins mkenyon2 3 2,172 2007-07-04, 06:52 PM
Last Post: McBainUK
  Installers for Plugins - Visual Studio Setup Projects? psycik 2 1,419 2007-04-28, 01:23 AM
Last Post: -Oz-
  Visual Express versions JDeSimone 6 2,984 2007-03-26, 10:44 AM
Last Post: Wakalaka
  VS.NET 2003 and 2005 on same machine? bgowland 8 2,795 2006-05-16, 06:51 PM
Last Post: Ommina
  Visual C# 2005 Express Edition westie314 7 2,536 2005-12-05, 07:29 AM
Last Post: dottore
  Visual Studio .net 2003 for students, legit? McBainUK 9 3,548 2005-10-10, 11:19 AM
Last Post: McBainUK
  Visual Studio 6.0 darrin75 3 1,736 2005-02-15, 01:16 PM
Last Post: jasonf

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode