.Net
Learn csharp from this playlist
Removed: Spam. Please read and follow the Guidelines for self-promotion on reddit: https://www.reddit.com/wiki/selfpromotion C# devs null reference exceptions source
Removed: Spam. Please read and follow the Guidelines for self-promotion on reddit: https://www.reddit.com/wiki/selfpromotion C# devs null reference exceptions source
Removed: Rule 4. It means you’ve provided non-integer input from your command line. The console input is a string. That means it’s as likely to be “apple” as it is to be “14”. Can you Read more…
Hi everyone. I am a Junior Software Developer and I want to improve my knowledge in C# .Net framework. I am in charge of maintaining the WEB API’s company built in .Net and I feel Read more…
Hello everyone, i am doing a work of violation traffic. I need create a web app that allows to show the violation traffic of a person. Then i need created a button that allows generate Read more…
I have a check box in my WPF application. The checkbox made by my own control template. Where I use bullet decoration to apply the check mark and the grid. I add an IsPressed effect Read more…
Hi. I need to create android app for my university project that uses SignalR, and i dont rly know much about xamarin, so i need an advice on picking between forms and native android. It Read more…
Hello, I built a dotnet tool with .Net Core to write some notes from the terminal. You can find notes written in specified date and search by content you can also export all your notes Read more…
no comments yet Be the first to share what you think! C# devs null reference exceptions source
So i have this linux console app (net 5) and i want to create an installer for it. How do i do that, thank you Windows style Installers are very uncommon on Linux. Forcing on Read more…
Usually VB is the more verbose of the two languages, so I’m surprised to see C# being more verbose in this scenario! Why can’t I just yield 42; in C# like I can in VB? Read more…