Author: Webner
MVC Pattern in C Sharp
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
Homeowner Application Coverages
Homeowner Insurance helps you protect your home in case of any hazard, or an accident. A few of the coverages that fall under Homeowners insurance are: Dwelling Dwelling coverage in the homeowner’s application helps you to pay for the repair
Inheritance in Apex
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
How to deploy the LWC component on a Local Development Server
You can deploy your LWC component on a local development server. Once you deploy your component on a local server, then you do not need to deploy again and again to see the output. You just need to save your
Decorators in Lightning Web Component
The Lightning Web Component has three decorators. @api @track @wire @api: If we want to pass any variable from Parent component to child component then we use @api decorator. To pass data to the child component, we need to define
Custom font in Visualforce Page
We can use custom fonts in the Visualforce page using Salesforce Static Resources. Following are the steps to use custom fonts: In Setup, use the Quick Find box to find Static Resources and create new a resource with ZIP of
Insurance Endorsement
Insurance Endorsement? An endorsement is a policy modification that can be made throughout the policy’s term without having to renew it. As a result of the endorsement, your premiums may change. They’re commonly found in property and casualty insurance plans.
Multi-Car Credit In Auto Insurance
What Is a Multi-Car Insurance Policy? A multi-car insurance policy covers multiple cars, trucks, or other vehicles. You can save money by bundling your automobiles. This strategy is also known as a “schedule of cars” policy or a “many vehicle
Object Pool Design Pattern
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