glhays
Memory issue in ASP.NET Core video playback endpoint
Maybe a filestream object will manage resources better than the buffering.
https://learn.microsoft.com/en-us/dotnet/api/system.io.filestream?view=net-9.0
8 replies
Auto Code Cleanup moves top comments in razor file
First I am not a Rider user, but feel that this is similar to VS using headers so that they are always top most in a file.
the best I can find for setting it up in Rider is to set up you comment block in the Editor >Code Style>C#
Enter a Comment Block in the template box.
May do some searching on setting up Headers in Rider see what options are available.
4 replies
Need help with assignment
@Sol @TeBeCo please do not take out of context a response to a response directed at me
This is not help full
Your post for help read to me as you did not know where to begin so I offered advice to create a simple Hello world in a console app. It wasn't meant to be degrading to anyone or to supercede someone elses advice.47 replies
Sending Email from C# Windows Form, Several Effort hasn't yielded any effort
If you want to test for development, this is a easy tool to use.
https://www.mailslurp.com/blog/a-guide-to-smtp4dev/
18 replies
Sending Email from C# Windows Form, Several Effort hasn't yielded any effort
Try reviewing this it might help. https://phppot.com/php/send-email-localhost-php/
18 replies