Anchy
Anchy
CC#
Created by pdr on 6/26/2024 in #help
Problem with JWT, always returns Unauthorized
it looks like you are using the Bearer scheme, inspect the request and see if the Authorization header is set using the Bearer scheme
2 replies
CC#
Created by CDL on 5/26/2024 in #help
best place to get started learning C# for web dev?
build something with ASP.NET Core and you will learn a lot that way
9 replies
CC#
Created by Luna on 5/24/2024 in #help
✅ Detect the user name who started the process
what does that give you
15 replies
CC#
Created by Luna on 5/24/2024 in #help
✅ Detect the user name who started the process
Process.MachineName?
15 replies
CC#
Created by Salty on 5/7/2024 in #help
WriteLine happening after Readline, why?
I am also unsure if you are meaning to use the bitwise & operator in your if statement or the logical && operator
23 replies
CC#
Created by Salty on 5/7/2024 in #help
WriteLine happening after Readline, why?
like what does file[i] even return, maybe follow the DRY principle instead of using file[i].Trim() multiple times
23 replies
CC#
Created by Salty on 5/7/2024 in #help
WriteLine happening after Readline, why?
try splitting your lines up into individuals variables so you can properly track the state of everything when you set a breakpoint
23 replies
CC#
Created by NovaSprite (AppleCyder) on 5/7/2024 in #help
I am about done with the assignment but it won't run, why?
If you are reading one of the MS Docs and you don't understand what it is saying, maybe research some of the key words specified in that doc
66 replies
CC#
Created by NovaSprite (AppleCyder) on 5/7/2024 in #help
I am about done with the assignment but it won't run, why?
And any other questions about words you may not understand during your reading
66 replies
CC#
Created by NovaSprite (AppleCyder) on 5/7/2024 in #help
I am about done with the assignment but it won't run, why?
- What is inheritance in C#?
66 replies
CC#
Created by NovaSprite (AppleCyder) on 5/7/2024 in #help
I am about done with the assignment but it won't run, why?
namely: - What is a C# Project? - What is a source file? - What is scope? - What is a namespace? - What is a file scoped namespace? - What do these error codes mean?
66 replies
CC#
Created by NovaSprite (AppleCyder) on 5/7/2024 in #help
I am about done with the assignment but it won't run, why?
that will teach you more than I can
66 replies
CC#
Created by NovaSprite (AppleCyder) on 5/7/2024 in #help
I am about done with the assignment but it won't run, why?
I am not going to do the work for you, its up to you to research and learn why you are having these problems
66 replies
CC#
Created by NovaSprite (AppleCyder) on 5/7/2024 in #help
I am about done with the assignment but it won't run, why?
try take all the information I provided further up on board and look into the things I mentioned because they directly relate to the issues you are having
66 replies
CC#
Created by NovaSprite (AppleCyder) on 5/7/2024 in #help
I am about done with the assignment but it won't run, why?
you should do it in this assignment
66 replies
CC#
Created by NovaSprite (AppleCyder) on 5/7/2024 in #help
I am about done with the assignment but it won't run, why?
you should get used to doing that
66 replies
CC#
Created by NovaSprite (AppleCyder) on 5/7/2024 in #help
I am about done with the assignment but it won't run, why?
its worth googling the error code (or clicking on the error code link) to read why you are getting these errors
66 replies
CC#
Created by NovaSprite (AppleCyder) on 5/7/2024 in #help
I am about done with the assignment but it won't run, why?
it sounds like you have your Account class defined twice
66 replies
CC#
Created by NovaSprite (AppleCyder) on 5/7/2024 in #help
I am about done with the assignment but it won't run, why?
maybe look into File Scoped Namespaces to simplify things and Scoping in general
66 replies
CC#
Created by NovaSprite (AppleCyder) on 5/7/2024 in #help
I am about done with the assignment but it won't run, why?
you classes should be sitting inside of one namespace inside those files
66 replies