Batuhan
Photo upload always fails
i think the problem is not creating the image,it's the showing them. Maybe you should check the correct url when passing it to img. for instance if you are working in local check for http://localhost.../imagePath/image.jpg
57 replies
Why am I unable to increment this property?
https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/reference-types
https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/value-types
37 replies
✅ Event-Driven-Architecture Cons Issue
basically e-commerce websites when you order something after ordering you will be shown the order details and what i want to do is that. But also making this action async what i am trying to do. After my research i get the same results as you guys. In addition to these solutions i found out there is another way called sse (server-sent-event) which is linkedin and twitter uses it. I guess this will be the best option for me. What do you guys think ?
16 replies
✅ CSS and JS Files Not Recognized in ASP.NET Core Project
maybe this might help
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/static-files?view=aspnetcore-8.0
31 replies
✅ SignalR in a background service
btw you were 100% right, i was looking how to use authentication on hub and the first i've looked at the ai to find the solution. Now i noticed that microsoft has clean explanation about that :/
https://learn.microsoft.com/en-us/aspnet/core/signalr/authn-and-authz?view=aspnetcore-8.0
41 replies