glhays
glhays
CC#
Created by slimyfrog on 4/21/2025 in #help
✅ bracket pairing isn't working
You can not put an access modifier within a scoped block. Public is a access modifier and inside a pair of { } is not valid as has been said.
29 replies
CC#
Created by Rushaan on 4/21/2025 in #help
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
CC#
Created by AnnaSasDev on 4/18/2025 in #help
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
CC#
Created by Theos on 4/14/2025 in #help
Issue when deserializing web response
Try adding the Attribute to AnimeData.
[JsonPropertyName("list_status")]
public ListStatus ListStatus { get; set; }
[JsonPropertyName("list_status")]
public ListStatus ListStatus { get; set; }
23 replies
CC#
Created by Sol on 4/12/2025 in #help
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
CC#
Created by Sol on 4/12/2025 in #help
Need help with assignment
you assume something to start with. again just saying.....
47 replies
CC#
Created by Sol on 4/12/2025 in #help
Need help with assignment
I haven’t written much code yet because I’m not really sure where to `BEGIN`, how to structure it, what classes I might need, that kind of thing. Any advice or direction would really help. Thanks a lot in advance!
I haven’t written much code yet because I’m not really sure where to `BEGIN`, how to structure it, what classes I might need, that kind of thing. Any advice or direction would really help. Thanks a lot in advance!
47 replies
CC#
Created by Sol on 4/12/2025 in #help
Need help with assignment
For your reference
Calories Tracker App
Build a simple console app
Calories Tracker App
Build a simple console app
47 replies
CC#
Created by Sol on 4/12/2025 in #help
Need help with assignment
@TeBeCo It is when we do not know if they can even do it. Or know what a Console app even is. Stop your snarky reviewing of my comments please!!!!
47 replies
CC#
Created by Sol on 4/12/2025 in #help
Need help with assignment
Create a "Hello world" console app and post it here
47 replies
CC#
Created by MainaJauro on 4/10/2025 in #help
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
CC#
Created by MainaJauro on 4/10/2025 in #help
Sending Email from C# Windows Form, Several Effort hasn't yielded any effort
Got it, but your code file said otherwise.
18 replies
CC#
Created by MainaJauro on 4/10/2025 in #help
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
CC#
Created by ` on 3/25/2025 in #help
im watching a course about asp.net and creating some kind of web
Can you show the api.csproj file in this screenshot
40 replies
CC#
Created by Staynk on 3/7/2025 in #help
Not understanding this lesson
reduce is actually known as refactoring.
31 replies
CC#
Created by Staynk on 3/7/2025 in #help
Not understanding this lesson
He declares a variable named message as a string type set initially to Hello.
31 replies
CC#
Created by Staynk on 3/7/2025 in #help
Not understanding this lesson
That's why it is called a variable
31 replies
CC#
Created by Staynk on 3/7/2025 in #help
Not understanding this lesson
Nope
31 replies
CC#
Created by HyperPixel on 3/5/2025 in #help
Can someone tell me what am i doing wrong?
CurrentAmount = Capacity in the FillAll method?
15 replies
CC#
Created by Moha on 3/2/2025 in #help
Bank code
Remove the space a before the semi-colon while (choice != "yes" && choice != "yes." && choice != "no" && choice != "no.") ;
170 replies