This article talks about Bind Property attribute and how it reduces the coding for developers. Also, it tells how Model Binding maps the browser request to controller properties.
This article talks about Bind Property attribute and how it reduces the coding for developers. Also, it tells how Model Binding maps the browser request to controller properties.
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 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
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):
Automated testing is a software testing method where an automated tool is used to test the software application and compare the actual and expected outcome.
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#
Enterprise mobility is vital to grow business substantially in this digital era. This article briefs how Enterprise Mobility Solutions can benefit a business.
A test automation framework is important for effective automated testing. It provides reusable components like utilities and libraries to accelerate script development and execution.
A good field service application allows Managers and Supervisors to spend less time monitoring the service operations on the field.
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