All Projects → XiaoFaye → Netcore Samples

XiaoFaye / Netcore Samples

Licence: other
This repo contains code samples using .NET Core, which run on Windows, Mac OS and Ubuntu.

Projects that are alternatives of or similar to Netcore Samples

Netcorecli Fsc
[DEPRECATED] F# and .NET Core SDK working together
Stars: ✭ 97 (-14.16%)
Mutual labels:  dotnet-core
Rabbitmq Dotnet Client
RabbitMQ .NET client for .NET Standard 2.0+ and .NET 4.6.1+
Stars: ✭ 1,580 (+1298.23%)
Mutual labels:  dotnet-core
Fastreport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
Stars: ✭ 1,688 (+1393.81%)
Mutual labels:  dotnet-core
Aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
Stars: ✭ 10,061 (+8803.54%)
Mutual labels:  dotnet-core
Pokemon
A Pokémon API that was made with .NET Core and the frontend with React.
Stars: ✭ 105 (-7.08%)
Mutual labels:  dotnet-core
Yacep
yet another csharp expression parser
Stars: ✭ 107 (-5.31%)
Mutual labels:  dotnet-core
Grpcjsontranscoder
A filter which allows a RESTful JSON API client to send requests to .NET web server over HTTP and get proxied to a gRPC service
Stars: ✭ 97 (-14.16%)
Mutual labels:  dotnet-core
Theraot
Backporting .NET and more: LINQ expressions in .net 2.0 - nuget Theraot.Core available.
Stars: ✭ 112 (-0.88%)
Mutual labels:  dotnet-core
Aspnetcore App Workshop
This workshop has been migrated to https://github.com/dotnet-presentations/aspnetcore-app-workshop
Stars: ✭ 105 (-7.08%)
Mutual labels:  dotnet-core
Todo
✅ Commad-Line Task management with storage on your GitHub 🔥
Stars: ✭ 111 (-1.77%)
Mutual labels:  dotnet-core
Cronscheduler.aspnetcore
Cron Scheduler for AspNetCore 2.x/3.x or DotNetCore 2.x/3.x Self-hosted
Stars: ✭ 100 (-11.5%)
Mutual labels:  dotnet-core
Sharpcompress
SharpCompress is a fully managed C# library to deal with many compression types and formats.
Stars: ✭ 1,397 (+1136.28%)
Mutual labels:  dotnet-core
Dotnet Istanbul Microservices Demo
This is the demo application that i created for my talk 'Microservice Architecture & Implementation with Asp.Net Core' at Dotnet İstanbul Meetup Group.
Stars: ✭ 109 (-3.54%)
Mutual labels:  dotnet-core
Softuni
SoftUni Courses
Stars: ✭ 98 (-13.27%)
Mutual labels:  dotnet-core
Comboost
ComBoost是一个领域驱动的快速开发框架
Stars: ✭ 111 (-1.77%)
Mutual labels:  dotnet-core
Dotnet Stellar Sdk
Stellar API SDK for .NET Core 2.x and .NET Standard 2.0
Stars: ✭ 97 (-14.16%)
Mutual labels:  dotnet-core
Cspspemu
C# PSP Emulator (.NET Core 3.1)
Stars: ✭ 106 (-6.19%)
Mutual labels:  dotnet-core
Dotnet Cqrs Intro
Examples of implementation CQRS with Event Sourcing - evolutionary approach
Stars: ✭ 113 (+0%)
Mutual labels:  dotnet-core
Raft.net
Implementation of RAFT distributed consensus algorithm among TCP Peers on .NET / .NETStandard / .NETCore / dotnet
Stars: ✭ 112 (-0.88%)
Mutual labels:  dotnet-core
Publish Nuget
📦 GitHub action to automate publishing NuGet packages when project version changes
Stars: ✭ 109 (-3.54%)
Mutual labels:  dotnet-core

.NET Core code samples

This repository contains working examples using .NET Core, This is a work in progress, new samples will be added from time to time.

Id Name Description Added Date
16 Call_C_Library_In_Linux_With_Callback This project shows how to call C Library functions in Linux with callback. 22nd July 2018
15 Call_C_Library_In_Linux This project shows how to call C Library functions in Linux. 19th July 2018
14 EntityFramework This project shows how to use Entity Framework in .net core. 27th September 2016
13 Thread-Process This project shows how to get processes and threads in .net core. 19th June 2016
12 EmbeddedResource This project show how to embed and read resources in .net core. 24th May 2016
11 Encodings This project shows how the encodings are supported in .net core. 19th May 2016
10 Web-CustomBinding-WebListener(Win-ONLY) This project shows how to bind to different/multiple hosts in web applications using WebListener. This example will ONLY run under Windows. 18th May 2016
9 Web-CustomBinding This project shows how to bind more than one url in web applications using Kestrel. 18th May 2016
8 EnvironmentVariables This project shows how enviroment variables are different between different platforms. 17th May 2016
7 SQLServer This project shows how to connect to SQL Server in .net core. 16th May 2016
6 ConfigurationFile This project shows how to use json/xml/ini configuration files in .net core. 15th May 2016
5 MultiPlatform This project shows how to target multiple platforms when do publish. 13th May 2016
4 ASPNET-WebApi This project shows how to create asp.net web api application in .net core. 13th May 2016
3 ASPNET-MVC This project shows how to create asp.net MVC application in .net core. 13th May 2016
2 HelloWorld-Web This project shows how to create a simple web application in .net core. 13th May 2016
1 HelloWorld This project shows how to create the first hello world application in .net core. 13th May 2016

Below are the OS enviroment I'm using to test my projects.

Windows

Microsoft Windows 10 x64 [Version 10.0.17134.165]

Mac OS

Mac OS X 10.13 x64

Ubuntu

Ubuntu 18.04 x64

How to run

  1. Install the dotnet core 2.1 from https://www.microsoft.com/net/core
  2. Clone this repo
  3. Navigate to the project folder you prefer
  4. Make sure you have read the Readme.md file.
  5. run dotnet run
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].