Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
like I have watched some video tutorials but still it won't sink in my brain. please help me out.

What I have tried:

I have tried watching tutorial and following it how to do it but then still I cannot understand.
Posted
Updated 18-Dec-17 7:46am

We can't help you - we aren't a tutorial service and we can't "explain C#7" in a small text box: there are whole books devoted to it, and big ones.

And that is the resolution to your problem: get a book (or better go on a course) instead of watching YouTube videos, which are mostly made by people with the same level of knowledge of the subject as you.
Wrox do good ones, as do Addison-Wesley and Microsoft Press. Get one, read it and do all the exercises as you go through.
 
Share this answer
 
Quote:
like I have watched some video tutorials but still it won't sink in my brain. please help me out.
Read a book, then.
 
Share this answer
 
Quote:
like I have watched some video tutorials but still it won't sink in my brain.

Learning programming is much more than learning a programming language or watching a couple videos on YouTube.

My guess is that you are learning programming.
You have to know that you can do pretty much anything in any language, simply some languages are harder for beginners because there is more pitfalls to handle.
You need to master a set of techniques that are the basis of the job and are not linked to a language.

Advices:
- Start with an easy/safe language: VB, Java, C#, not C or C++
- Read documentation / Follow tutorials (a lot of them)
- Start with tiny/useless projects, the purpose is to learn programming, not doing something useful.
- Start with console mode programs (no fancy graphics, no mouse)
- Learn debugger
Debugger - Wikipedia, the free encyclopedia[^]
Mastering Debugging in Visual Studio 2010 - A Beginner's Guide[^]
- A problem ? Google is your friend.
- Learn Algorithms and Data-Structures.
- Learn Boole algebra
- Learn one or more analyze methods, E.W. Djikstra top-Down method is a good start.
https://en.wikipedia.org/wiki/Top-down_and_bottom-up_design[^]
https://en.wikipedia.org/wiki/Structured_programming[^]
https://en.wikipedia.org/wiki/Edsger_W._Dijkstra[^]
https://www.cs.utexas.edu/users/EWD/ewd03xx/EWD316.PDF[^]
- Learn SQL
- Learn Databases design and Administration
Introduction to database design[^]
1NF, 2NF, 3NF and BCNF in Database Normalization | DBMS Tutorial | Studytonight[^]
- Learn Regular Expressions

Interesting link:
Stanford: Learn to Program[^]

There is no shortcut to knowledge, no one can learn for you, you are the only one that can do it.
Remember the exercises and little projects are not here to make something useful, they are here to teach you programming.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900