Hi , we want to implement a video call feature .Is there an open source solution (be it a signalR + .net core backend setup )that we can host in our server to facilitate this ...
Foundation controler protected async Task<IActionResult> ExecuteActionAsync<T>(Func<Task<(int statusCode, T result, string message)>> action, string methodName) { var sto...
I want to create a software for controlling guis for storage management in linux, this would be done using core apis accessing terminal and sending commands. As the client can...
how do you guys transfer codes and stuff via diff layers of the projects? i have made this model to pass data from business to controller public class APIResponse<T>(int suc...
hi, how you guys keep your core app alive if there are very few users, to protect it from having cold start the next time it wakes up? suggestions please current using a p...
is it a good way or there is something I should take care of ? model + cons public class Blog { public int Id { get; set; } public string Title { get...
Is this the right way ? *i dont wanna use too much abstractions with efcore and ms-identity as I am learning the framework adn c# from roots for this persoal project. so i d...
btw have you ever loaded assembly explicitely for like views,controllers in a diff class lib project?
guys i am researching on a way to work with tickets, by taking the tickets checking the intent of what is being asked, currently i am scanning a sequence of phrases to check ...
in react, can i have independent chunks and call them acc to a slug passed via parameters? like some lazyload components <MusicAlbumA> and <MusicAlbumB> need to call them by...
man working with MVC(RazorPages) views after a while , and hot reload sucks , any work around? It breaks everytime
is it fine to have 100s of lazy loaded pages in react? I can use next js for SSGing those pages but as i already have a backend i want to host the react app there only, hence ...
ay pals, so will this function be passed the way i want functs to execute? implementation: acInit([ onAvatarChangeEvent, async () => { await loadavatarDdl(); ...
in a .net mvc project (razor page application) is it okay t have lot of views ? like for blogs i use markdown and parse it acc to the route param, but i want views to be the...
dependency injecting all my classes like data layers business layerrs as service in prog.cs like this ? or creating an instance of it instead and inject only dedicated service...
helo gais, i am not a c dev but kind want to check wasm , wrote one fibonacci thing, but it will overflow after a while when the input element grows, how to tackle it ? if pos...
yo people , any idea or lead to articles or ways to make a router in php, that takes care of the routes ? I don't want to use fully flegid frameworks for that
smol doubt, I am using "using" to have things disposed after they done, but vs recommends simplifying it that removes bracket enclosure. will it dispose them the same way or i...
did the router.events.on change after next js 13.x something? i am stuck, and so is my top loading bar how to detect router's navigation completion
if i have a diff rate limit values (in web api) and counters how to maintain that state in server? like cache or in claims them selves? halppp