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: 113 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: 81 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: 503 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…
Viva Engage, replacing Yammer Communities app for Teams
At Microsoft Inspire, Microsoft CEO, Satya Nadella, declared that Microsoft Viva Engage, the latest app in Microsoft Viva, intended to assist people and teams to be their best, have a…
Using Visual Studio 2022 for GitHub Repository
Post Views: 777 Introduction GitHub is a popular platform for developers to manage the version and code of our day-to-day life. There are several ways to interact with GitHub and…
Solution: DEP0100: Please ensure that target device has developer mode enabled
Post Views: 497 I was running MAUI-Multi Platform Application UI on a windows machine and couldn’t run the application. while running MAUI Application in windows got the below error. In…
Solution: Error in output pane: Failed to add result for test
Post Views: 617 I was working on .NET Core 6 test project. I upgraded my application from .NET Core 3.1 to .NET 6. Additionally, I updated the test project with…
Getting Started With .NET MAUI-Cross Platform Application Development
Post Views: 722 Introduction Microsoft has officially released the MAUI recently. Using MAUI – Multi-Platform Application UI framework we can develop native mobile and desktop applications with C# and XAML.…
How to Receive Real-time Data in a Client Application in .NET 6 using SignalR
Post Views: 1,528 Introduction SignalR is an open-source library that facilitates to add real-time functionality on the web applications. Using this, the server application can push real-time data to the…