Mayor McCheese
Mayor McCheese
Explore posts from servers
CC#
Created by 𝖔𝖚𝖙𝖌𝖔𝖊𝖘 on 3/14/2025 in #help
Protect against reverse engineer
like @leowest said
41 replies
CC#
Created by 𝖔𝖚𝖙𝖌𝖔𝖊𝖘 on 3/14/2025 in #help
Protect against reverse engineer
The only way is not to distribute it
41 replies
CC#
Created by balls mcgee on 3/14/2025 in #help
Download a file in a new tab from a controller that requires auth
html-wise
5 replies
CC#
Created by balls mcgee on 3/14/2025 in #help
Download a file in a new tab from a controller that requires auth
What does your page look like?
5 replies
CC#
Created by [-InsertNameHere-] on 3/9/2025 in #help
✅ Async void method testing in xUnit
I feel like you're testing that when you press the button the button was pressed
30 replies
CC#
Created by [-InsertNameHere-] on 3/9/2025 in #help
✅ Async void method testing in xUnit
Ideally the important parts aren't too tightly bound with winforms code
30 replies
CC#
Created by [-InsertNameHere-] on 3/9/2025 in #help
✅ Async void method testing in xUnit
I'm reading on my phone, but this seems like a bit of overkill
30 replies
CC#
Created by [-InsertNameHere-] on 3/9/2025 in #help
✅ Async void method testing in xUnit
What problem do you expect to have happen in the future?
30 replies
CC#
Created by [-InsertNameHere-] on 3/9/2025 in #help
✅ Async void method testing in xUnit
What if you don't test it at all?
30 replies
CC#
Created by [-InsertNameHere-] on 3/9/2025 in #help
✅ Async void method testing in xUnit
What are you really testing?
30 replies
CC#
Created by [-InsertNameHere-] on 3/9/2025 in #help
✅ Async void method testing in xUnit
Is just deleting this whole file an option?
30 replies
CC#
Created by Vortac on 3/2/2025 in #help
Using IDisposable in private field
That doesn't sound related to IDisposable. Can you make a simpler implementation that works as a proof of concept?
12 replies
CC#
Created by Nada on 3/2/2025 in #help
How to Structure an Angular + .NET 8 Microservices Project? (MVVM, MVC, Docker, Databases...)
but there's no "right"
19 replies
CC#
Created by Nada on 3/2/2025 in #help
How to Structure an Angular + .NET 8 Microservices Project? (MVVM, MVC, Docker, Databases...)
there's things to do "wrong"
19 replies
CC#
Created by Nada on 3/2/2025 in #help
How to Structure an Angular + .NET 8 Microservices Project? (MVVM, MVC, Docker, Databases...)
sure I guess
19 replies
CC#
Created by Nada on 3/2/2025 in #help
How to Structure an Angular + .NET 8 Microservices Project? (MVVM, MVC, Docker, Databases...)
Check out some .net based github repos
19 replies
CC#
Created by Nada on 3/2/2025 in #help
How to Structure an Angular + .NET 8 Microservices Project? (MVVM, MVC, Docker, Databases...)
You'll find a lot of opinions around this
19 replies
CC#
Created by Nada on 3/2/2025 in #help
How to Structure an Angular + .NET 8 Microservices Project? (MVVM, MVC, Docker, Databases...)
angular, I'd look angular's site for best practices I suppose
19 replies
CC#
Created by Nada on 3/2/2025 in #help
How to Structure an Angular + .NET 8 Microservices Project? (MVVM, MVC, Docker, Databases...)
but for a singgle microservice something like
.git
.gitignore
.gitattributes
readme.md
some-solution-file.sln
- src
| - Assembly
| - Assembly2
| - WebApi
- tests
| - UnitTest
| - IntegrationTests
- .pipelines | .github | whatever
.git
.gitignore
.gitattributes
readme.md
some-solution-file.sln
- src
| - Assembly
| - Assembly2
| - WebApi
- tests
| - UnitTest
| - IntegrationTests
- .pipelines | .github | whatever
19 replies
CC#
Created by Nada on 3/2/2025 in #help
How to Structure an Angular + .NET 8 Microservices Project? (MVVM, MVC, Docker, Databases...)
each microservice is it's own independent solution
19 replies