Smart Contract Development Using C# With an Example
Post Views: 497 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: 770 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: 491 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: 614 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: 717 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,518 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…
Which SharePoint Versions Support SharePoint Framework (SPFx)?
SharePoint Framework works perfectly with both SharePoint Online and On-premises. Then again, it is compatible with both classic and modern portals. It is compatible with all the plans
How to Add Date Picker in Data Table
Post Views: 867 Introduction This write-up provides the complete steps and code for adding a date picker in Jquery Datatable. To design a date picker in DataTable. You will need…
Getting Started with Ethereum Blockchain Development
Post Views: 345 Introduction This article elucidates how to get started with Ethereum blockchain development as well as the article provides a complete guide from Solidity extension installation in VS…