Click here to Skip to main content
15,886,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I am currently searching for some knowledge or tools that I could acquire to improve myself a little bit.

Last thing I played with a lot was the DataFlowLibrary from Microsoft, which I enjoyed quite a lot.

I also currently play along with ML.NET, but not too much.

Do you have any recommendations on what could be a good add-on to my programming skills?


Thanks ppolymorphe for pointing out that I forgot to post my background.
I writing C# applications for about 20 years now and I am pretty familiar with the concepts of programming. I stumbled over a lot of great tools like the TPL or most recently the DataFlowLibrary and realized that there must me interesting, yet useful tools out there that I might have missed (family binds a lot of my time I formerly used to try out new things, so I have to be more efficient lately in finding things I want to spend my time with).
I did Java/C++ in the past but moved on to C# as soon as it came out many years ago :)
Databases, Web, Services... all covered (more or less).


The reason for searching new topics to learn is actually (I might repeat myself here) is finding out about the DataFlowLibrary...
Have you stubled over some topics where you just thought "Danm... how could I miss that?"... These are the topics I might be interested in...
I hope that helps a little :)



Any recommendations are highly appreciated,

best regards
Andy

What I have tried:

As already mentioned I digged deeper into DataFLowLobrary, ML.NET, TPL and its "friends".
Azure and it's "Whatever as a Service" was also something I did quite some projects with in the near past.
Posted
Updated 13-Jun-18 2:50am
v3

Quote:
Do you have any recommendations on what could be a good add-on to my programming skills?

Dear Andy, you only forgot to tell us what is your background.

- Learn one or more analyze methods, E.W. Djikstra top-Down method is a good start.
Structured Programming.pdf[^]
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 Algorithms and Data-Structures.
- Learn Boole algebra
- Learn debugger (an incredible learning tool)
Debugger - Wikipedia, the free encyclopedia[^]
Mastering Debugging in Visual Studio 2010 - A Beginner's Guide[^]

Lately, I have messed with IP (Integer Programming), a wide subject linked with a large variety of problems.
 
Share this answer
 
v2
Comments
hoernchenmeister 15-Jun-18 7:08am    
Thanks a lot for your contribution.
It is very much appreciated!
Here is a nice list of things for you to peruse: GitHub - sindresorhus/awesome: Curated list of awesome lists[^]
Bet you can learn lots of new things from it :)
 
Share this answer
 
Comments
hoernchenmeister 15-Jun-18 7:09am    
Thanks for posting this. It is indeed a bouquet of interesting things. This might take me a while to go through it, but I am looking forward to it.

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