From 2cea80b47ebee9bcf41ac2a04666029d5f48ab58 Mon Sep 17 00:00:00 2001 From: Code Ninja Date: Tue, 12 Nov 2024 17:23:47 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65c8ab7..f2a237f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ninja MicroFx [![NuGet version](https://badge.fury.io/nu/MicroFx.svg)](https://badge.fury.io/nu/MicroFx) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/NinjaRocks/MicroFx/blob/master/License.md) [![build-master](https://github.com/NinjaRocks/MicroFx/actions/workflows/master.yml/badge.svg)](https://github.com/NinjaRocks/MicroFx/actions/workflows/master.yml) [![GitHub Release](https://img.shields.io/github/v/release/ninjarocks/MicroFx?logo=github&sort=semver)](https://github.com/ninjarocks/MicroFx/releases/latest) [![.Net 8.0](https://img.shields.io/badge/.Net-8.0-blue)](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) -#### Application framework to build .Net Applications employing Clean Architecture. Compatible with Web, Mobile and Microservices architecture. +#### Application framework to build .Net Applications employing Clean Architecture. Compatible with MVC, MVP, MVVM and Microservices architecture. ## What is Application Framework? > An application framework is a software library that provides a fundamental structure to support the development of applications for a specific environment. An application framework acts as the skeletal support to build an application. The intention of designing application frameworks is to lessen the cross-cutting concerns faced during the development of applications. This is achieved through the use of code that can be shared across different modules of an application.