awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aspnet avatar

aspnet/MvcArchived

0
View on GitHub↗
5,574 स्टार्स·2,099 फोर्क्स·C#·Apache-2.0·7 व्यूज़

Mvc

ASP.NET Core MVC, .NET इकोसिस्टम के भीतर डायनामिक वेबसाइट्स और वेब APIs बनाने के लिए उपयोग किया जाने वाला एक मॉडल-व्यू-कंट्रोलर फ्रेमवर्क है। यह एक सर्वर-साइड आर्किटेक्चर प्रदान करता है जो एप्लिकेशन लेयर्स के बीच सीमाएं बनाए रखने के लिए डेटा तर्क, यूज़र इंटरफ़ेस रेंडरिंग, और अनुरोध प्रबंधन को अलग करता है।

फ्रेमवर्क में डायनामिक वेब कंटेंट उत्पन्न करने के लिए HTML पेजों में कोड एम्बेड करने के लिए एक Razor टेम्प्लेटिंग इंजन शामिल है। यह एक मानकीकृत नेटवर्क इंटरफ़ेस के माध्यम से क्लाइंट्स को संरचित डेटा वितरित करने वाली स्केलेबल HTTP सर्विसेज़ बनाने के लिए एक RESTful वेब API फ्रेमवर्क के रूप में भी कार्य करता है।

सिस्टम मिडलवेयर पाइपलाइन के माध्यम से अनुरोध प्रसंस्करण को मैनेज करता है और आने वाले HTTP अनुरोधों को विशिष्ट कंट्रोलर मेथड्स से मैप करने के लिए एक्शन-बेस्ड रूटिंग का उपयोग करता है। यह मॉडल बाइंडिंग, एक डिपेंडेंसी इंजेक्शन कंटेनर, और सर्वर-साइड वेब होस्टिंग विकल्पों के माध्यम से एप्लिकेशन डेवलपमेंट का सपोर्ट करता है।

Features

  • Model-View-Controller Patterns - Implements the model-view-controller pattern to decouple data logic, user interface rendering, and request handling.
  • HTTP Service Frameworks - Provides a framework for building scalable HTTP services and web APIs that deliver structured data.
  • Dependency Injection Containers - Provides a built-in container for managing object lifecycles and resolving dependencies through constructor-based injection.
  • Model-View-Controller Frameworks - Uses a framework implementation of the MVC pattern to separate data, presentation, and control logic.
  • C# Markup Engines - Provides the Razor engine for embedding C# code into HTML templates to generate dynamic web content.
  • ASP.NET Core Application Frameworks - Serves as an architectural framework for building dynamic websites and enterprise solutions on the .NET stack.
  • HTML Templating Engines - Includes a templating engine that processes C# embedded in HTML to produce dynamic web content.
  • Middleware Pipelines - Uses a modular pipeline of components to intercept and process HTTP requests and responses.
  • REST API Frameworks - Provides a framework for building structured HTTP endpoints that process parameters and return serialized data.
  • REST APIs - Provides interfaces for creating programmatic RESTful web services using standard HTTP methods.
  • Controller-Action Routing - Implements a system for mapping incoming HTTP requests directly to specific controller methods via route templates.
  • Dynamic View Rendering - Generates dynamic HTML responses by integrating a view engine with server-side logic.
  • Request Parameter Binding - Automatically maps data from HTTP request parameters and bodies into strongly typed C# objects.

स्टार हिस्ट्री

aspnet/mvc के लिए स्टार हिस्ट्री चार्टaspnet/mvc के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Mvc के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Mvc के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • codeigniter4/codeigniter4codeigniter4 का अवतार

    codeigniter4/CodeIgniter4

    5,924GitHub पर देखें↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    PHPcodeignitercodeigniter4framework-php
    GitHub पर देखें↗5,924
  • nancyfx/nancyNancyFx का अवतार

    NancyFx/Nancy

    7,104GitHub पर देखें↗

    Nancy is a lightweight .NET HTTP web framework used for building web services and APIs on .NET and Mono. Its core identity consists of a routing system for matching URL paths to handlers, a content negotiation engine for selecting response data formats, and a dependency injection container for resolving module requirements. The framework provides a cross-platform web host abstraction that allows applications to run within various web servers or as standalone self-hosted processes. It further decouples components by mapping requested service types to specific implementations at runtime. The s

    C#c-sharpdotnetdotnet-core
    GitHub पर देखें↗7,104
  • dodyg/practical-aspnetcoredodyg का अवतार

    dodyg/practical-aspnetcore

    10,382GitHub पर देखें↗

    This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of practical examples and projects that demonstrate how to build web applications, RESTful APIs, and high-performance services. The repository focuses on a variety of architectural patterns, including the development of Minimal APIs, contract-first gRPC services, and real-time communication using WebSockets and Server-Sent Events. It includes detailed implementations for user identity and security, such as token-based authentication and CSRF protection. The codebase covers a bro

    C#asp-net-coreaspnet-coreaspnetcore
    GitHub पर देखें↗10,382

अक्सर पूछे जाने वाले प्रश्न

aspnet/mvc क्या करता है?

ASP.NET Core MVC, .NET इकोसिस्टम के भीतर डायनामिक वेबसाइट्स और वेब APIs बनाने के लिए उपयोग किया जाने वाला एक मॉडल-व्यू-कंट्रोलर फ्रेमवर्क है। यह एक सर्वर-साइड आर्किटेक्चर प्रदान करता है जो एप्लिकेशन लेयर्स के बीच सीमाएं बनाए रखने के लिए डेटा तर्क, यूज़र इंटरफ़ेस रेंडरिंग, और अनुरोध प्रबंधन को अलग करता है।

aspnet/mvc की मुख्य विशेषताएं क्या हैं?

aspnet/mvc की मुख्य विशेषताएं हैं: Model-View-Controller Patterns, HTTP Service Frameworks, Dependency Injection Containers, Model-View-Controller Frameworks, C# Markup Engines, ASP.NET Core Application Frameworks, HTML Templating Engines, Middleware Pipelines।

aspnet/mvc के कुछ ओपन-सोर्स विकल्प क्या हैं?

aspnet/mvc के ओपन-सोर्स विकल्पों में शामिल हैं: codeigniter4/codeigniter4 — CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web… nancyfx/nancy — Nancy is a lightweight .NET HTTP web framework used for building web services and APIs on .NET and Mono. Its core… dodyg/practical-aspnetcore — This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of… spring-attic/spring-mvc-showcase — This project is a showcase application and reference implementation for the Spring MVC framework. It serves as a… top-think/think — Think is a PHP web framework and object-relational mapper designed for building web applications. It functions as a… zendframework/zendframework — Zend Framework is a comprehensive set of decoupled components for building modular, event-driven web applications. It…

  • spring-attic/spring-mvc-showcasespring-attic का अवतार

    spring-attic/spring-mvc-showcase

    4,974GitHub पर देखें↗

    This project is a showcase application and reference implementation for the Spring MVC framework. It serves as a demonstration of how to build web applications by separating business logic from user interfaces using a model-view-controller architectural pattern. The application provides examples of HTTP request handling, including the capture of request data, the processing of file uploads, and the generation of formatted HTTP responses. It implements REST API endpoints that map requests to handler methods and return data in formats such as JSON and XML. The project covers core web developme

    Java
    GitHub पर देखें↗4,974
  • Mvc के सभी 30 विकल्प देखें→