.NET Conf Manila, Philippines 2023
Welcome to .NET Conf 2023, the premier global virtual event dedicated to the vibrant world of .NET development. This year, we proudly present the 13th edition of this extraordinary conference,…
Learn developer and data technologies with us
Welcome to .NET Conf 2023, the premier global virtual event dedicated to the vibrant world of .NET development. This year, we proudly present the 13th edition of this extraordinary conference,…
Welcome to .NET Conf 2023, the premier global virtual event dedicated to the vibrant world of .NET development. This year, we proudly present the 13th edition of this extraordinary conference,…
Cloud computing has transformed the landscape of software development and deployment. Traditional software development often involved building applications that ran on local servers or personal computers. However, the advent of…
This article explains Unity, its uses for application development, and prerequisites and environment setup for development as well as demonstrates how to get started with game development with an example.
Post Views: 127 Introduction Unity is a cross-platform game engine with a built-in IDE developed by Unity Technologies. It is used to create video games for web plugins, desktop platforms,…
Post Views: 249 NuGet is the most useful and essential tool for modern software development platforms via which developers can create, share and consume reusable code. Those useful or reusable…
Post Views: 332 This blog explains to you how you can install NuGet for your Unity project. and install other packages using NuGet Package Manager. So let’s follow the steps.…
Post Views: 147 We are going to speak at the techWebinar on Sunday, 05 February 2023 at 6:00 PM Nepal time (NPT). Joining Link – https://zoom.us/j/91236735675?pwd=OWQySjRDL2dISytpMXNoam52UkRVdz09 I will speak on the…
This article elucidates how we can create a NuGet package class library project in .NET 7, pack it using Visual Studio and upload it to nuget.org with an example and…
Post Views: 125 Introduction A smart contract is a computer program where the parties have consent on predetermined conditions of the agreement. Smart contract stores and self-executes in the blockchain network. It runs when the predefined conditions are met. Smart Contract allows…