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

September 29, 2022 Web Development

How to work with Button to Delete records from List view Page of Subject

September 29, 2022 Web Development
Post Views: 1,809
| By Webner

The below Screenshot is showing delete button on the list view page of the object. Following is the code for the same (clicking the Delete button on the list view page which will get a list of Ids of select

Read More
September 5, 2022 Web Development

Getter in LWC

September 5, 2022 Web Development
Post Views: 3,703
| By Webner

LWC component does not allow us to perform expressions in an HTML file so if we want to achieve any expressions in an HTML file in this case we can complete the expression in our getter in a .js file

Read More
February 9, 2022 Web Development

WOPI based document editor for Office files

February 9, 2022 Web Development
Post Views: 6,711
| By Webner

WOPI based document editor for Office files WOPI (Web Application Open Platform Interface) protocol is Microsoft’s platform to integrate Office Online within your application. To make use of Wopi, you would require to become a member of the Office 365

Read More
February 7, 2022 Insurance / Web Development

Rest CallOut in LWC

February 7, 2022 Insurance / Web Development
Post Views: 4,770
| By Webner

Rest CallOut can be made in Salesforce in two ways: Server-side controller (Apex Class) Client-side controller (Js Controller) Server-side controller (Apex Class): We can make an API callout from Apex , which provides support for REST and SOAP callouts. Before

Read More
February 4, 2022 Web Development

Mustache Templates in Totara

February 4, 2022 Web Development
Post Views: 2,202
| By Webner

To write blocks of HTML directly in php/javascript by concatenating strings, a template is an alternative. Totara provides the templating language that is called Mustache. This is a new way to render the output. But, the output of using templates

Read More
January 24, 2022 Web Development

Null Object Pattern in C#

January 24, 2022 Web Development
Post Views: 4,347
| By Webner

The null object pattern is designed to handle the null exception of objects without implementing too many null checks in the application. This is done by identifying the behaviour that should occur when a null is encountered and declaring a

Read More
January 21, 2022 Web Development

MVC Pattern in C Sharp

January 21, 2022 Web Development
Post Views: 3,247
| By Webner

Introduction MVC stands for Model View Controller. It is a software architectural pattern that splits the application into three parts: model, view, and controller. The model is the data, the view is the user interface, and the controller connects the

Read More
January 17, 2022 Salesforce / Web Development

Inheritance in Apex

January 17, 2022 Salesforce / Web Development
Post Views: 10,614
| By Webner

Inheritance is a feature of OOPS that allows us to inherit the properties or methods of a class. The base class acts as a parent, the class that is inheriting is called the child class. The child class has access

Read More
December 29, 2021 Web Development

Object Pool Design Pattern

December 29, 2021 Web Development
Post Views: 2,112
| By Webner

Definition While building applications, there are objects that are expensive to build in terms of the system resources that they require. Creating such objects, again and again, will impact the overall performance of the application. To prevent the overall work

Read More

Posts pagination

«Previous Posts 1 … 4 5 6 7 8 … 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