Topic: "csharp-core"
karenpayneoregon/command-line-samples
Code sample for working with command line arguments for console and dotnet tool projects
Language: C# - Size: 5.72 MB - Last synced at: 14 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

karenpayneoregon/validate-on-start-samples
Main purpose: validating enum in ASP.NET Core/Razor Pages
Language: C# - Size: 1.31 MB - Last synced at: 12 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

jepozdemir/csharp_thread_vs_task
Explores the differences between Thread and Task in C#, along with tips on when to use each.
Language: C# - Size: 1.68 MB - Last synced at: 20 days ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

jepozdemir/csharp_access_modifiers
Demonstrates how different access modifiers control the accessibility of fields and methods within a class.
Language: C# - Size: 72.3 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

karenpayneoregon/flash-sessions
For putting on 15 to 30 minute learning sessions
Language: JavaScript - Size: 3.06 MB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 1

VlaTo/story-blog
The Blog RIA application
Language: C# - Size: 5.62 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

karenpayneoregon/ResharperSolution
Learn to use R#
Language: C# - Size: 2.15 MB - Last synced at: 21 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

karenpayneoregon/data-anntations-win-forms
Windows forms - data annotations
Language: C# - Size: 345 KB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

manjunathg88/typed-http-client
HttpClient instance, which might have been decorated with some resilient strategy against transient failure and with some default values. You might even receive a client where the BaseUrl is already set. So, this approach can be particularly useful if you need to hide a REST API client behind a strongly-typed service layer.
Language: C# - Size: 1.15 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

karenpayneoregon/working-with-data-2022
For an article comparing EF Core to SqlClient data provider
Language: C# - Size: 940 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

SadraBoromand/MyCMSCore
Language: C# - Size: 15.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

karenpayneoregon/dropdowns-razor-pages
Basic code sample to create dropdowns for razor pages without scripting
Language: C# - Size: 1.79 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

karenpayneoregon/appsettings-schema
Teaches using schema files for appsettings.json
Language: C# - Size: 1.31 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Divanny/TiendaBackend
Tienda
Language: C# - Size: 71.4 MB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

karenpayneoregon/sql-server-password-secure
Securely storing passwords in SQL-Server for C# and verifying
Language: TSQL - Size: 120 KB - Last synced at: 20 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

karenpayneoregon/winforms-embed-resources
Get images from a project resources
Language: C# - Size: 1.09 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

karenpayneoregon/working-with-csharp-core
Code samples to learn C# basics to advance topics
Language: C# - Size: 26.4 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

karenpayneoregon/working-with-interfaces-2
Teaching interfaces
Language: C# - Size: 428 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

andersonpeluso/DotNetCoreGraphQL
Vamos nos aprofundar para aprender sobre as semelhanças e diferenças entre o GraphQL e o REST e examinar alguns exemplos práticos para ajudar você a entender melhor as duas tecnologias.
Language: C# - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

karenpayneoregon/razor-pages-environments
Setup all pages background image in a ASP.NET Core project to denote environment
Language: C# - Size: 3.06 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

karenpayneoregon/master-ef-core
Teaching EF Core
Language: C# - Size: 551 KB - Last synced at: 22 days ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

karenpayneoregon/data-design-consider-ef-core
Database design considerations for beginners
Language: C# - Size: 292 KB - Last synced at: 16 days ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

omid-bakeri/Advanced-Calculator
This Desktop app is a Advanced Calculator create with c# and SharpDevelop
Size: 141 KB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

ramazanbilgic0947/NESNE-TABANLI-PROGRAMLAMA
Bu Eğitim programı, Yazılım Geliştirme Uzmanı olan Gençay Yıldız Hocanın NESNE TABANLI PROGRAMLAMA Eğitim serisinden uyarlanmıştır. Detaylar Readme dosyasında mevcuttur.
Size: 2.35 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Xakimov1610/dotnet-Back
Language: C# - Size: 11.6 MB - Last synced at: 1 day ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

UfukBlbn/CSharp-AbstractClasses-App
Example of the abstract classes with c#
Language: C# - Size: 71.3 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

CodeArenaHub/.github
Size: 257 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

DhrumilShah98/Learn_ASP.NET_CoreMVC_.NET6_freeCodeCamp
This tutorial teaches basics of .NET Core (.NET 6) and how to build a simple CRUD application with MVC.
Language: CSS - Size: 23.6 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

chandru415/Azure-DevOpsPatClient
Language: C# - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

cristianomartinsdias82/TheGame
A web api application that allows game players to enter their game scores then view the leaderboards
Language: C# - Size: 450 KB - Last synced at: 11 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

Ashleshk/Programming-Codes
Contains C, C++, C# and DSA program codes practised at home by Self
Language: Jupyter Notebook - Size: 79.2 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

xsqkv/BlackJack
Simple BlackJack C# Game
Language: C# - Size: 91.8 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

