Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > PowerShell

Vista - Best references for learning C# for PowerShell?

Reply
 
Old 03-16-2007   #1 (permalink)
Marco Shaw


 
 

Best references for learning C# for PowerShell?

For someone wanting to learn C# from scratch, without all the Windows forms,
and GUI-related stuff, where might one try to start?

Seems most intro books want you to use Windows forms to create GUIs...
Maybe I *do* have to start there.

Marco



My System SpecsSystem Spec
Old 03-16-2007   #2 (permalink)
Joris van Lier


 
 

Re: Best references for learning C# for PowerShell?

Marco Shaw wrote:
> For someone wanting to learn C# from scratch, without all the Windows
> forms, and GUI-related stuff, where might one try to start?
>
> Seems most intro books want you to use Windows forms to create GUIs...
> Maybe I *do* have to start there.
>
> Marco


Install the .NET Framework SDK it contains a C# Language Reference,
There's a Visual C# Virtual Lab http://msdn.microsoft.com/virtuallabs/csharp/ at first glance it mosly seems to do with .NET 1x
There's allso the Architecting Modern Desktop Apps sin .NET using visual studio 2005 http://www.microsoft.com/events/seri...rnsoftdev.mspx

here are some powershell related favorites i've collected
PS> gci $home\Favorites\PowerShell\*.* | % {$_.Name; (gc $_.FullName | ? {$_ -like 'URL*'}).substring(4)}
Time is an illusion. Lunchtime doubly so. PowerShell Extended Types (includes a TYPES.XSD).url
http://jtruher.spaces.live.com/blog/...628D!148.entry
Using Windows PowerShell APIs.url
http://msdn2.microsoft.com/en-us/library/ms714467.aspx
Windows PowerShell -ErrorAction and -ErrorVariable.url
http://blogs.msdn.com/powershell/arc...rvariable.aspx
Windows PowerShell SDK.url
http://msdn2.microsoft.com/en-us/library/ms714469.aspx

hth
Joris
My System SpecsSystem Spec
Old 03-16-2007   #3 (permalink)
RichS


 
 

RE: Best references for learning C# for PowerShell?

Marco

I've used these

Programming C# by Jesse Liberty - O'Reilly
Visual C#.NET by Mickey Williams - Microsoft
The Que training guides for the MCSD.NET exams


--
Richard Siddaway
Please note that all scripts are supplied "as is" and with no warranty
Blog: http://richardsiddaway.spaces.live.com/
PowerShell User Group: http://www.get-psuguk.org.uk


"Marco Shaw" wrote:

> For someone wanting to learn C# from scratch, without all the Windows forms,
> and GUI-related stuff, where might one try to start?
>
> Seems most intro books want you to use Windows forms to create GUIs...
> Maybe I *do* have to start there.
>
> Marco
>
>
>

My System SpecsSystem Spec
Old 03-16-2007   #4 (permalink)
Joris van Lier


 
 

Re: Best references for learning C# for PowerShell?

> Marco Shaw wrote:
>> ... without all the Windows forms, and GUI-related stuff, where might one try to start?


Sorry, i missed that

Joris van Lier wrote:
> There's allso the Architecting Modern Desktop Apps in .NET using
> visual studio 2005
> http://www.microsoft.com/events/seri...rnsoftdev.mspx


Scroll down about 3 screens to "Modern Software Development Using C#: Develop in .NET"
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Re: learning PowerShell PowerShell
get-help, wildcarding and the PowerShell learning curve PowerShell
still learning -- what's the best way to do this in powershell? PowerShell
Learning .NET for PowerShell PowerShell
learning powershell PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46