
Azure App Services and Serverless Computing
Building Modern Web Applications
Search for a command to run...

Building Modern Web Applications

Powering Azure with Flexibility and Scale

Welcome to the first post in our comprehensive Azure series! Today, we'll dive deep into Azure Compute Services, the backbone of Microsoft's cloud platform that powers millions of applications worldwide. What is Azure Compute? Azure Compute is a comp...

Recently, I had the opportunity to work on a project, you can check it out that combined modern web technologies with the power of GenAI, resulting in a fully AI-powered translation application. This project was built using Svelte and TypeScript, and...

Learn how to use Custom URL Protocols to seamlessly connect your web and desktop applications, enhancing user experience and functionality

Improving browser-based computations with WebAssembly and .NET integration

Choosing Between C++ and Python

What are C++ Interops? C++ Interop enables calling C++ code from C# code by utilizing various techniques and libraries provided by the .NET Framework, including Platform Invocation Services (P/Invoke), COM Interop, and C++/CLI. What are the benefits ...

Explained in simple words(C#)