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

January 24, 2022 Web Development

Null Object Pattern in C#

January 24, 2022 Web Development
Post Views: 4,386
| 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,311
| 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,728
| 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,155
| 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
December 27, 2021 Cloud / Web Development

If you forgot the Administrator password for widnows EC2 machine

December 27, 2021 Cloud / Web Development
Post Views: 2,235
| By Webner

Problem: If you forgot the Windows EC2 machine Administrator password other than the default auto generated password provided by AWS after using the key pair while launching the EC2 machine, and still you can’t access the EC2 windows machine with

Read More
December 23, 2021 Web Development

Drag and drop .url issue

December 23, 2021 Web Development
Post Views: 1,863
| By Webner

Chromium-based browsers (chrome and edge) recently produced issues related to drag and drop hyperlink HTML elements. I had a list of file names in the grid in my application and file names were created as hyperlink (<a></a>) elements which were

Read More
December 17, 2021 Mobile / Web Development

NodeJs ZLIB – Zip and Unzip files using Nodejs

December 17, 2021 Mobile / Web Development
Post Views: 6,989
| By Webner

Compression and decompression of files also mean to zip or unzip files using Nodejs. It is implemented in Nodejs using the Zlib module. We can access Zlib using the following command. const zlib = require(‘zlib’); Zip and Unzip of files

Read More
December 6, 2021 Mobile / Web Development

Tab view in React-Native

December 6, 2021 Mobile / Web Development
Post Views: 2,979
| By Webner

It provides various packages to create tabs like views in the application. So react-native-tab-view is one of them. This component is implemented using the react-native-pager-view which is another component that allows the user to swipe left or right throughout the

Read More
November 17, 2021 Web Development

LWC to create a custom editable datatable.

November 17, 2021 Web Development
Post Views: 10,646
| By Webner

LWC also provides a standard editable datatable, but it can’t be flexible in design. So we can create a custom datatable by using LWC in the following way, in which we can make changes as per our needs. LWC HTML

Read More

Posts pagination

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