Re: .Net is awesome
From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 12/29/04
- Next message: W.G. Ryan eMVP: "Re: DataSet to excel?"
- Previous message: For Your Eyes Only: "Re: What is COM, COM+ ?"
- In reply to: For Your Eyes Only: "Re: .Net is awesome"
- Next in thread: Jon Skeet [C# MVP]: "Re: .Net is awesome"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 29 Dec 2004 22:39:18 -0000
For Your Eyes Only <bad.007@films> wrote:
> > Eclipse with an appropriate free plug-in?
>
> Ok, I'll bite.
>
> I've used Eclipse, and I like it.
>
> But when ever I go to find these /plugins/ it takes a bunch of arm
> twisting to find out what's what.
I've usually found it pretty easy, personally.
> Have *you* personally, used a plugin in Eclipse to create a web service
> and is it as easy as in studio ?
No - but then I've never needed to write a web service in Java. A quick
search on the web found a number of plugins related to web services,
however, including one which claimed to write the stub code for you.
> > (There aren't many free .NET IDEs with refactoring, as far as I'm aware
> > - something I'd use much more often than web service creation. I'm glad
> > that VS.NET 2005 finally has refactoring - it should have been in
> > VS.NET 2002.)
>
> What is /refactoring/ ?
Automated code generation and manipulation. For instance, renaming a
class, a variable or a method and all references to it; extracting code
from one method to form another one called by the original one, etc.
It's an incredibly powerful tool for creating maintainable software.
-- Jon Skeet - <skeet@pobox.com> http://www.pobox.com/~skeet If replying to the group, please do not mail me too
- Next message: W.G. Ryan eMVP: "Re: DataSet to excel?"
- Previous message: For Your Eyes Only: "Re: What is COM, COM+ ?"
- In reply to: For Your Eyes Only: "Re: .Net is awesome"
- Next in thread: Jon Skeet [C# MVP]: "Re: .Net is awesome"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|