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

View related business solutions
  • A CRM and Sales Data Management Platform for Multi-Line Sales Teams Icon
    A CRM and Sales Data Management Platform for Multi-Line Sales Teams

    The CRM, sales reporting, and commission tracking tool uniquely tailored to the needs of manufacturers, sales reps, and distributors.

    Repfabric is a customer relationship management (CRM) software designed specifically for multi-line sales teams (i.e. reps, distributors, wholesalers, dealers, and manufacturers). It streamlines and simplifies the sales process by providing deep integration with email, contacts, calendars, and deal tracking. The platform enables users to track commissions from CRM to sale, make updates directly from mobile devices, and document sales calls using voice-to-text features.
  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
  • 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: 1 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
    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: 6 This Week
    Last Update:
    See Project
  • 4
    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: 3 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 5
    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: 5 This Week
    Last Update:
    See Project
  • 6
    CodeBehind Framework

    CodeBehind Framework

    CodeBehind is a modern back-end framework under ASP.NET Core.

    CodeBehind is a modern back-end framework under ASP.NET Core. CodeBehind was developed by Elanat in 2023 and competes with Microsoft's default web frameworks (ASP.NET Core MVC and Razor Pages and Blazor). CodeBehind is an engineering masterpiece that simultaneously provides the possibility of development based on MVC, Model-View, Controller-View, only View, and Web-Forms. The type of structure and naming in CodeBehind is nostalgia and reminds me of former Microsoft Web-Forms. The aspx extension...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    DevStore

    DevStore

    A microservices e-commerce reference application

    A microservices e-commerce reference application built with ASP.NET 6. The EShopOnContainers is an awesome project, however the code has some "bad smells". We found it difficult to start learning/using EShopOnContainers compared to DevStore. We like to think of the DevStore as a simplified (but no less complex) version and written with more care in code and small details. We also focused only on the Web architecture with ASP.NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • Component Content Management System for Software Documentation Icon
    Component Content Management System for Software Documentation

    Great tool for serious technical writers

    Paligo is an end-to-end Component Content Management System (CCMS) solution for technical documentation, policies and procedures, knowledge management, and more.
  • 10
    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
  • 11
    .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: 0 This Week
    Last Update:
    See Project
  • 12
    CarrotCakeCMS (MVC Core 8)

    CarrotCakeCMS (MVC Core 8)

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

    CarrotCake CMS MVC Core 8.0 is a template-based ASP.Net Core MVC8 CMS (content management system) built with C#, SQL server, and JQuery, providing an intuitive WYSIWYG/drag and drop edit experience. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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 MVC5 CMS (content management system) built with C#, SQL server, and JQuery, providing an intuitive WYSIWYG/drag and drop edit experience 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...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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: 7 This Week
    Last Update:
    See Project
  • 15
    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
  • 16
    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: 1 This Week
    Last Update:
    See Project
  • 17
    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: 1 This Week
    Last Update:
    See Project
  • 18

    WebFaceDetection

    Web Face Detection using OpenCvSharp, Emgu and Accord.Net with Json

    Web Face Detection using OpenCvSharp, Emgu and Accord.Net with Json, Ms.Net Framework MVC. For Direct Test, download !_1_Web_Face_Detection.ZIP or https://sourceforge.net/projects/webfacedetection/files/%21_1_Web_Face_Detection.zip/download .... For a New Test! .... Make new Asp.Net web application .Framework MVC .... Reference files from Libs folder ( exclude cvextern.dll and opencvsharpextern.dll and face.xml ) .... Add Existing Item from Libs folder ( face.xml...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DigiOz MVC Forum

    DigiOz MVC Forum

    A Bulletin Board Style Forum for ASP.NET MVC

    The DigiOz MVC Forum is an ASP.NET MVC Bulletin Board Style Forum Software. The goal of this Project is essentially to create a flexible and professional grade Message Board Software running on the Microsoft Platform for everyone to enjoy and use for FREE! Technologies used for this Project: * ASP.NET MVC 5 * Microsoft SQL Server * HTML5 * jQuery Note: This project is currently in the design phase. Check back for more updates soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Free HTML to PDF for .NET and C# Library

    Free HTML to PDF for .NET and C# Library

    Free HTML to PDF Converter for C# .NET and ASP.NET MVC

    HiQPdf Library for C# .NET offers you a modern, simple, fast, flexible and powerful tool to create complex and stylish PDF documents in your applications with just a few lines of code. Using the high quality HTML to PDF conversion engine you can easily design a document in HTML with CSS3, JavaScript, SVG or Canvas and then convert it to PDF preserving the exact content and style.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ClientServerProject

    ClientServerProject

    A CS development framework based on small-to-medium sized refining

    ... rights management. This framework contains four client-side modes, the first commonly used winform client, the second is the wpf client, the third is the asp.net mvc mode, and the fourth is the client of the Android platform. You can choose a mode on winform and wpf clients, then your system provides some functions (such as report viewing) to asp.net, and then provide an Android app for mobile phone use, if the server is assumed in the cloud, all People can interact.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    DomainDrivenDesignScafolder

    Generate Any C# Dot Net App

    Generate ASP.NET MVC, Web API, Xamarin Forms, JQuery Files, Type Script With Angular 4+, ASP.NET Classic, Winforms/WPF, and Sharepoint 2007+ Apps with Domain Driven Design Architecture: Facade, Singleton, Dependency Interjection, Separation Of Concerns, Abstraction, Repository, Transactional, Concurrent, and many other design patterns and concepts built in. You can have the program create the database based on models or use an existing database. Works with: MySQL and SQL Server 2000-2016.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    AspNet.Identity.PostgreSQL This is an ASP.NET Identity provider for those who wish to use PostgreSQL This is a port of AspNet.Identity.MySQL(https://www.asp.net/identity/overview/extensibility/implementing-a-custom-mysql-aspnet-identity-storage-provider) To use this Indentity provider in the default ASP.NET MVC5 template project, follow these steps: Add the AspNet.Identity.PostgreSQL project as reference to your main MVC project. In your MVC project, replace all references...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Convert HTML to PDF in .NET with C#

    Convert HTML to PDF in .NET with C# using EVO HTML to PDF for .NET

    EVO HTML to PDF Converter for .NET is a library that can be easily integrated and distributed in your ASP.NET and MVC web sites, desktop applications, Windows services and Azure cloud services to convert web pages, HTML strings and streams to PDF, to images or to SVG and to create nicely formatted and easily maintainable PDF reports and documents. The converter has full support for HTML5, CSS3, SVG, Canvas, Web Fonts and JavaScript. Does not require installation or any third party tools...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next