L
L
Lev Kekish2018-03-04 15:39:38
.NET
Lev Kekish, 2018-03-04 15:39:38

Where to practice .Net C#?

Good afternoon, at the moment I want to learn .Net technology in C #?
I want to easily manage Post & Get requests and understand what is happening and how.
What can you read and where can you practice from easy tasks to difficult ones?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
mindgrow, 2018-03-04
@mindgrow

Create a normal asp net mvc application and experiment with controller methods using [HttpPost] [HttpGet] method attributes. On the browser side, use the Form element to experiment.
Watch with a chrome sniffer what is sent, and with a visual studio debugger what comes to the controller.
As an interesting example - make a simple site-questionnaire

#
#, 2018-03-04
@mindtester

actually practice on a computer at home / at work..
.. or do you need a dojo? there is also https://www.codewars.com/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question