Skip to content
MA MagicAjax.NET /* dev archive */
Open menu

category · AMBER

.NET Architecture

6 articles

Articles

Building Blockchain Applications with .NET
.NET Architecture

Building Blockchain Applications with .NET

Building blockchain applications with .NET is far more approachable than most C# developers assume. You do not need to abandon the tooling you already know, learn Solidity end-to-…

Alex
How to Build a Crypto Payment System in .NET
.NET Architecture

How to Build a Crypto Payment System in .NET

Accepting cryptocurrency is no longer a fringe feature. Whether you run a SaaS product, an online store, or a donations platform, adding a crypto payment system in .NET gives you…

Alex
Understanding and Maintaining ASP.NET WebForms in a Modern World
.NET Architecture

Understanding and Maintaining ASP.NET WebForms in a Modern World

ASP.NET WebForms is often spoken of in the past tense, yet a remarkable number of business-critical applications still run on it. Built to bring the familiar, event-driven model o…

Alex
Modernizing Legacy .NET Applications Without a Full Rewrite
.NET Architecture

Modernizing Legacy .NET Applications Without a Full Rewrite

Almost every organisation that has built software for any length of time owns a legacy .NET application that still earns its keep. It runs critical processes, embodies years of ha…

Alex
How AJAX Evolved from XMLHttpRequest to the Modern Fetch API
.NET Architecture

How AJAX Evolved from XMLHttpRequest to the Modern Fetch API

It is easy to forget how radical AJAX once felt. For much of the early web, every interaction meant a full page reload: click a link, submit a form, and the browser would blank ou…

Alex
Building Maintainable .NET Applications with Clean Architecture
.NET Architecture

Building Maintainable .NET Applications with Clean Architecture

Most .NET applications do not fail because the code stops working. They fail slowly, as a once-tidy project grows into a tangle where every change risks breaking something else, b…

Alex