Results for web-scraping
I have started a new Blazor project with the new .NET 8 auto setup. I am trying to place a Web API controller in my server project and use my ASP.NET ...
I am trying to create a site on ISS on one of our machines. The task keeps thinking that the site object changes, even though no changes occurred. If ...
I've been trying to find something to do this for a while, and people have given me really good answers and they do work it's just that Web Developmen...
Paginator is only working for the first index page but it doesn't work on the profile page def profile(request, profile): cur_profile = User.objec...
I am doing a school project for that i need to scrap doctor info to make recommendation model. The problem that i am facing is that doctors in website...
I would like to change the css styles of a website but only during the month of decemeber how can I do this? This is the css that I would like to incl...
I'm trying to use Blazored.LocalStorage on the new Blazor Web App (.NET 8) and somehow it doesn't work like it should on Blazor Wasm. Program.cs on bo...
I have a react native web app. And after I do expo start. I choose for w-web. But then I get this error: ] 10%Error: error:0308010C:digital envelope r...
Using this command: az staticwebapp functions link --function-resource-id "/subscriptions/[sub-id]/resourceGroups/[resource-group-name]/providers/Micr...
I have a dotnet 6 solution which I deploy with azure-devops in Azure Webapp. this is part of my yml: - task: AzureRmWebAppDeployment@4 d...
I use Dapper and N-tier architecture in my ASP.NET Core 8.0 project. My project works with SignalR, but when I add SqlDependency, I get an error Unab...
I use Dapper and N-tier architecture in my ASP.NET Core 8.0 project. My project works with SignalR, but when I add SqlDependency, I get an error Unab...
I'm creating a new ASP.NET Core 8 Web API. In my previous projects with .NET 6 or .NET 7, I can use: services.AddApiVersioning(options => { option...
I have a web app that uses Google Drive API and the end user can choose whether they want to give full access or read-only access (this is crucial). T...
I have a problem with Docker. I am trying to build a docker postgres DB and web service for a DJango app. Here is my config: Dockerfile: # syntax=dock...
I have a python (Django) web app running on Azure App Service. Despite everything I tried from other SO threads, I can't figure out how to have the en...
This is my JavaScript function in app.js that when window is resizing it call c# function that log a message in console window.addEventListener('resiz...
My Web app(Attendance Management System) contains a dashboard which opens after login. The dashboard contains some data on the right side, a menubar o...
Before .NET 8, hosting server side controllers with a Blazor WebAssembly app was easy. You just clicked the "ASP.NET Core Hosted" checkbox in the proj...
I hope you can help me with the following situation. We want to deploy an Azure Web App on some sub-applications / virtual-applications. However, what...
I have a table where it has only two columns being exercise_id and muscle_id create table if not exists exercise_muscle( exercise_id INT not null,...
I created a stored procedure for saving mails to the Microsoft SQL Server. Then I need to send them using ASP.NET Web application. Can you tell me a w...
After following Prepare your environment and other prerequisites for custom policies, I've met difficulty with how to design my B2C application regist...
I have started to build website but using flutter. I am able to achive to render single single yt video on the page. But when I try to do so for multi...
I have an ASP.NET Core 6.0 Web API which receives request from Angular web UI application. Currently I have implemented JWT token authorization as per...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?