Useful tips for everyday
Why double is faster than float? So double is faster and default in C and C++. It’s more portable and the default across all C…
How do you find the measure of a tabular cube? Click on the column for which you want to create the measure, then click the…
Is reference the same as pointer? A reference, like a pointer, is an object that you can use to refer indirectly to another object. A…
What is the CSOM code for SharePoint list? The above csom code will display all columns from SharePoint list. Below is the SharePoint CSOM code…
How to get the elevation of a polygon? So,then I converted the DEM into points and extracted the elevation values for each of these points…
Why do we need assertions in Java? An assertion allows testing the correctness of any assumptions that have been made in the program. It is…
What is the difference between DOM based and reflected XSS? While DOM-based XSS occurs by processing data from an untrusted source by writing data to…
Why is it important to understand CMYK and RGB color modes? In design, both RGB and CMYK are modes for mixing colors. Simply put, RGB…
What is a blog and how is it different from a website? WordPress allows you to make a customized blog and/or a blog-website hybrid. Oh…
How to host web API REST service in IIS 10? Now, let’s start hosting Web API REST Service in IIS 10. Before hosting any application,…