Windows Applications with C# & Ebooks?

B

Birthday

Hi,

I have started to learn C# nowadays and find some ebooks on the structure
and the syntax of the c# language. All the examples in the ebooks that I've
found are all about console applications. But the my aim to learn C# is to
make windows applications. I am familiar with ASP, Javascript, a little C
and C++. Last day I saw an example of windows application written with C# ,
I think I can learn constructing windows applications using C# without
writing all the console application examples that books cover.

Is that true that I can learn constructing windows applications without
learning how to write consolo applications with C#. And if any, please make
recommendations about ebooks or books that teaches visual programming with
C#.

Thank you?
 
A

Andreas Håkansson

Hi,

Sure you can teach yourself to write WinForm applications without
writing console code first. The idea with console code in books is that
they are dead easy to use so they are ideal to illustrate concepts, such
as teaching language features.

Instead of having extra lines of code just to show how to do a simple
things such as a cast or use a certain class, you only need the example
code. Setting up a WinForm application required much more code.

HTH,

//Andreas
 
M

Mark Broadbent

Bought a book recently (though not read it yet -just browsed thru) called
Windows Forms Programming in C# by Chris Sells (who is a good guy).
It looks to be pretty good.
Hopefully will sit down and read it soon!

--

--

Br,
Mark Broadbent
mcdba , mcse+i
=============
 

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

Top