Highlights
-
control_processes_dotnet Public
A .NET-based utility for launching, monitoring, and managing external processes programmatically using the System.Diagnostics.Process class. This repository demonstrates how to interact with other …
-
dotnet_minimal_api_demo Public
The introduction of Asp.Net Minimal API, a lightweight approach to building web APIs with simplicity at its core. Simple API project from scratch to demonstrate its features.
-
A simple TO-DO API using ASP.NET Core that demonstrates how to configure OpenTelemetry tracing for ASP.NET Core applications to monitor and gain insights into your application's performance.
-
csharp_thread_vs_task Public
Explores the differences between Thread and Task in C#, along with tips on when to use each.
-
csharp_delegates Public
Examines how delegates work in C# by covering different types of delegates, including single-cast and multi-cast delegates.
-
exception_filters_dotnet Public
Demonstrates exception filters in C# .Net, how they improve error handling, and their practical applications.
-
csharp_queue_and_stack Public
A simple text editor where you can add text and undo the last operation using both a stack and a queue.
-
csharp_access_modifiers Public
Demonstrates how different access modifiers control the accessibility of fields and methods within a class.
-
code_refactoring_csharp Public
Covers some practical C# code refactoring techniques that will help you achieve cleaner and more maintainable code.
-
-
azure_keyvault_sample Public
Securing .NET Core Applications with Azure Key Vault
-
live-currency-exchange-rate Public
Getting live currency exchange rates from European Central Bank and Turkish Central Bank.
-
linq_in_csharp Public
Exploring LINQ in C# : Querying Made Easy
-
oop-principles Public
Four Pillars of Object-Oriented Programming: Building Strong Foundations
-
data_structures_csharp Public
Class vs. Record vs. Struct in C#
-
HeroKit Public
Forked from emreakdemir/HeroKitThe HeroKit library, providing utility operations, offers a comprehensive set of extension methods for controlling, converting, and manipulating various data types.
-
efcore Public
Forked from dotnet/efcoreEF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
-
aspnetcore Public
Forked from dotnet/aspnetcoreASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
-
AspNetCore.Docs Public
Forked from dotnet/AspNetCore.DocsDocumentation for ASP.NET Core
-
repository-folder-template Public template
Forked from lenabstechnology/repository-folder-templateA standart code repository folder template for all kinds of applications.
-
Custom view engine implementation in ASP.Net MVC Web applications.
-
routed-localization Public
Several implementations of localization from route data in Asp.Net MVC Web Application.
-
shell-commands-dotnet Public
Some useful shell commands & scripts for dotnet apps.
-
image-editing Public
-
translations-rapidapi Public
Some translation api demonstrations from rapidapi.
-
event-publisher Public
Basic event publish/subscribe implementation that transfers a message from a sender to a receiver. It provides a loosely coupled communication between objects.
-
Google-OR-Tools Public
OR-Tools is an open source software suite for optimization, tuned for tackling the world's toughest problems in vehicle routing, flows, integer and linear programming, and constraint programming.
-
task-scheduler Public
A task scheduling system to queue some tasks to be executed in the background. Task scheduling structures designed extensible and you can change the default task scheduler or runner with your own i…
-
convert-xml-to-json Public
converts xml files to proper json files
-
opencart-dbqueries Public
Useful bulk queries for Opencart Ecommerce MySql/MariaDb databases.