workani
✅ Chances to get unpaid internship as a beginner
I’ve been learning C# for about three months and would love to gain real-world experience in a company or startup. Do you think it will be hard to find an unpaid internship during the summer holidays?
P.S. I’m 18 years old, based in Germany, and I don’t have a computer science degree. My primary focus is on backend development with ASP.NET.
2 replies
✅ Good courses for ASP.NET backend
Hi. I want to become a backend developer using ASP.NET, and Web API in particular. I already have a bit of experience with this framework, but my knowledge is not too great. Could somebody recommend quality learning resources for this goal?
5 replies
What should I do next?
I’ve grasped some basics of C# and now I’m capable of creating simple console applications with API integrations. Should I continue learning basics? (If yes, what should I learn) or could I dive into ASP.NET? What would be better for my learning?
10 replies
✅ Do I always need to avoid coupling?
For example, I have a class Application where the main part of my project's logic is written, and I also have a GenerateVocabulary object which will itself use an Interface to actually generate content. Will it be good practice to simply create this object inside my Application class? And in general, is it acceptable in a professional context to create one object inside another if I'm 100% sure that I won't change it?
32 replies
Populating a Dictionary from a CSV File with Words Separated by Semicolons
Hi, I want to create a small console app for learning new vocabulary, and I need to populate a dictionary (source language: target language) from a CSV file that contains vocabulary in this format: english;german\n. How could I populate a dictionary?
172 replies