Static Image in Blazor – Inside and Outside Web Root

This article explains how to display a static image in the Blazor component. In ASP.NET Core  static files are served by Microsoft.AspNetCore.StaticFiles middleware. First, let’s look at the general way to display the image in the Blazor component. Inside the Web Root To display a static image in the Blazor component, first, it must store… Continue reading Static Image in Blazor – Inside and Outside Web Root

Tag Helpers in ASP.NET Core

Tag Helpers introduced in ASP.Net Core helps to develop a cleaner and better readable HTML markup. The Tag Helper is much easier to read and maintain for those who can understand HTML. With Tag Helper, the designer can edit the razor code without the knowledge of C# razor syntax. The web designers can get an HTML-friendly development experience. Tag… Continue reading Tag Helpers in ASP.NET Core

Firebase Phone number authentication IONIC (Android):

This article explains how to do a phone number authentication in Android mobile app. Step 1: First sign into the below Firebase link using Google credentials. https://console.firebase.google.com/ We can create new projects using ‘Create a Project’. Disable the Google analytics toggle bar as we are not using Google Analytics and proceed to Add Firebase Step… Continue reading Firebase Phone number authentication IONIC (Android):

Tips for writing clean code in C#

This post will help you speed up your C# code and provide many tricks that every professional developer must know. 1. Validating input “first” Look at the code snippet below In this method we have many lines of code and we need to read all the code to find the last line that throws an… Continue reading Tips for writing clean code in C#

Custom Software or Off the Shelf – Decide what is right for you

Deciding between custom software and off the shelf software is a key business decision for any organization. Each option has its own merits and drawbacks. You have to weigh them carefully before deciding what is beneficial for your business. Off the shelf An Off the shelf (or bespoke) software refers to products that are readily… Continue reading Custom Software or Off the Shelf – Decide what is right for you