Learncado
Learncado

Learncado brings together a vast collection of questions and answers. Expand your knowledge, learn new skills, and find solutions to your queries effortlessly. Enhance your learning experience and save valuable time by exploring our website today.

Resources

  • Questions
  • Question By Tags

Help and support

  • Contact
  • About

  • Geniecourse
  • Jetsodeals
  • Rentcado
  • Dealcado
© 2021-2023 Learncado All Rights Reserved.

Search Results (569)

Results for web-scraping

December 8th, 2023
Blazor / .NET 8 / Web API in Blazor server project is not working

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 ...

c#asp.net-coreblazor.net-8.0
Read more
December 7th, 2023
Issue with IIS web app manage task - always thinks there are changes to site object

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 ...

azure-pipelinesiisazure-pipelines-release-pipeline
Read more
December 7th, 2023
How can I convert a base62 (**NOT BASE64**) string into a hexadecimal (base16) string that is around 25 characters long? [Web Development JS]

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...

javascript
Read more
December 6th, 2023
Paginator only working for one web page django

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...

pythonhtmldjango
Read more
December 3rd, 2023
Having issue during web srapping due to same tags class names

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...

pythonweb-scrapingbeautifulsoup
Read more
December 2nd, 2023
How do you use Chrome Extensions to change CSS of a web site during month of decemeber?

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...

javascriptcssgoogle-chrome-extension
Read more
December 4th, 2023
Cannot get localstorage value from new Blazor Web App .NET 8?

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...

c#.netasp.net-coreblazor
Read more
November 29th, 2023
How to resolve 10%Error: error:0308010C:digital envelope routines::unsupported with react native web?

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...

javascriptreactjsreact-native
Read more
December 1st, 2023
Link static web app's preview deployment to Azure Function's non-default deployment slot using az cli

Using this command: az staticwebapp functions link --function-resource-id "/subscriptions/[sub-id]/resourceGroups/[resource-group-name]/providers/Micr...

azureazure-functionsazure-cliazure-static-web-app
Read more
December 7th, 2023
Azure web app get deployed but wrong content in wwwroot folder

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...

azureazure-devopsazure-web-app-service
Read more
November 25th, 2023
ASP.NET Core Web Api with Dapper (SignalR-SqlTableDependency): unable to connect to web server https

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...

javascriptsignalrasp.net-core-webapisqldependency
Read more
November 23rd, 2023
(Solved) ASP.NET Core Web Api with Dapper (SignalR-SqlTableDependency): unable to connect to web server https

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...

javascriptsignalrasp.net-core-webapisqldependency
Read more
November 22nd, 2023
ASP.NET Core 8 Web API : how to add versioning?

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...

c#asp.net-core.net-8.0asp.net-core-webapi
Read more
November 21st, 2023
My web app needs multiple OAuth consent screen. Do I have to create another project to create another consent screen?

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...

google-cloud-platformoauthgoogle-drive-apigoogle-oauth
Read more
November 20th, 2023
DJango and Docker: db shutting down and web service not accepting connections

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...

postgresqldockerdjango
Read more
November 18th, 2023
Load variables from a virtual env for a cron task on Azure web app server

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...

cronazuredjangoazure-web-app-servicevirtualenv
Read more
November 21st, 2023
How to call C# function from javascript in the new Blazor .NET 8 Web App Template Auto (Server and WebAssembly)

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...

blazorblazor-webassemblyblazor-server-side
Read more
November 23rd, 2023
Navigating between pages in flutter web app with a persistent side menu and Top bar

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...

flutterdashboard
Read more
November 15th, 2023
How to host server side controllers, with a Blazor Web App (WebAssembly), in .NET 8?

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...

c#.netblazorblazor-webassembly.net-8.0
Read more
November 17th, 2023
Deploying to an Azure Web App via ARM msdeploy/zipdeploy to multiple Sub-Applications / Virtual-Applications

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...

azureazure-web-app-serviceazure-resource-managerwebdeployzipdeploy
Read more
November 13th, 2023
Django - Created a web app which is linked to my PSQL, but when inserting data to one of my tables gives error for no ID

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,...

pythondatabasepsqldjango
Read more
November 13th, 2023
Send mails MTA in ASP.NET Web Application

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...

c#asp.net-mvcsqlasp.netemail
Read more
November 14th, 2023
Azure AD B2C Custom Policies integration with Web API correct design

After following Prepare your environment and other prerequisites for custom policies, I've met difficulty with how to design my B2C application regist...

azureazure-ad-b2casp.net-web-apiazure-ad-b2c-custom-policy
Read more
November 16th, 2023
Rendering multiple Youtube Video on flutter web

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...

flutterflutterwebviewplugin
Read more
November 10th, 2023
Custom authorization filter in ASP.NET Core Web API

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...

c#asp.net-corefilterauthorizationasp.net-core-webapi
Read more

Hot Topic

  • 25881

    How do I undo the most recent local commits in Git?

  • 11618

    How can I remove a specific item from an array in JavaScript?

  • 20343

    How do I delete a Git branch locally and remotely?

  • 7387

    How can I find all files containing a specific text (string) on Linux?

  • 7330

    How to find all files containing specific text (string) on Linux?

  • 7611

    How do I revert a Git repository to a previous commit?

  • 2671

    How do I create an HTML button that acts like a link?

  • 8481

    How do I check out a remote Git branch?