csharp8
There are 67 repositories under csharp8 topic.
garora/TDD-Katas
This repository contains Hands on Test Driven Development Katas (C#)
sharpenrocks/Sharpen
Visual Studio extension that intelligently introduces new C# features into your existing codebase
mob-sakai/CSharpCompilerSettingsForUnity
Change the C# compiler (csc) used on your Unity project, as you like!
brminnick/HackerNews
A .NET MAUI app for displaying the top posts on Hacker News that demonstrates text sentiment analysis gathered using artificial intelligence
verdie-g/tinder-auto-matcher
Auto-match people who liked you on Tinder
alugili/CSharp8CheatSheet
C# 8 Cheat Sheet, Default Interface Methods, Pattern Matching, Indices and Ranges, Nullable Reference Types, Asynchronous Streams, Caller Expression Attribute ,Static Local Functions, Default in Deconstruction., Alternative Interpolated Verbatim Strings, Using Declarations, Relax Ordering of ref and partial Modifiers, Disposable ref structs, Generic Attributes, Null Coalescing Assignment ,Disposable ref structs
karenpayneoregon/csharp-11-ef-core-7-features
Code samples for .NET Core7/C#11 and EF Core 7
spronkets/DapperCodeGenerator
Simple C# Code Generator to create Database Models and Dapper CRUD
drminnaar/chinook
A playground for demonstrating concepts such as architecture, design, dotnet core, typescript, react, database and docker
garora/TDD-Katas-NETCore
This repository contains Hands on Test Driven Development Katas - implemented using .NET Core
hakenr/CSharp8Demo
Samples of new C# 8.0 features
TwentyFourMinutes/BidirectionalDict
Provides implementations of bidirectional dictionaries for C#.
IEvangelist/GitHub.ProfanityFilter
An Azure function to handle a GitHub webhook, which will take action on issues/pull requests that contain profanity.
ssukhpinder/DesignPatterns
The repository serve as valuable resources for developers looking to understand, implement, and apply design patterns in their projects.
laurentkempe/grpcAsyncStream
.NET Core 3.0 gRPC Client and Server application showing asynchronous capabilities of gRPC and how to handle it in C# 8 Async stream
MustafaNesin/Picker
Build a custom PC and check the compatibility between components.
SilDev/CSharpLib
:books: Si13n7 Dev.™ CSharp Library
jeffshumphreys/MySQLCLRFunctions
Free SQLCLR functions tested on SQL Server 2019. That are used.
maroontress/HtmlBuilder
HtmlBuilder is a .NET library for building HTML documents. It depends on .NET Standard 2.1.
alysonsz/Hotel-Management-System
Web API with database MySQL in C#
halilozel1903/CSharpExamples
It contains basic examples of C# Programming Language.
karenpayneoregon/various-helpers
Helper code for various task
sungaila/RedditQuoteBot
A reddit bot scanning comments for trigger phrases to reply with predefined quotes.
karenpayneoregon/csharp-features
Basic code samples for C# 8 and C# 9
shawty/Csharp8features
This is my demo project for the C# and Dotnet Core 3/3.1 new features presentation I delivered at hainton .NET UG in January/Febuary 2020
stqcky/Twitchifier
Twitch.tv live stream notifier made in C#
sungaila/PresentationBase
A lightweight MVVM implementation for WPF (Windows Presentation Foundation) targeting both .NET Framework and .NET (Core).
sungaila/PresentationBase.Core
A lightweight MVVM implementation targeting .NET Standard 2.0 and .NET 6.0.
iNoles/HackerNews
A .NET MAUI app for displaying the top posts on Hacker News that demonstrates Firebase Realtime Database
IUsername/Octans
Ray tracer in C# based on the work for the PBR book.
karenpayneoregon/ef-core-vs2019-winforms
Code samples for VS2019, EF Core, C# 8
laurentkempe/grpcAsyncStreamCancellation
.NET Core 3.0 gRPC Client and Server application showing asynchronous capabilities of gRPC and how to handle it in C# 8 Async stream with cancellation.
LeftTwixWand/GradientUWP
Testing gradient UWP design
LuisEduardoFrias/Email-Messaging
Librería para mandar mensaje
maroontress/CuiMallet.CSharp
The CuiMallet is a .NET library for making Command Line Interface. It depends on .NET Standard 2.1.
TwentyFourMinutes/StringyEnums
Provides a slim and fast way for mapping enums to strings in C#