artya
Help about possible internship interview questions
Study Design Patterns, Architecture, OOP and SOLID. I mostly got questions like:
"On the topic of Design Patterns could you discuss specific instances where you applied design patterns to address particular challenges? If so, could you elaborate on the design patterns used and the problems they were employed to solve?"
"Share an example from your experience where you utilized Dependency Injection."
Like mostly questions were about Design Patterns, OOP, SOLID principles.
3 replies
❔ what learn first as beginerr blazor or asp.net
Microsoft has videos on everything ASP.NET on their website here: https://dotnet.microsoft.com/en-us/learn/aspnet
17 replies
Real-time audio recording and streaming
If you want to check default device in your code and let's say set the default device to a different device if your default device isn't the device you want to use (this is confusing to type.) You can use NAudio to retrieve default device name, and set a desired device as the default.
17 replies