P
P
PrAw2015-11-02 16:09:06
User interface
PrAw, 2015-11-02 16:09:06

What books to read for a quick start in C#?

I wanted to advise a novice student on literature for a quick start with window applications in C #, and somehow I could not find a suitable one. I once sat on delphi since childhood, so I just set up the studio. I flipped through the syntax and continued to write as if nothing had happened, sometimes rejoicing at the syntactic sugar, so I missed the moment of studying exactly how to work with components.
The task is to quickly build a gui application for proof of concept, basic programming skills are there.
I found a lot of literature on how to fence classes, delegates, inheritance, and so on, but at the same time, even the basic mechanisms of the language with the conversion of a string into a number are bashfully missed.
There is a proprietary MS textbook "C# for schoolchildren", and even then half of the textbook is poking around in the console, then they suddenly create a GUI application, and then they learn how to generate controls manually, instead of using a normal editor.
Requires a book of small volume, which is written in the style of "Drag the control to the form, on the sidebar select the event to react to and the handler is created automatically, and write there."
I suspect that the best would be some manual for a technical university, where idealistic programming is not at the forefront, but at the same time it is required to be interested in the capabilities of the new tool.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
MrDywar Pichugin, 2015-11-02
@remzalp

I'll add to what I have.
INTUIT
“Fundamentals of C# 3.0 Programming: The Core of the Language”
“Object Programming in C# 3.0 Classes”
“Parallel Computing and Multithreaded Programming”
“Introduction to WPF Application Development”
“Development of Applications Based on WPF and Silverlight”

T
Tsiren Naimanov, 2015-11-02
@ImmortalCAT

I stupidly google msdn
+ metanit.com
+ itvdn.ru
+ Andrew Troelsen / Richter

S
Shamil, 2015-11-02
@jawakharlal

you can watch vids on youtube.
That's how I learned to write in Java.

D
Dmitry Demidov, 2015-11-02
@ptitca_zu

I'm currently learning the basics of C# in this course .
Not bad.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question