ce-itcr/FreshBuy
FreshBuy, Tarea Corta I para el curso de Bases de Datos.
Language: CSS - Size: 45.4 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

thibaultmaudet/ShorcutOpener
Open processes quickly with shorcuts.
Language: C# - Size: 50.8 KB - Last synced at: 13 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

vukan-markovic/Converter
Windows form converter application
Language: C# - Size: 5.15 MB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

vukan-markovic/Store
WPF application with CRUD SQL operations
Language: HTML - Size: 18.2 MB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

VincentPestana/BlazorChat
Instant Messaging built in Asp.net Blazor and SignalR
Language: HTML - Size: 308 KB - Last synced at: 5 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

alexnaughtonjr/CIS-169
C# class
Language: C# - Size: 314 KB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

alexnaughtonjr/Csharp_Notes
A place for notes related to learning C#.
Language: C# - Size: 8.79 KB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

Virendra-Vyas/E-Learning-System
Language: C# - Size: 1.34 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

farrukhmpk/net-core-sample-app
MIT License. A very simple sample ASP .NET Core and C# .NET Core based RESTful application and web API, i.e., a REST Service.
Language: CSS - Size: 1.96 MB - Last synced at: about 1 month ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

MatthewSmit/Http2Sharp 📦
A simple HTTP/2 server created in C#.
Language: C# - Size: 120 KB - Last synced at: 7 months ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 1

ASlepushko/EasyTraider 📦
investing
Language: C# - Size: 22.5 KB - Last synced at: 4 months ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 1

jpopadak/CoreMatchers
An implementation of assertion matchers for testing. Similar to Hamcrest for Java
Language: C# - Size: 156 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

MateiB20/Proiect-n-echip-ingineria-program-rii
O aplicație care afișează prognoza meteo curentă și pentru zilele următoare, utilizând un API extern pentru a obține datele relevante.
Language: HTML - Size: 25.5 MB - Last synced at: 26 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Dvurechensky/PatternsCSharpExtraAddons
Паттерны проектирования кода на C#
Language: C# - Size: 41 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

karenpayneoregon/web-samples-2025
ASP.NET Code samples for 2025
Language: C# - Size: 1.35 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Joseph1977/benraz-infra-nugets
Packages that provides common services & implementation.
Language: C# - Size: 166 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

karenpayneoregon/teaching-simple-validation-1
data annotations for windows forms with error provider using net8/C#
Language: C# - Size: 966 KB - Last synced at: 24 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ZainulabdeenOfficial/CSharp-Practice
The GitHub repository Zainulabdeenoffical/CSharp-Practice appears to be dedicated to practicing C# programming. It likely contains various C# code examples, exercises, and projects to help with learning and improving C# skills
Language: C# - Size: 61.7 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

karenpayneoregon/solutions-from-forums
Various code samples for C#
Language: C# - Size: 4.4 MB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 1

karenpayneoregon/deconstructing-samples
Basic to advance Deconstruct code samples
Language: C# - Size: 599 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

insixio/uo-shard Fork of modernuo/ModernUO
Insixio UO - ModernUO Shard
Size: 37.4 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

brukarkooperativet-jag/Dreambroker
Language: C# - Size: 25.4 KB - Last synced at: 14 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

kingarthurwashere/RankingApp
Ranking App - A responsive ranking application with a React front-end and C# .NET Core backend. The app allows users to rank items, view scores, and filter lists in real time. Built with secure APIs, efficient data handling, and scalable architecture for a seamless ranking experience.
Language: JavaScript - Size: 48.8 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

maadcode/LearningCSharp
Repositorio open source para explicar conceptos de programación con ejemplos utilizando C#
Language: C# - Size: 43 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

MGTheTrain/iam-with-auth0-poc 📦
Repository demonstrating OIDC and OAuth 2.0 flows with backend services, single-page applications (SPAs), and mobile applications, utilizing Auth0 as the central Identity and Access Management (IAM) solution.
Language: Go - Size: 1.59 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MGTheTrain/logging-monitoring-and-tracing-poc 📦
Example repository showcasing the utilization of logging, monitoring and tracing solutions, communicating with them through backend services.
Language: Dockerfile - Size: 1.05 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

lizzard85/Dataness
ORM that generates a complete DataAccess and BusinessLogic codebase
Size: 4.57 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

karenpayneoregon/oracle-northwind2024
For article to teach the basics for working with Oracle and EF Core with C#
Language: C# - Size: 1.55 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 2

karenpayneoregon/ef-core-transforming
Provides easy to follow transformations/conversions for EF Core
Language: C# - Size: 546 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

RubaiyadNoorShahriar1999/Attendance-System-for-Devskill
This is an attendance system (a console project). GUI will be implemented afterwards
Language: C# - Size: 11 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

manjunathg88/oauth-token-generator
OAuthTokenGenerator library contains utility methods to create and validate OAuth tokens
Language: C# - Size: 10.7 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

