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: Web Development

June 9, 2021 Mobile / Web Development

Rename package name in React-native

June 9, 2021 Mobile / Web Development
Post Views: 3,982
| 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: 5,994
| 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,244
| 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,130
| 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 27, 2021 Web Development

Dependency Injection in C Sharp

May 27, 2021 Web Development
Post Views: 2,766
| 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 21, 2021 Web Development

How to run command prompt from visual studio

May 21, 2021 Web Development
Post Views: 3,628
| 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
May 18, 2021 Web Development

Introduction to DevOps Architecture

May 18, 2021 Web Development
Post Views: 2,755
| By Webner

In Software Engineering, Operations and Development both play crucial roles in order to deliver the results of an application. The development consists of analyzing the requirements, designing, developing, and thereafter testing the software components in the testing environment. On the

Read More
May 7, 2021 Web Development

Laravel Relationships in Eloquent

May 7, 2021 Web Development
Post Views: 3,917
| By Webner

Laravel relationship tables are frequently associated with each other in the database. Laravel relationships in eloquent support different types of relationships and it’s easily working and managing data. Defining relationships:- One to One One to Many Many to Many Has

Read More
May 4, 2021 Web Development

Javascript Array Methods One Must Know

May 4, 2021 Web Development
Post Views: 3,853
| By Webner

filter The filter is an array function in vanilla.js which returns a new array by filtering the filter item provided to the filter function. Here is ES6 syntax for this function: Reduce This function basically executes a given function provided

Read More

Posts pagination

«Previous Posts 1 … 9 10 11 12 13 … 106 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