Showing 184 open source projects for "asp.net mvc projects"

View related business solutions
  • Pimberly PIM - the leading enterprise Product Information Management platform. Icon
    Pimberly PIM - the leading enterprise Product Information Management platform.

    Pimberly enables businesses to create amazing online experiences with richer, differentiated product descriptions.

    Drive amazing product experiences with quality product data.
  • Locstatt Safety Management System Icon
    Locstatt Safety Management System

    For companies searching for a powerful HSSE management software

    Locstatt is an affordable, totally integrated Health, Safety, Security, and Environmental (HSSE) management software system. We gather and compress on-site data encompassing your entire Safety Management System, and deliver it to one simple dashboard.
  • 1
    ASP.NET Boilerplate

    ASP.NET Boilerplate

    A web application framework

    ... in mind. Provides a SOLID model for your application. Compherensive documentation and jump start tutorials. Actively developed on GitHub (MIT license) and open for contributions. Don't Repeat Yourself! ASP.NET Boilerplate automates common software development tasks by convention. You focus on your business code. Create your solution based on free or premium startup templates. Either with an Angular Single-Page Application or Classic MVC & jQuery architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ASP.NET Minimal APIs Made Easy

    ASP.NET Minimal APIs Made Easy

    A light-weight REST API development framework for ASP.Net 6

    It nudges you towards the REPR Design Pattern (Request-Endpoint-Response) for convenient & maintainable endpoint creation with virtually no boilerplate. Performance is on par with Minimal APIs. It's faster, uses less memory and does around 45k more requests per second than a MVC Controller in our benchmarks. Convenient business logic validation & error responses. Easy access to environment & configuration settings. Supports policy/permission/role/claim based security. In-process pub/sub event...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Pomelo.EntityFrameworkCore.MySql

    Pomelo.EntityFrameworkCore.MySql

    Entity Framework Core provider for MySQL and MariaDB

    .... Amazon Aurora) are usually compatible to a high degree as well, but are not tested as part of our CI. Check out our Integration Tests for an example repository that includes an ASP.NET Core MVC Application.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    jQWidgets

    jQWidgets

    Angular, Vue, React, Web Components, Blazor, Javascript, jQuery, etc.

    jQWidgets provides a comprehensive solution for building professional web sites and mobile apps. It is built entirely on open standards and technologies like HTML5, CSS, and JavaScript. jQWidgets enables responsive web development and helps you create apps and websites that look beautiful on desktops, tablets, and smart phones. You can use jQWidgets with TypeScript, popular frameworks like Angular, Vue, React, and server-side technologies like ASP.NET MVC, PHP, JSP, and Node.js. jQWidgets...
    Downloads: 2 This Week
    Last Update:
    See Project
  • PMG Low-Code Automation Platform Icon
    PMG Low-Code Automation Platform

    For companies of all sizes interested in a low-code and digital process automation platform

    PMG is a low-code software platform that allows users to configure automation solutions and business applications to drive digital transformation initiatives. From streamlining business processes through automation, to integrating existing systems and filling in point solution functionality gaps, to delivering a collaborative workspace and unified user experience – PMG’s low-code platform does it all without coding. Business users as well as IT resources are empowered to configure, deploy, and maintain solutions that meet their company’s specific needs.
  • 5
    .NET Boxed

    .NET Boxed

    .NET project templates with batteries included

    Project templates with batteries included provide the minimum amount of code required to get you going. The ASP.NET Core API project template uses dotnet new to enable you to turn features of the project template on or off. Response caching is allows the use of the [ResponseCache] attribute on your action methods. Cache settings (cache profiles) are stored in the configuration file and referred to by name. Use the HTTPS scheme and TLS security across the entire site, redirects HTTP to HTTPS...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    LLamaSharp

    LLamaSharp

    C#/.NET binding of llama.cpp, including LLaMa/GPT model inference

    The C#/.NET binding of llama.cpp. It provides APIs to infer the LLaMa Models and deploy it on the local environment. It works on both Windows, Linux and MAC without the requirement for compiling llama.cpp yourself. Its performance is close to llama.cpp. Furthermore, it provides integrations with other projects such as BotSharp to provide higher-level applications and UI.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Electron.NET

    Electron.NET

    Build cross platform desktop apps with ASP.NET Core

    Build cross-platform desktop apps with .NET 5 and ASP.NET NET Core (Razor Pages, MVC), Blazor. Electron.NET is a wrapper around a "normal" Electron application with an embedded ASP.NET Core application. Via our Electron.NET IPC bridge we can invoke Electron APIs from .NET. The CLI extensions host our toolset to build and start Electron.NET applications. There are lots of different approaches how to get an X-plat desktop app running. We thought it would be nice for .NET devs to use the ASP.NET...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Progress Telerik UI for UWP

    Progress Telerik UI for UWP

    Telerik UI for Universal Windows Platform

    This repo contains the source code for Telerik UI for Universal Windows Platform (UWP), which includes 20+ UI controls for developers building UWP applications. This is an open-source version of Telerik UI for Universal Windows Platform (UWP) by Progress. The project is community-supported on Stack Overflow. Commercial support is available at telerik.com/uwp where you'll find a supported commercial trial and pricing options. Please visit telerik.com for UI tools for ASP.NET, WPF, WinForms...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Giraffe

    Giraffe

    A native functional ASP.NET Core web framework for F# developers

    A functional ASP.NET Core micro web framework for building rich web applications. Giraffe is an F# micro web framework for building rich web applications. It has been heavily inspired and is similar to Suave, but has been specifically designed with ASP.NET Core in mind and can be plugged into the ASP.NET Core pipeline via middleware. Giraffe applications are composed of so called HttpHandler functions which can be thought of a mixture of Suave's WebParts and ASP.NET Core's middleware. Giraffe...
    Downloads: 0 This Week
    Last Update:
    See Project
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
  • 10
    Spring Security

    Spring Security

    Authentication and access-control framework

    Spring Security is a powerful and highly customizable authentication and access-control framework. It is the de-facto standard for securing Spring-based applications. Spring Security is a framework that focuses on providing both authentication and authorization to Java applications. Like all Spring projects, the real power of Spring Security is found in how easily it can be extended to meet custom requirements. Spring Security uses a Gradle-based build system. In the instructions, ./gradlew...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Clean Architecture

    Clean Architecture

    Clean Architecture Solution Template

    A starting point for Clean Architecture with ASP.NET Core. Clean Architecture is just the latest in a series of names for the same loosely-coupled, dependency-inverted architecture. You will also find it named hexagonal, ports-and-adapters, or onion architecture. This architecture is used in the DDD Fundamentals course by Steve Smith and Julie Lerman. Contact Steve's company, NimblePros, for Clean Architecture or DDD training and/or implementation assistance for your team. After installing...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Ant Design Blazor

    Ant Design Blazor

    A set of enterprise-class UI components

    ... of the box. Supports WebAssembly-based client-side and SignalR-based server-side UI event interaction. Supports Progressive Web Applications (PWA). Build with C#, a multi-paradigm static language for an efficient development experience. .NET Standard 2.1/.NET 5/.NET 6 based, with direct reference to the rich .NET ecosystem. Seamless integration with existing ASP.NET Core MVC and Razor Pages projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Hangfire

    Hangfire

    An easy way to perform background job processing

    ..., Hangfire takes the responsibility to process it with the at least once semantics. Although the default installation uses SQL Server and polling technique to fetch jobs, you can leverage MSMQ or Redis extensions to reduce the processing latency to minimum. Background method calls and their arguments are serialized and may overcome the process boundaries. Job filters allow you to add custom features to the background processing in a way similar to ASP.NET MVC action filters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    YARP

    YARP

    A toolkit for developing high-performance HTTP reverse proxy apps

    YARP is a library to help create reverse proxy servers that are high-performance, production-ready, and highly customizable. We found a bunch of internal teams at Microsoft who were either building a reverse proxy for their service or had been asking about APIs and tech for building one, so we decided to get them all together to work on a common solution, this project. Each of these projects was doing something slightly off the beaten path which meant they were not well served by existing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Adonis Core

    Adonis Core

    The Node.js Framework highly focused on developer ergonomics

    AdonisJS includes everything you need to create a fully functional web app or an API server. So stop wasting hours downloading and assembling hundreds of packages. Use AdonisJS and be productive from day one. AdonisJS is not a minimalist framework. To give your projects a head start, we pack many baseline features within the core of the framework. AdonisJS has a feature-rich routing layer with support for route groups, subdomain-based routing, and resource resources. Controllers are first...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Revel

    Revel

    A high productivity, full-stack web framework for the Go language

    ... the freedom to replace the default filters with custom implementations. Already have an application started ? No problems, migrate easily to Revel by passing the path that you want your mux to handle to Revels Mux, and all requests for that path will be passed to that your Http muxer. Revel has modules. These are reusable MVC components that you can implement across all your projects. No need to copy and paste your code with these.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Smartstore

    Smartstore

    Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution

    .... A comprehensive set of tools for CRM & CMS, sales, marketing, payment & shipping handling, etc. makes Smartstore a powerful all-in-one solution fulfilling all your needs. State of the art architecture thanks to ASP.NET 4.5, ASP.NET MVC 5, Entity Framework 6 and Domain Driven Design. Easy to extend and extremely flexible thanks to modular design. Highly scalable thanks to full page caching and web farm support.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18
    CarrotCakeCMS (MVC Core 6)

    CarrotCakeCMS (MVC Core 6)

    dot net core cms for users wanting a simple mvc core 6 cms framework

    CarrotCake CMS MVC Core is a template-based ASP.Net Core 6 MVC CMS (content management system) built with C#, SQL server, jQueryUI, and TinyMCE. This content management system supports multi-tenant webroots with shared databases. Some features include: blogging engine, configurable date based blog post URLs, blog post content association with categories and tags, assignment/customization of category and tag URL patterns, simple content feedback collection and review, blog post pagination...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ASP.NET Core Docs

    ASP.NET Core Docs

    Documentation for ASP.NET Core

    Learn to use ASP.NET Core to create web apps and services that are fast, secure, cross-platform, and cloud-based. Browse tutorials, sample code, fundamentals, API reference and more. Choose interactive web apps, web API, MVC-patterned apps, real-time apps, and more. Develop with reusable UI components that can take advantage of WebAssembly for near-native performance. Develop RESTful HTTP services with ASP.NET Core web API. Develop page-focused web apps with a clean separation of concerns...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    TechyGeeksHome

    TechyGeeksHome

    Various utilities for Configuration Manager, Windows and Telephony

    Providing open source, publicly available files to assist fellow IT professionals together with our website at https://blog.techygeekshome.info which provides all the step by step guides that go with this open source data. PLEASE NOTE! We have moved all our MSI files to this new SF Project page: https://sourceforge.net/projects/msi-installers/ This page will no longer be updated and all future updates will be on the new project page. Please remember to update your bookmarks.
    Downloads: 43 This Week
    Last Update:
    See Project
  • 21
    CarrotCakeCMS (MVC 5)

    CarrotCakeCMS (MVC 5)

    asp dot net cms for users wanting a simple mvc cms framework

    CarrotCake CMS MVC 5 is a template-based ASP.Net 4.5 MVC 5 CMS (content management system) built with C#, SQL server, jQueryUI, and TinyMCE. This content management system supports multi-tenant webroots with shared databases. Some features include: blogging engine, configurable date based blog post URLs, blog post content association with categories and tags, assignment/customization of category and tag URL patterns, simple content feedback collection and review, blog post pagination/indexes...
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    MockupToME

    Generate and refine web front ends based on MDE concepts

    ..., mockups can be transformed to several web applications layers based on the MVC. More information is available at <http://prisma.cos.ufrj.br/wct/projects/mockuptome_home.html>.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CCG

    CCG

    CCG (Crud Class Generator) is a ORM tool for .Net

    The Crud Class Generator tool was developed for .Net to generate the class, which is an object model of a database table. Thanks to these created classes, many CRUD operations can be performed without writing a SQL query. *CCG is easy to use, because; it is developer-friendly *CCG is practical, because; it allows to make many crud processes without writing SQL query *CCG is fast because; The object size is very small and allowing multiple simultaneous operations to be performed by going to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Total.js framework

    Total.js framework

    https://github.com/totaljs/framework

    Total.js framework is a framework for Node.js platfrom written in pure JavaScript similar to PHP's Laravel or Python's Django or ASP.NET MVC. It can be used as web, desktop, service or IoT application. Total.js Platform offers you an excellent and stable server-side Node.js framework, client-side library for creating famous web applications with more than 250 UI components for free. The main parts of the Total.js Platform are fully open-source under MIT license. We offer excellent online...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DigiOz .NET Portal

    DigiOz .NET Portal

    ASP.NET MVC Based Portal CMS System to Create an Instant Website

    DigiOz .NET Portal is a FREE web based portal CMS system written in ASP.NET MVC 5 in C# which uses a Microsoft SQL Database to allows webmasters to setup and customize an instant website for either business or personal use. List of Technologies used: - ASP.NET MVC 5 - Microsoft SQL Server - Bootstrap - HTML 5 - jQuery Demo Site: http://digioznetportal.digioz.net/ Source Code: https://sourceforge.net/p/digioznetportal/codenew/ci/master/tree/ Installation Instructions: https...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next