Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
GeneralRe: Object reference not set to an instance of an object. Pin
Douglas Troy6-Feb-04 4:35
Douglas Troy6-Feb-04 4:35 
Generalsetting install location for merge module Pin
godzooky6-Feb-04 3:58
godzooky6-Feb-04 3:58 
GeneralRe: setting install location for merge module Pin
Douglas Troy6-Feb-04 4:04
Douglas Troy6-Feb-04 4:04 
GeneralRe: setting install location for merge module Pin
godzooky6-Feb-04 4:37
godzooky6-Feb-04 4:37 
GeneralRe: setting install location for merge module Pin
Douglas Troy6-Feb-04 6:09
Douglas Troy6-Feb-04 6:09 
GeneralRecommended Book Pin
pn19956-Feb-04 3:41
pn19956-Feb-04 3:41 
GeneralRe: Recommended Book Pin
Douglas Troy6-Feb-04 4:11
Douglas Troy6-Feb-04 4:11 
GeneralRe: Recommended Book Pin
Charlie Williams6-Feb-04 5:45
Charlie Williams6-Feb-04 5:45 
I won't try to talk anyone out of learning C#. It's a great language and, in my opinion, fun to use.

With that said, however, I would question the appropriateness of it as it pertains to the goals you mentioned. If a GUI is a requirement for the apps you want to build, you can disregard most of this post. Programming C#[^] by Jesse Liberty is a very good book, although it assumes some programming experience.

If you don't need a GUI (ie, you'll run your apps from the command line) and are basically looking for a way to automate some of your job functions, you may be better off learning a scripting language. You can choose from VBScript, JavaScript, Perl and several others to code in. The types of things you mentioned would likely only require a few lines of code to implement.

If you decide scripting is what's right for your needs, Microsoft Windows 2000 Scripting Guide[^] would be a good start. It goes over scripting concepts, individual languages (VBScript, JavaScript, and WSH), as well as some scripting interfaces useful to system administrators (WMI, ADSI).

You can probably get what you want done either way, so it's just a matter of how you want to go abou it. For non-GUI, sys-admin type stuff, I'd choose scripting every time.

Charlie

if(!curlies){ return; }
GeneralControlling generation of interface stubs Pin
Robert Matheson6-Feb-04 1:32
Robert Matheson6-Feb-04 1:32 
Generaldestructor and dispose Pin
GetOn&GetGoing6-Feb-04 1:08
GetOn&GetGoing6-Feb-04 1:08 
GeneralRe: destructor and dispose Pin
Colin Angus Mackay6-Feb-04 2:17
Colin Angus Mackay6-Feb-04 2:17 
GeneralC# Program Pin
SatyaDY5-Feb-04 23:00
SatyaDY5-Feb-04 23:00 
GeneralRe: C# Program Pin
Heath Stewart6-Feb-04 2:49
protectorHeath Stewart6-Feb-04 2:49 
QuestionCreate .dll's in VS.NET? Pin
Morten Kristensen5-Feb-04 22:29
Morten Kristensen5-Feb-04 22:29 
AnswerRe: Create .dll's in VS.NET? Pin
Mazdak5-Feb-04 22:54
Mazdak5-Feb-04 22:54 
QuestionHow to minimize a program in C#? Pin
Serdar YILMAZ5-Feb-04 21:55
Serdar YILMAZ5-Feb-04 21:55 
AnswerRe: How to minimize a program in C#? Pin
Morten Kristensen5-Feb-04 22:18
Morten Kristensen5-Feb-04 22:18 
AnswerRe: How to minimize a program in C#? Pin
Mazdak5-Feb-04 22:28
Mazdak5-Feb-04 22:28 
GeneralType of control object... Pin
Weiye Chen5-Feb-04 21:54
Weiye Chen5-Feb-04 21:54 
GeneralRe: Type of control object... Pin
thomasa5-Feb-04 22:56
thomasa5-Feb-04 22:56 
GeneralRe: Type of control object... Pin
Dan_P5-Feb-04 23:31
Dan_P5-Feb-04 23:31 
GeneralRe: Type of control object... Pin
Weiye Chen6-Feb-04 1:11
Weiye Chen6-Feb-04 1:11 
GeneralRe: Type of control object... Pin
Weiye Chen6-Feb-04 1:07
Weiye Chen6-Feb-04 1:07 
GeneralCrystal reports with multi typed datasets Pin
SimonS5-Feb-04 21:03
SimonS5-Feb-04 21:03 
GeneralRe: Crystal reports with multi typed datasets Pin
SimonS5-Feb-04 21:28
SimonS5-Feb-04 21:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.