C# express

  • Thread starter Thread starter mmccaws2
  • Start date Start date
M

mmccaws2

Hi

I'm looking into learning C# and was wondering if using MS C# express
has all the necessary capabilities for me to write system
administration applications. I'm not trying to write enterprise
applications. At this time I would like to learn C# to write WMI
queries. I realize that you can use many scripting tools with WMI, but
I think it's about time to learn a programming language that produces
executables. It is just cleaner.

I'm trying to write simple tools to help analyze local network
configuration issues. The sort of application that run through a whole
sequence of computer and network tests to provide the LAN administrator
with a single program that summarizes that computers configuration and
network status.

I've looked at MS C# 2005 step by step and Wrox Beginning C# 2005, and
both show recommended Visual studio. I'm not sure what express
doesn't offer that I would require to write these tools.

Thanks

Mike
 
I know you said you'd like to learn a new language (always good for job
prospects), but I'd really give a serious look at the Microsoft Command
Shell (codename Monad). Search for Monad on download.microsoft.com,
it's in beta 3.1 right now. You can still learn c# too, and extend the
shell with new commands if you'd like.

- Oisin
 
I does not matter what tool you use. Every single feature of the .NET
framework is avalible to you. Even if you code in Notepad :)
C# Express ist *just* Visual Studio 2005 with some features omitted...

I think you should be perfectly fine with the express version.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top