article thumbnail

Let’s Playwright with.NET 6 MVC

Xebia

Due to colleagues leaving the project, he has been asked to deliver a frontend, made in Dotnet 6 MVC. If a live environment still requires QA testing by potential end users, Infrastructure as Code (IaC) comes to the rescue. He found an e-commerce website written in Dotnet 6 MVC. Mike faces a new challenge.

MVC 130
article thumbnail

Exercises in Programming Style

Henrik Warne

Then there is an example of where you register for a callback, and a version with infrastructure for publish and subscribe. The first is an MVC (Model View Controller) version, although the view simply prints to the console (no GUI). Reflection and Metaprogramming. Interactivity. The final two examples allow for interactive usage.

Exercises 187
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

User Model: What SaaS platform builders need to know to prepare for growth, Part 1

CloudGeometry

The simplifying power of the MVC software design pattern makes it tempting to assume that SaaS and web application development is no more than a web-based version of a 3-tier stack. Put another way, the user model describes the “who” of what your software does. There are many ways in which this applies.

UI/UX 130
article thumbnail

A Practical Roadmap for Existing Sitecore Customers to Move To XM Cloud

Perficient

But if you have significant investment in XP, MVC and ASP.Net, you may not have the appetite or budget to rebuild everything from scratch, at least all at once. This option requires additional subscription costs, but eliminates all dependencies on CD servers, allowing you to better scale your infrastructure. Configure a Reverse Proxy.

MVC 64
article thumbnail

The Big Deal with Headless

Perficient

The Problem with MVC There is a limit to how much you can optimize page performance in a traditional MVC driven Sitecore site. And while some of these strategies can help you attain satisfactory performance targets, they are still impacted by the inherent limitations of a server side rendered MVC architecture.

MVC 52
article thumbnail

Exploring Quarkus vs Spring Boot

Apiumhub

Spring Boot embraces the Spring ecosystem, providing features like dependency injection, aspect-oriented programming, and MVC web framework. Spring Boot’s auto-configuration and responsive defaults minimize boilerplate code, allowing developers to focus on business logic rather than infrastructure concerns.

article thumbnail

Implementing SOLID and the onion architecture in Node.js with TypeScript and InversifyJS

Wolk Software Engineering

You have been using these entities in your domain services to calculate their area, and it was working very well, but now you need to be able to serialize them in one of your infrastructure layers. Our infrastructure layer needs the serialize method (from the Shape interface), but it doesn’t need to know anything about the area: //.