Pinned Repositories
AspNetCore-Sample
Simple two-service ASP.NET Core demo application
AspNetCorePerfAntipatterns
ASP.NET Core samples showing how *not* to have good perf
CppCliMigrationSample
Simple demonstration of C++/CLI on .NET Core
DotNetDiagnosticsSamples
Scenarios for demonstrating .NET diagnostics techniques
IdentityServer4Authentication
Simple sample of an IdentityServer4-based authentication server for ASP.NET Core
MultiThreadedEFCoreSample
Simple sample of different techniques for using EF Core DbContexts in multi-threaded scenarios
NetCoreRemoting
Explorations into remote execution in .NET Core
ProxyExploration
Simple samples of RealProxy and DispatchProxy
SampleCoreCLRHost
Sample demonstration host for CoreCLR/.NET Core
UpgradeSample
Demo and script for upgrading an example ASP.NET MVC app to ASP.NET Core
mjrousos's Repositories
mjrousos/IdentityServer4Authentication
Simple sample of an IdentityServer4-based authentication server for ASP.NET Core
mjrousos/NetCoreRemoting
Explorations into remote execution in .NET Core
mjrousos/eShopOnContainers
(ALPHA state) Sample reference microservice and container based application. Cross-platform supporting Linux and Windows, powered by .NET Core, ASP.NET Core and Docker containers.
mjrousos/CustomMiddleware
mjrousos/NetCoreConsole
Small sample CoreCLR console app (without dnx runtime dependency)
mjrousos/PInvokeFinder
Quick sample code to find p/invokes in managed binaries using .NET Core
mjrousos/ADExploration
Tinkering with how System.DirectoryServices works on NetFX and how similar functionality can be enabled on NetCoreApp
mjrousos/aspnetcore-workshop
ASP.NET Core
mjrousos/AspNetCoreSample
Simple ASP.NET Core sample app highlighting some best practices.
mjrousos/demos
mjrousos/dotnet-samples
Contains samples and documentation for libraries and tools of the .NET framework. Pull requests welcome!
mjrousos/LazyPerf
Small app to test out Lazy<T> initialization performance
mjrousos/AngularExploration
mjrousos/AspNetCore-SF-Sample
Scratch repo for trying out ASP.NET Core Service Fabric scenarios
mjrousos/AudioProcessor
mjrousos/coreclr
This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
mjrousos/Entropy
A chaotic experimental playground for new features and ideas - check here for small and simple samples for individual features.
mjrousos/JSExploration
mjrousos/miscellaneous
mjrousos/mono
Mono open source ECMA CLI, C# and .NET implementation.
mjrousos/NanoServerNetCore
Simple sample of how to install .NET Core on a Nano Server machine
mjrousos/NetCore20Dogfood
mjrousos/node-e2e-nina2016
Walkthrough of the VS Code/Azure Node.js demo from Node.js Interactive North America 2016
mjrousos/PosixExploration
mjrousos/quartznet
Quartz Enterprise Scheduler .NET
mjrousos/RiskSimulator
Simple risk combat simulator (exploring ASP.NET 5 development from a Mac, WCF client on dnxcore, and chartjs)
mjrousos/roslyn-analyzers
mjrousos/SharedListSample
Explores how to handle cross-machine communication in .NET Core
mjrousos/templating
ASP.NET Core templates for .NET CLI and Visual Studio
mjrousos/VMSSRepro
Small repro for exploring Azure VMSS-related concerns