C# Corner – Expert of the Month – March 2021

Thank you C# Corner and Team for awarding Expert of the Month – March 2021. C# Corner is one of the best platform for developers and data scientists for contributions. Thank you for support to excel my skills with recognition. Continue reading C# Corner – Expert of the Month – March 2021

What is deployment slots in Azure App Service.

Background In Conventional web hosting, we deploy or publish an application to hosting and soon after publishing, user can access the application via an endpoint or a domain (say myapplication.com). Consider a scenario of releasing next version of same application, we again need to release the solution into another staging environment which need to have environment settings which is a manual and time-consuming job. In … Continue reading What is deployment slots in Azure App Service.

How to Configure Power BI Report Server

Introduction Many organizations are reluctant to go to cloud environment due to various reasons such as data privacy, security, compliance or data-sovereignty and data sensitivity. Power BI Report Server is best option for those who has compliance issue to keep their data in the cloud or Power BI online and want to use Power BI reports for reporting, business intelligence and data analysis. In previous … Continue reading How to Configure Power BI Report Server

What is Power BI Report Server and How to Install It

Introduction Power BI is a business intelligence platform which helps to represents data in graphical view, share and analyze data. Many companies are not allowed to go to cloud services and bound to on-premises environment because of several reasons such as data privacy, security, compliance or data-sovereignty and data sensitivity. As Power BI is robust platform for data analysis and visualization. It is most demanding … Continue reading What is Power BI Report Server and How to Install It

Scaling in Azure App Service – Almost All You need to know

Background In terms of web applications, underlying infrastructure plays vital role to cope of with applications performance, traffic surge, complex logic, long running process or execution time. It is one of the most difficult job to calculate the specifications in terms of infrastructure for web applications either it is public facing applications or for particular company. Most of the cases, there is high chances that … Continue reading Scaling in Azure App Service – Almost All You need to know

How to Link a SQL Server to an Oracle Database

There can be plethora of scenarios that we need to connect to different databases, get data into MS SQL Server and update data in remote Server . SQL Server has linked server feature through which we can link to other database servers. In this article, I will explain what is Linked server, advantages of Linked servers and how we can link Microsoft SQL database to … Continue reading How to Link a SQL Server to an Oracle Database

Auto-Start and Auto-shutdown in Azure Virtual Machines

Azure services cost varies based on utilization and uptime and is one of the important factors for overall billing amount. In most of the scenarios, we use azure VM during office hours or some specific duration only but remain useless in off-hours. And paying azure virtual cost during off-hours is simply unnecessary amount. In other words, we might not need to run the 24hours for … Continue reading Auto-Start and Auto-shutdown in Azure Virtual Machines

Some unique, uncommon but very useful HTML elements (tags)

In this article we will explore some of the unique and quite useful html tags where are ignored or less common among the web designers or developers. However, they put extra effort to achieve same results in web though they have already available elements. 1. Address (<address>) Almost every website is using some kind address in their pages where they display business or author address with … Continue reading Some unique, uncommon but very useful HTML elements (tags)