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

April 15, 2021 Web Development

How To Reset Your MariaDB-10.2 Root Password on Ubuntu 20.04

April 15, 2021 Web Development
Post Views: 5,676
| By Webner

Note: This tutorial will work only for resetting the MariaDB root password, not for the MySQL server. Introduction If you forget the root password of the MariaDB database in Ubuntu, you can still regain the access and reset it if

Read More
April 13, 2021 Cloud / Web Development

How to create a Salesforce Scratch Org

April 13, 2021 Cloud / Web Development
Post Views: 5,767
| By Webner

Scratch org is a disposable and source-driven deployment of Salesforce metadata and code which is made for developers (developing specific modules) and for automation that is continuous integration or continuous development. Scratch org is a configurable org/sandbox which allows the

Read More
April 9, 2021 Web Development

OAuth 2.0 Authorization Code Grant Type

April 9, 2021 Web Development
Post Views: 3,330
| By Webner

The Authorization Code Grant Type is perhaps the foremost common of the OAuth 2.0 grant types that you’ll encounter. Both web apps and native apps can use it to get the access token after a user authorizes the app. What

Read More
April 7, 2021 Database / Web Development

How to exclude source when Syncing or Converting – DX

April 7, 2021 Database / Web Development
Post Views: 4,281
| By Webner

While Syncing the metadata files between your local system and a target/Scratch org, you often want to exclude some of the source files. Similarly, you often have files to exclude when converting the source to the Salesforce DX project format.

Read More
April 5, 2021 Web Development

How to Apply custom pagination using devextreme

April 5, 2021 Web Development
Post Views: 6,302
| By Webner

The devextreme already provides pagination features as we can see in the above image. If we want to go directly to page 155, we can go to that specific page by clicking on the page to page. This is a

Read More
April 1, 2021 Web Development

How “this” is used in callback function in javascript

April 1, 2021 Web Development
Post Views: 3,662
| By Webner

The “this” keyword of JavaScript causes confusion for people, who start to use Javascript language and mainly for those who start after using the other languages. Here the main question is how to use “this” in the right way in

Read More
March 30, 2021 Web Development

Mvc c# : Exclude Enum values from DropDownListFor Html helper on .cshtml Page

March 30, 2021 Web Development
Post Views: 6,537
| By Webner

Suppose we have some enum type in c# as follows : enum Performance { None=-1, Dissatisfied=0, Below Average=1, Average =2, Good = 3, Excellent=4, } Consider some employee model with a given enum type property. public class EmployeePerformance{ public int

Read More
March 25, 2021 Web Development

Blazor in .NET

March 25, 2021 Web Development
Post Views: 2,981
| By Webner

Blazor is a new DOT NET web framework for building client applications using C # / Razor and HTML-enabled browser with WebAssembly. It can simplify the process of building a single-page program (SPA) and at the same time enable full

Read More
March 19, 2021 Web Development

HTMLCollection and NodeList

March 19, 2021 Web Development
Post Views: 4,395
| By Webner

HTMLCollection: HtmlCollection is a collection of HTML elements from DOM. it is access by the name,id or index number. It use getElementByClassName, getElemenrtByTagName in NodeList. It uses three Methods: HTMLCollection Item() Method HTMLCollection length() Method HTMLCollection namedItem() Method Html Collection

Read More

Posts pagination

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