All Projects → danieljsummers → FromObjectsToFunctions

danieljsummers / FromObjectsToFunctions

Licence: MIT license
An attempt to provide a concrete, working example to demonstrate to C# developers how F# can improve their workflow and performance

Programming Languages

F#
602 projects
C#
18002 projects
HTML
75241 projects

Projects that are alternatives of or similar to FromObjectsToFunctions

TodoList
Simple todo-list app built with asp.net core mvc
Stars: ✭ 102 (+363.64%)
Mutual labels:  asp-net-core-mvc
OnlineUsers-Counter-AspNetCore
Display online users count in ASP.NET Core in two ways (Cookie - SingalR)
Stars: ✭ 29 (+31.82%)
Mutual labels:  asp-net-core-mvc
AspNetCore-Dynamic-Permission
Dynamic Permission Samples in ASP.NET Core and ASP.NET MVC 5.
Stars: ✭ 19 (-13.64%)
Mutual labels:  asp-net-core-mvc
XAF Security E4908
This repository contains examples for Role-based Access Control, Permission Management, and OData / Web / REST API Services for Entity Framework and XPO ORM
Stars: ✭ 47 (+113.64%)
Mutual labels:  asp-net-core-mvc
eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Stars: ✭ 8,250 (+37400%)
Mutual labels:  asp-net-core-mvc
VSNancyDemo
A small demo web app (api) on .NET Core, NancyFX & Dapper
Stars: ✭ 17 (-22.73%)
Mutual labels:  nancy
SeoTags
SeoTags create all SEO tags you need such as meta, link, twitter card (twitter:), open graph (og:), and JSON-LD schema (structred data).
Stars: ✭ 113 (+413.64%)
Mutual labels:  asp-net-core-mvc
Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
Stars: ✭ 7,170 (+32490.91%)
Mutual labels:  nancy
NG2-Admin-Asp-Core-Boilerplate
Multi API Admin panel developed on ASP.NET Boilerplate, Bootstrap 4, and Angular2 (typescript). For frond-end theme is used ng2 admin theme.
Stars: ✭ 31 (+40.91%)
Mutual labels:  asp-net-core-mvc
ExcelExport
Classes to generate Excel/CSV Report in ASP.NET Core
Stars: ✭ 39 (+77.27%)
Mutual labels:  asp-net-core-mvc
AspNetCore.FriendlyExceptions
ASP.NET Core Filter and Middleware to catch exceptions and translate them into nice HTTP responses
Stars: ✭ 17 (-22.73%)
Mutual labels:  asp-net-core-mvc
AspNetCore.Unobtrusive.Ajax
Unobtrusive Ajax Helpers (like MVC5 Ajax.BeignForm and Ajax.ActionLink) for ASP.NET Core
Stars: ✭ 46 (+109.09%)
Mutual labels:  asp-net-core-mvc
Demo.AspNetCore.WebApi
Sample Web API powered by ASP.NET Core MVC, Azure Cosmos DB and MediatR
Stars: ✭ 24 (+9.09%)
Mutual labels:  asp-net-core-mvc
statiq-starter-kontent-lumen
Lumen is a minimal, lightweight, and mobile-first starter for creating blogs using Statiq and Kontent by Kentico.
Stars: ✭ 22 (+0%)
Mutual labels:  asp-net-core-mvc
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (+295.45%)
Mutual labels:  asp-net-core-mvc
Demo.Ndjson.AsyncStreams
Sample project for demonstrating how to use async streams and NDJSON to improve user experience by streaming JSON objects from server to client and client to server in .NET
Stars: ✭ 30 (+36.36%)
Mutual labels:  asp-net-core-mvc
MvcControlsToolkit.Core
Core Code for MvcControlsToolkit packages
Stars: ✭ 13 (-40.91%)
Mutual labels:  asp-net-core-mvc
DNZ.MvcComponents
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
Stars: ✭ 25 (+13.64%)
Mutual labels:  asp-net-core-mvc
asp.net-core--for-beginner
we will discuss all the basics, intermediate and advanced ASP. NET Core concepts to help you build data-driven web applications.
Stars: ✭ 66 (+200%)
Mutual labels:  asp-net-core-mvc
ProductsStoreOnKubernetes
Demoing deployment of Docker containers into Kubernetes for both minikube and Azure AKS.
Stars: ✭ 90 (+309.09%)
Mutual labels:  asp-net-core-mvc

objects () |> functions

THIS REPOSITORY IS DEPRECATED

New Repository: https://github.com/bit-badger/o2f

New Website: https://objects-to-functions.bitbadger.solutions

The code in this repository targets .Net Core version 1, with project.json and using packages that were, at the time, in pre-release status. Additionally, the company behind RethinkDB shuttered, and while it was transferred to the Linux Foundation and is open source, its development has slowed substantially. There are a few branches where updates to .Net Core 2 and RavenDB were targeted, but those are incomplete. Finally, since the original development, Giraffe was released as a functional way to do ASP.NET Core development.

The linked repository and site above can be thought of as "version 2" of this effort, although the name has changed slightly. It also contains five repositories:

  1. ASP.NET Core MVC / C# (Uno) - The C# standard

  2. Nancy / C# (Dos) - A popular alternative

  3. Nancy / F# (Tres) - A C#-to-F# translation of Dos

  4. Giraffe / F# (Quatro) - Part translation of Uno, part evolving to more idiomatic F#

  5. Freya / F# (Cinco) - Fully-functional implementation using very few libraries

(This README update is the final update that will occur in this repository; if you have starred this repository and want to continue to track its development, please star the new repository instead.)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].