All Projects → bmaluijb → Dot-Net-Ecosystem

bmaluijb / Dot-Net-Ecosystem

Licence: other
Welcome to the GitHub repository of the .NET Ecosystem. This repository contains the examples for the Pluralsight course: The .NET Ecosystem: The Big Picture. You can download a copy and follow along in the course.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Dot-Net-Ecosystem

Mathparser.org Mxparser
Math Parser Java Android C# .NET/MONO (.NET Framework, .NET Core, .NET Standard, .NET PCL, Xamarin.Android, Xamarin.iOS) CLS Library - a super easy, rich and flexible mathematical expression parser (expression evaluator, expression provided as plain text / strings) for JAVA and C#. Main features: rich built-in library of operators, constants, math functions, user defined: arguments, functions, recursive functions and general recursion (direct / indirect). Additionally parser provides grammar and internal syntax checking.
Stars: ✭ 624 (+1735.29%)
Mutual labels:  mono, xamarin-ios, xamarin-android, dotnet-standard
Appmetrics
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
Stars: ✭ 1,986 (+5741.18%)
Mutual labels:  dotnetcore, dotnet-standard, dotnet-framework
Dotnet Etcd
A C# .NET (dotnet) GRPC client for etcd v3 +
Stars: ✭ 157 (+361.76%)
Mutual labels:  dotnetcore, dotnet-standard, dotnet-framework
Fo Dicom
Fellow Oak DICOM for .NET, .NET Core, Universal Windows, Android, iOS, Mono and Unity
Stars: ✭ 674 (+1882.35%)
Mutual labels:  mono, xamarin-ios, xamarin-android
Sharpsnmplib
Sharp SNMP Library- Open Source SNMP for .NET and Mono
Stars: ✭ 247 (+626.47%)
Mutual labels:  dotnetcore, dotnet-standard, dotnet-framework
Capstone.NET
.NET Core and .NET Framework binding for the Capstone Disassembly Framework
Stars: ✭ 108 (+217.65%)
Mutual labels:  dotnetcore, dotnet-standard, dotnet-framework
King.Service
Task scheduling for .NET
Stars: ✭ 34 (+0%)
Mutual labels:  dotnetcore, dotnet-standard, dotnet-framework
AsteroidsWasm
Collection of applications based on a single C# .NET Standard project running in: Blazor Client (WebAssembly), Blazor Server, Electron, WPF, WinForms, Xamarin
Stars: ✭ 136 (+300%)
Mutual labels:  dotnetcore, dotnet-standard
Sio.core
✔ [ SIOC ] Swastika I/O Core is an all in one platform (e.g CMS, eCommerce, Forum, Q&A, CRM...) ASP.NET Core / Dotnet Core System based on SIOH Framework.
Stars: ✭ 121 (+255.88%)
Mutual labels:  dotnetcore, dotnet-standard
FilePicker
FilePicker for Xamarin.Forms
Stars: ✭ 14 (-58.82%)
Mutual labels:  xamarin-ios, xamarin-android
Veil
A template renderer / view engine for .NET
Stars: ✭ 23 (-32.35%)
Mutual labels:  dotnetcore, dotnet-standard
Mmalsharp
C# wrapper to Broadcom's MMAL with an API to the Raspberry Pi camera.
Stars: ✭ 152 (+347.06%)
Mutual labels:  dotnetcore, mono
Ilspy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
Stars: ✭ 14,011 (+41108.82%)
Mutual labels:  dotnetcore, mono
Raft.net
Implementation of RAFT distributed consensus algorithm among TCP Peers on .NET / .NETStandard / .NETCore / dotnet
Stars: ✭ 112 (+229.41%)
Mutual labels:  dotnetcore, dotnet-standard
Avalonstudio
Cross platform IDE and Shell
Stars: ✭ 1,132 (+3229.41%)
Mutual labels:  dotnetcore, mono
Wopihost
ASP.NET Core MVC implementation of the WOPI protocol. Enables integration with WOPI clients such as Office Online Server.
Stars: ✭ 132 (+288.24%)
Mutual labels:  dotnetcore, dotnet-standard
Embedio
A tiny, cross-platform, module based web server for .NET
Stars: ✭ 1,007 (+2861.76%)
Mutual labels:  dotnetcore, mono
Rafty
Implementation of RAFT consensus in .NET core
Stars: ✭ 182 (+435.29%)
Mutual labels:  dotnetcore, dotnet-standard
Corehook
A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
Stars: ✭ 191 (+461.76%)
Mutual labels:  dotnetcore, dotnet-standard
TextMood
A Xamarin + IoT + Azure sample that detects the sentiment of incoming text messages, performs sentiment analysis on the text, and changes the color of a Philips Hue lightbulb
Stars: ✭ 52 (+52.94%)
Mutual labels:  xamarin-ios, xamarin-android

Dot-Net-Ecosystem

Pluralsight logo

Hi!

Welcome to the GitHub repository for the .NET Ecosystem - the big picture Pluralsight course. This repository contains the examples for the Pluralsight course: The .NET Ecosystem: The Big Picture.

The solution consists of:

  • FrameworkDependantApp
    • A .NET Core console application that depends on .NET Core to be installed on the machine to run
  • SelfContainedApp
    • A .NET Core console application that is self-contained and does not depend on .NET Core to be installed on the machine to run
  • SimpleXamarinAndroidApp
    • A very simple Xamarin.Android application that shows a single view
  • WindowsSpecific
    • A very simple Windows Forms application, based on the .NET Framework 4.7

Running the samples

In order to run the projects in the solution, you need the following:

  • Visual Studio 2017
  • .NET Core (Get it here)
  • .NET 4.7 for the Windows Forms application (WindowsSpecific project)
    • You could also retarget the WindowsSpecific project to a lower version of the .NET Framework
  • Xamarin Tools for Visual Studio and the Android SDK.   - In the Visual Studio Installer, select the Mobile development with .NET workload, like in the picture below

Visual Studio Installer

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].