R
R
Roman Naminas2013-12-02 23:08:09
Programming
Roman Naminas, 2013-12-02 23:08:09

Where can I find tasks for a more practical study of C #?

I am a second year student. I am learning OOP in C#. I'm not good at programming, but I would like to improve. There are books, but I would like to practice in parallel. Maybe you know where you can find tasks or some instructions for implementing simple programs written in C#. Thank you.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
C
cheerfulatlas, 2013-12-03
@namikro

Write a model of some process, for example, check-in for a flight. There will be check-in counters, a queue of passengers, you can think of something else. And so that everything moves :)
You will study .net-ovskie data structures. Moreover, it is not necessary to use the window interface for this, if suddenly you have not yet reached it in the study.
First, you can make a model in a step-by-step mode, then start studying and implementing everything using flows, they will come in handy someday anyway.
You can also, for example, write a program that takes the weather from the gismeteo and displays it on the screen in your format. And so that you can switch the modes day / week / more without restarting the program.

N
Nikolai Turnaviotov, 2013-12-08
@foxmuldercp

Depending on what you like best - WinForms - are slowly becoming obsolete.
WPF - more interesting in terms of GUI, at least the scalability of windows / fonts for different screen resolutions, sometimes very idiotic.
Modern-UI - tiles and other joys of Win8 +, with a marketplace.
Web - C# + Asp.Net MVC + some Jquery/Bootstrap - quite now the trend for taking applications to the web
Mobile - the same as with Win8+, only in standardized screen resolutions.
More games, such as Unity-based. An interesting thing, you can start with some Tower-Defence toys with a minimum of graphics.
And now, purely for myself - 16 years of administration experience, of which a little experience in writing admin scripts in PowerShell, bash.
For the last couple of years, in the evenings from scratch, without knowledge of C #, html / css / web and other things, somewhere in one and a half to two months of full time 5x8, if you count, I write home accounting in Asp.Net MVC with Jquery + Twitter Bootstrap with MS SQL as data warehouse (also without his special knowledge).
Now all this lives in MS Azure with participation in the Microsoft BizSpark program.
If I say that at 31 I went to C # Junior - will I surprise you?

R
Rustam Safin, 2013-12-03
@snegovikufa

Read assignment, write in C#
https://github.com/karan/Projects

B
begezavr, 2013-12-02
@begezavr

Write me a bot for automatic trading on bitcoin exchanges :) No, really, come up with some real task for yourself and write. Anything can be started from scratch.

P
Puma Thailand, 2013-12-03
@opium

I can throw a problem on analyzing trends on the freelance exchange odesk.com

V
Vitalii AVA, 2016-02-06
@AlifirenkoVA

Here is a cool collection, just what you are looking for: CSharp a collection of recipes for agurs PV (be sure to download with the practical part, with files of implemented programs).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question