oncado86/CSharpAndAngularCamp
Engin Demiroğ: Yazılım Geliştirici Yetiştirme Kampı (C# + ANGULAR)
Language: Python - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

karenpayneoregon/unit-test-categories
Unit test category/traits tips
Language: C# - Size: 164 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MarcosHCK/sep3cs
Software Engineering, 3rd year of Computer Science
Language: C# - Size: 5.87 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 3

karenpayneoregon/teaching-2022-intermediate
For teaching
Language: C# - Size: 971 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Nikoo-Asadnejad/SMS-Service
A micro service which sends sms messages
Language: C# - Size: 7.72 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

YarikVor/WorkersAccounting
Language: C# - Size: 14.6 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

CarlDuFromChina/Sixpence.WeChat.Server
微信公众号&小程序平台后端项目
Language: C# - Size: 116 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

CarlDuFromChina/Sixpence.WeChat
一个微信开发开发平台管理系统
Size: 483 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

RubaiyadNoorShahriar1999/Codeforces
Basic Level problems solved with C# 10 .NET 6
Language: C# - Size: 503 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

namne2kzz/FreshShop
First solution FreshShop is a tutorial using dotnet core 3.1
Language: CSS - Size: 16.8 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

karenpayneoregon/BroadcastWinForms
Windows forms, form to form communication
Language: C# - Size: 175 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Markojudas/cshelp
Script to help C# (dotnet) development on Linux environment and vscode
Language: Shell - Size: 55.7 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mdzaberalhamid/csharp-learning
C# Programming Learning Codes
Language: C# - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

dakalo17/jwtAuthentication
demonstration of jwt authentication
Language: C# - Size: 116 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

coderpros/balans
An example SPA using ReactJS & .Net 5 API.
Language: CSS - Size: 5.14 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ttheusLima/Web-Api-Sistema-de-Hospedagem
Sistema de hospedagem, que possibilita realizar uma reserva em um hotel. Colocando em prática os conhecimentos obtidos sobre Web API.
Language: C# - Size: 68.4 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

umdoobby/plzopenme
A simple and noninvasive file sharing host for content shared in Telegram. You send it a message with some kind of content and it gives you a link you can share anywhere even outside of Telegram! Contact @PlzOpenMeBot on Telegram to get started!
Size: 6.38 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Mohamed1976/RandomStringGenerator
A .NET Core 6 Library for generating random strings with full customizable settings.
Language: C# - Size: 45.9 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

karenpayneoregon/hide-exception-paths
Provides a technique to hide paths in runtime exceptions
Language: C# - Size: 270 KB - Last synced at: 17 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

karenpayneoregon/teaching-simple-validation
For teaching developers how to perform Fluent Validation
Language: C# - Size: 178 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

karenpayneoregon/unit-test-json
For article on unit testing json
Language: C# - Size: 211 KB - Last synced at: 10 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

petersonzeferino/algorithms
Language: C# - Size: 188 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

dahead/breyn
Small todo tool with machine learning capabilities
Language: C# - Size: 2.07 MB - Last synced at: 9 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

a-tibi/SubarraysDivision-birthday
Language: C# - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

karenpayneoregon/disable-screen-saver-csharp-new
starter code for a new disable screensaver
Language: C# - Size: 21.5 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

karenpayneoregon/ef-core-5-in-memory
EF Core in-memory testing
Language: C# - Size: 813 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

karenpayneoregon/display-enum-asp-winforms
How to display enum members in ASP.NET Core and Windows Forms
Language: C# - Size: 946 KB - Last synced at: 21 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

kemalsaybakan/Encapsulation
.Net Core - OOP - Encapsulation
Language: C# - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

karenpayneoregon/temp-work
Conceptual samples
Language: C# - Size: 171 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

karenpayneoregon/appsettings-external-tool
Provides an easy way to create an appsettings.json file with sql-server connections
Language: C# - Size: 128 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SHREYK213/MusicApp
This is a project made utilizing DotNetCore and EntityFramework to build RestAPI's where the audio is stored in azure and accessed though api
Language: C# - Size: 7.09 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Stefan-Horst/Reminders
Feature-rich and lightweight command line C# app for creating reminders.
Language: C# - Size: 338 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

karenpayneoregon/payne-age-calculator
Provides a method to calculate a person's age
Language: C# - Size: 16.6 KB - Last synced at: 29 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

karenpayneoregon/working-with-console-apps
Learn basics to advance topics for console apps for .net core
Language: TSQL - Size: 350 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

andre-maree/Durable.Lock.Microservice
Durable Function re-usable serverless lock implementation.
Language: C# - Size: 104 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

karenpayneoregon/TelerikSampleApp-1
Code sample collaboration by myself and Telerik/Progress for EF Core
Language: JavaScript - Size: 465 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

shikharvashistha/foodey
Bakery Dashboard UI
Language: C# - Size: 1.49 MB - Last synced at: 9 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0
