Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Category: Database

May 12, 2023 Database

How to make a batch class schedulable

May 12, 2023 Database
Post Views: 1,854
| By Ayush Sharma

Batch Apex is a very powerful tool that allows us to work on large volumes of data in bite-sized chunks (batches) so that we don’t hit Salesforce’s governor limits. Often, we need to schedule our batch apex to run at

Read More
May 2, 2023 Database

Implementing Asynchronous Task Processing using Celery and RabbitMQ

May 2, 2023 Database
Post Views: 2,384
| By Webner

Celery is a popular open-source task queue/job queue that allows you to execute tasks asynchronously in the background. It is written in Python and utilizes distributed message passing to manage the execution of tasks. With celery, you can schedule tasks

Read More
April 20, 2023 Database

What is a serverless application? Explain Microsoft Azure Functions

April 20, 2023 Database
Post Views: 1,421
| By Webner

A serverless application is a type of application that is designed to run on a cloud computing platform, where the cloud provider takes care of managing the underlying infrastructure and scaling resources automatically based on the application’s needs. In a

Read More
April 20, 2023 Database

What is a serverless application? Explain Microsoft Azure Functions

April 20, 2023 Database
Post Views: 1,238
| By Webner

A serverless application is a type of application that is designed to run on a cloud computing platform, where the cloud provider takes care of managing the underlying infrastructure and scaling resources automatically based on the application’s needs. In a

Read More
April 18, 2023 Cloud / Database

Rules to redirect www to the parent domain

April 18, 2023 Cloud / Database
Post Views: 1,750
| By Webner

Install the URL Rewrite module (if it is not installed by default). http://www.iis.net/downloads/microsoft/url-rewrite After installing the module, use the below directive and put it inside the webconfig file Note: replace the domain name above from example.com with your desired domain

Read More
February 15, 2023 Cloud / Database

Custom Quick Actions on the LWC page when Modal is created using an Aura component

February 15, 2023 Cloud / Database
Post Views: 2,943
| By Webner

Quick Actions can’t be used with Lightning Web components. Let’s say that the record page has a button that, when clicked, integrates an Aura component that displays a modal. On the Lightning Web Component page, the coding is complete, and

Read More
February 10, 2023 Database / Web Development

Comparable Interface in Apex

February 10, 2023 Database / Web Development
Post Views: 2,692
| By Webner

When we have to sort a custom object list, based on a field, we try doing it by SOQL query ORDER BY but sometimes due to any constraint or some complex requirements we need to sort the list in Apex

Read More
January 18, 2023 Database

Creating an Azure MySQL database and accessing it via MySql Workbench

January 18, 2023 Database
Post Views: 2,325
| By Webner

Look for “MySQL” in the search bar at the top of the Microsoft official website and then choose Azure Database for MySQL. Create a MySQL database using the resource group, and don’t forget to change the default pricing tier. As

Read More
January 4, 2023 Cloud / Database

Azure Upload Blobs To Storage account using SAS URL (source)

January 4, 2023 Cloud / Database
Post Views: 3,461
| By Webner

//SASToken to pass to the Blobservice client for authentication to source storage account String sasToken = “SAS Token of source storage account ”; //connection string to connect to the destination storage account string connectionString =”connection string of destination storage account”;

Read More

Posts pagination

«Previous Posts 1 2 3 4 … 15 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection