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)

Implement Most Popular AdminLTE Bootstrap Theme in Angular 11

When we start the development of any application, the first thing is implementing a theme for the solution. As per current industries trends, it is seen that developers try to use one of available popular theme or framework. AdminLTE is one of the most popular and open source specifically for admin dashboard, however we can use this theme for several other type of applications. In … Continue reading Implement Most Popular AdminLTE Bootstrap Theme in Angular 11

Certificate Issue While Connecting Azure Virtual Machine Database

I was trying to connect with SQL Server database which is residing in Azure Windows Virtual Machine from SQL Server Management Studio and .NET application, I got error and couldn’t connect to database. Later on, I found solution for it and able to connect from both application and SQL Server Management Studio. So, here in this blog I will explain those issues and share my … Continue reading Certificate Issue While Connecting Azure Virtual Machine Database

Unable to resolve service for type ‘Swashbuckle.AspNetCore.Swagger.ISwaggerProvider’

Recently, one of my team member faced this error while implementing swagger in asp.net core. Environment Details: Visual Studio 2019 ASP.NET Core 3.1 Swashbuckle.AspNetCore 5.6.3 Error: Unable to resolve service for type ‘Swashbuckle.AspNetCore.Swagger.ISwaggerProvider’ while attempting to Invoke middleware ‘Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware Issue was with swagger generator. Swagger generator was not call or registered in container services of startup file. Below code: (startup.cs file) add services.AddSwaggerGen(); Additionally, You … Continue reading Unable to resolve service for type ‘Swashbuckle.AspNetCore.Swagger.ISwaggerProvider’

How to Compare Two Databases, find differences and update using Visual Studio

In this article, we are going to learn how to compare two databases using SQL Server Database Project (Template) available in Visual Studio. I will cover the following points: Introduction of SQL Server Database Project. Connect two databases: source and target. Compare and identify differences among the two databases. Update or generate script to update the target database.  In the last article, we learned how … Continue reading How to Compare Two Databases, find differences and update using Visual Studio

Replace a string in SQL server Table Column

Sometimes, we might have requirement of updating or replacing particular string in sql table column. Let me be more specific, we had a application where we were storing the location of file in sql table “AppFile” in column “fileUrl”. We were uploading the file into another DMS (SharePoint Library) and storing the file view url into our table from where user can view the uplad … Continue reading Replace a string in SQL server Table Column

Things to Know Before Getting Started with Power Apps

Introduction  Power Apps is an emerging technology. It is one of the major components of the Microsoft Power Platform. This article provides insights to what Power Apps is, its features, components and how to get started with Microsoft Power Apps.  What is Power Apps?  Power Apps is a suite of apps which consists of services, connectors, and a data platform. It facilitates a rapid application … Continue reading Things to Know Before Getting Started with Power Apps