Global AI Developer Days Philippines 2022
The Global AI Developer Days in Manila, Philippines is a free event on 29 October 2022 from 18:00 – 21:00 (MYT).
How to Receive Real-time Data in an ASP.NET Core Client Application using SignalR JavaScript Client
Post Views: 509 Introduction SignalR is an open-source library that facilitates to add real-time functionality to web applications. Using this, the server application can push real-time data to the client.…
Display only Date in Dropdown
Post Views: 350 This write up explains how to display only date value in the dropdown for the field containing the date and time value in Asp.net. We can show…
.NET MAUI Generally Available in Visual Studio 2022 17.3
Post Views: 341 On Aug 9th 2022, Microsoft has released Visual Studio 17.3 which is generally available. Visual Studio 17.3 contains the new features for example .NET MAUI GA tooling,…
Resolve: Your global Angular CLI version is greater than your local version
Post Views: 353 I was creating an angular project and got the below warning: “Your global Angular CLI version is greater than your local version“ To fix the above warning…
Renaming Git Branch
Post Views: 307 In this write-up, we will learn to rename the Git branch. There are different ways to accomplish this task however, we will explore two methods to rename…
Build A Blazor Hybrid App with .NET MAUI for Cross-Platform Application
.NET MAUI together with Blazor can enable a single code base of Web UI components for native mobile, desktop and web applications.
Deploy And Interact With Smart Contract Using Cirrus Core Wallet On Stratis Blockchain
Post Views: 133 Introduction This article provides you with detailed information on how to deploy and call a contract using Cirrus core Private net wallet. So, once your contract code…
Meetup DevOps for Blockchain Apps
Post Views: 88 I am going to speak at Nepal Cloud Professionals Meetup-DevOps focused on the topic “DevOps for Blockchain Apps” on Aug 20, 2022 (Saturday). If you are interested…
Smart Contract Development Using C# With an Example
Post Views: 530 Introduction This article provides insights into Smart contract development in C#, contract validation, and byte code generation on Stratis Blockchain with an example of HelloWorld Contract. Beginners…