10 02, 2021

Advantages of Azure SQL Database

2021-02-10T06:31:19+00:00February 10, 2021|Database|0 Comments

|
| ByWebner

Azure SQL Database is a relational database provided as Database-as-a-Service, which is a part of Microsoft's Cloud Infrastructure Platform, Microsoft Azure. It is also called SQL Azure. It provides database-backed managed service in the cloud with a petabyte-scale infrastructure. It [...]

8 02, 2021

Home insurance and Property Insurance

2021-02-09T07:14:41+00:00February 8, 2021|Insurance|0 Comments

|
| ByWebner

Home Insurance: Home Insurance is also called Homeowner Insurance. This is a type of Property Insurance that usually covers the damages and losses to the Individual’s residence along with the furnishings and other assets in the home. This Insurance policy [...]

4 02, 2021

How to create Salesforce Sites?

2021-02-04T05:18:10+00:00February 4, 2021|Cloud, Insurance|0 Comments

|
| ByWebner

Salesforce Sites enables you to create public websites and applications which directly integrate with your Salesforce organization—without requiring any login. To set up a Salesforce Site: From Setup, enter Sites in the Quick Find box, then select Sites. Register a [...]

1 02, 2021

Diagnostics in the C# Programming

2021-02-01T06:10:19+00:00February 1, 2021|Web Development|0 Comments

|
| ByWebner

The System. Diagnostics namespace provides a process class which has some method to run external .exe or another application into a C#. This also enables you to debug and trace code; start, stop, and kill processes; monitor system performance; and [...]

29 01, 2021

Windows installation procedure

2021-01-29T06:41:11+00:00January 29, 2021|Linux, Windows, Mac|0 Comments

|
| ByWebner

Officially Certbot is now available for windows too. It is not that much complicated, but you have to be careful while doing this on a live server. Step 1. Important note This would require administrative privileges. Step 2. Specific Windows [...]

27 01, 2021

Field History Tracking

2021-01-27T05:57:01+00:00January 27, 2021|Insurance|0 Comments

|
| ByWebner

In Salesforce, we can track changes up to 20 standard or custom fields in an object. This history can be viewed on a record’s History related list or through History reports. For each field, tracking logs the date and time [...]

25 01, 2021

How to speed up Windows 10

2021-01-25T05:50:03+00:00January 25, 2021|Linux, Windows, Mac|0 Comments

|
| ByWebner

Windows 10 has a lot of inbuilt apps and features which run in the background consuming the memory and slowing down the processing speed. Here are some ways we can increase the windows 10 performance just by doing simple changes: [...]

22 01, 2021

Exceptions in C#

2021-01-22T06:01:26+00:00January 22, 2021|Web Development|0 Comments

|
| ByWebner

An exception is an unexpected or unwanted event that occurs when a program is executed i.e at runtime, that disrupts the normal flow of the program’s instructions. Sometimes while executing the program, a user might face the possibility that the [...]

20 01, 2021

Global picklist set in Salesforce

2021-01-20T05:21:25+00:00January 20, 2021|Cloud, Insurance|0 Comments

|
| ByWebner

A Custom picklist is a list tied to a particular object as a field on the object. A Global picklist is which exists independently as a global value set. Its values are shared with any object picklist based on it. [...]

18 01, 2021

What is Salesforce?

2021-01-18T06:33:33+00:00January 18, 2021|Cloud, Insurance|0 Comments

|
| ByWebner

What is Salesforce? Salesforce is a customer relationship management tool (CRM), which is used to keep track of a company’s relationship with its existing and potential clients. Salesforce is a cloud-based software company that provides its customers with a platform [...]

15 01, 2021

Salesforce Remote Site Settings

2021-01-15T07:13:41+00:00January 15, 2021|Cloud, Insurance|0 Comments

|
| ByWebner

An Apex callout enables you to tightly integrate your Apex with an external service by making a call to an external Web service or sending an HTTP request from Apex code and then receiving the response and When we want [...]

13 01, 2021

What is DevOps?

2021-01-13T07:52:42+00:00January 13, 2021|PHP Frameworks, Web Development|0 Comments

|
| ByWebner

What is DevOps? DevOps is a set of practices that combines software development and other IT operations. It shortens the systems development life cycle and aims to provide continuous delivery with high-quality software. Who is DevOps Engineer? They are either [...]

11 01, 2021

Lambda Expression in Java 8

2021-01-11T06:01:07+00:00January 11, 2021|Web Development|0 Comments

|
| ByWebner

Lambda expressions are introduced in Java 8 and are a very interesting feature of Java 8. A lambda expression is a short block of code that takes in parameters and returns a value. Lambda expressions are similar to methods, but [...]

8 01, 2021

Salesforce Trailhead Community

2021-01-08T05:38:13+00:00January 8, 2021|Cloud, Insurance|0 Comments

|
| ByWebner

The thought behind Salesforce Trailhead is that it guides you through how to learn Salesforce. It permits individuals with all degrees of Salesforce information to investigate and learn through a free Salesforce asset with no related knowledge required. In addition [...]

6 01, 2021

Performance Testing of Salesforce

2021-01-06T05:56:36+00:00January 6, 2021|Cloud, Insurance|0 Comments

|
| ByWebner

While using a software application If the end-user is facing difficulties like: “Read timeout error” “An internal server error has occurred,” and “Service unavailable” then it's sure that you have some performance-related issues with your application. These performance issues affect [...]

31 12, 2020

Salesforce CRM Features

2020-12-31T04:01:08+00:00December 31, 2020|Database, eLearning|0 Comments

|
| ByWebner

Growing your business isn’t simple. It needs boosting sales however it’s not simply selling the services or products to prospective and prevailing customers. A business is a scientific and economical method of collecting leads so they will be born-again to [...]

28 12, 2020

Query Plan in Salesforce

2020-12-28T13:14:01+00:00December 28, 2020|Cloud, Insurance|0 Comments

|
| ByWebner

The Query Plan tool within the Developer Console can help speed up SOQL queries done over large volumes. Use the Query Plan tool to optimize and speed up queries done over large volumes. Enable and Use the Query Plan Tool [...]

23 12, 2020

Install Openssl with source code

2020-12-23T05:58:00+00:00December 23, 2020|Cloud, Database|0 Comments

|
| ByWebner

To install Openssl, we have to perform all steps with the root user. Please check the steps below: sudo su (Do all operation with root user) Change the directory to your desire location cd /var/www/html/ Make two directories mkdir Release [...]

Go to Top