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

Author: Webner

We are a software development company in India.
June 11, 2021 Salesforce

Salesforce | Iterate list in LWC

June 11, 2021 Salesforce
Post Views: 8,823
| By Webner

In LWC, we have two ways to display the list of records in our web component for:each: for:item=”currentItem”: This is used to access the current item. for:index=”index”: used for accessing the current item’s index. key={uniqueId}: used to assign a unique

Read More
June 9, 2021 Mobile / Web Development

Rename package name in React-native

June 9, 2021 Mobile / Web Development
Post Views: 4,360
| By Webner

In react-native, To create a new application we use the following command: react-native init MyApp This command will create a package name with com.myapp. Sometimes, if your application is created with the wrong package name or bundle id or you

Read More
June 7, 2021 Web Development

Installing and using Pyinstaller

June 7, 2021 Web Development
Post Views: 6,624
| By Webner

You can install it through pip using this command: Pip install pyinstaller Usage: pyinstaller path_to_your_script.py PyInstaller reads your Python program, analyzes all the imports it makes, and binds copies of those to the program. The user can launch the integrated

Read More
June 4, 2021 Web Development

How to customize Page size selector using Devextreme DataGrid

June 4, 2021 Web Development
Post Views: 5,972
| By Webner

Pagination is the default feature of Devextreme. The pagination divides your lots of records into pages and you can show numbers of records on a single page. Under pagination, Devextreme provides lots of features. As we can see in the

Read More
June 2, 2021 Mobile / Web Development

Increase React Native App Performance

June 2, 2021 Mobile / Web Development
Post Views: 3,500
| By Webner

React Native apps have numerous benefits like they are fast, cost-efficient, and offer a nearly native look. But, when it is not done properly, it can lead to performance issues. So, while making you react to native applications, developers need

Read More
May 31, 2021 Salesforce

Org Browser on VS Code in Salesforce

May 31, 2021 Salesforce
Post Views: 9,457
| By Webner

The Org Browser helps us to view all the available metadata types and their relating components in your default org. With the help of this feature, we can retrieve the metadata source easily without using a manifest file. The non-scratch

Read More
May 27, 2021 Web Development

Dependency Injection in C Sharp

May 27, 2021 Web Development
Post Views: 3,195
| By Webner

To understand the term Dependency Injection, we must know what is Dependency and IoC? In terms of Object-Oriented Programming, Suppose Class A uses Class B for one of its jobs. Here Class B is a dependency of Class A and

Read More
May 25, 2021 Salesforce

About Salesforce Queues

May 25, 2021 Salesforce
Post Views: 3,174
| By Webner

The collection of records without any owner are the Salesforce Queues. Only the users having permissions to the queue can examine every record of it and can claim ownership of any of them. Queues are basically used to assign/distribute/prioritize the

Read More
May 21, 2021 Web Development

How to run command prompt from visual studio

May 21, 2021 Web Development
Post Views: 3,934
| By Webner

Command prompt can be called from the visual studio. Commands that are used to run it from the visual studio are listed below: Step 1: Firstly we will create an object for processstartinfo like this- ProcessStartInfo pro = new ProcessStartInfo();

Read More

Posts pagination

«Previous Posts 1 … 28 29 30 31 32 … 171 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