Remove MVC Remove Presentation Remove Software Review
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. The world seemed simpler for him when testing was just an easy thing to do when you code SOLID in a backend environment. Mike mocks code that integrates with non-HTTP services and he uses mocking frameworks for that.

MVC 130
article thumbnail

OpenID Connect: Mocking You

Xebia

In the article Let Us Playwright with.NET 6 MVC , Mike explored Playwright, a framework enabling integrated UI testing in CI pipelines. This article aims to tell how Mike resolved these issues by integrating technologies mentioned in Mocking your OpenID Connect Provider and Let Us Playwright with.NET 6 MVC.

MVC 147
article thumbnail

Managing the uncertainty and complexity in Software Development – Facing the problem (part 2/3)

Perficient

The ASP.NET file had a lot of code that wasn’t even related to the scope of the requirement, which was to migrate the Transaction Review Page , so the first move was to identify the happy path for this feature and its principal components. This new way to work without looking at the code was very interesting to me.

article thumbnail

Managing the uncertainty and complexity in Software Development – Facing the problem (part 2/3)

Perficient

The ASP.NET file had a lot of code that wasn’t even related to the scope of the requirement, which was to migrate the Transaction Review Page , so the first move was to identify the happy path for this feature and its principal components. This new way to work without looking at the code was very interesting to me.

article thumbnail

Guide To 7 Best Tech Stack 2023 for Software Development

Sunflower Lab

Also, as a product owner, it gives you more flexibility and control over the finished software. Why the right tech stack is important: It is the cornerstone or the foundation of your software-building process. It impacts the scalability and behavior of the software limiting your control. What is a Tech Stack?

article thumbnail

Why is Laravel Framework an excellent choice for PHP web development?

Openxcell

This is due to the Laravel PHP Framework’s powerful capabilities and development tools, which makes it possible to create web applications quickly. It is quickly becoming well-liked by enterprises due to its elegant syntax and reliability. It is based on Symfony and follows the Model View Controller (MVC) architecture.

PHP 52
article thumbnail

Exercises in Programming Style

Henrik Warne

So here is a summary and review of it. Each style is presented in its own chapter and in the same way. This section also contains Code Golf , where the emphasis is on short and compact programs (in this case using libraries to achieve the goal). The second uses exec/eval to build functions from strings containing Python code.

Exercises 183