Questions tagged [asp.net-core]

ASP.NET Core is a versatile and collaborative framework that enables the creation of dynamic web applications. This innovative platform offers an open-source, cross-platform solution for developers globally. Feel free to utilize this tag when seeking assistance on any topics related to ASP.NET Core applications. If your inquiry pertains to a particular version of ASP.NET Core, remember to include a specialized version tag for enhanced support and accuracy in responses.

The reason why the bootstrap Quick Install Package isn't loading

Currently, I am in the process of developing an ASP.Net Core Web Application. After using the Quick Install Package to install Bootstrap, it has now been added to my dependencies: https://i.stack.imgur.com/fMnWV.png Within the "node_modules" folder, eve ...

What's the best way to display a bootstrap modal window popup without redirecting to a new page?

I am having trouble implementing a modal window that will display validation errors to the user when they submit a form. Currently, the window is opening as a new view instead of overlapping the existing form's view. How can I adjust my code so that t ...

Experience the magic of live streaming with our cutting-edge technology bundle featuring RTSP streaming, AspNet 5 API integration, FFM

Description: I am working on an API (ASP.Net 5) that connects to an IP Camera through RTSP. The camera sends a h264 stream converted with ffmpeg as an m3u8 stream, which is then returned to the Angular client in the following manner: public async Task< ...