• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    C#
  • Created over 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

.Net Core Backend 5.0 Project in Enterprise Architecture

More Repositories

1

HappyFarmer

School Project Private Repository
HTML
4
star
2

ApsiyonFramework

Apsiyon framework is a helpful framework that creates your .Net projects in the simplest way, does cross cutting concerns for you and helps you to write code faster in your projects.
C#
4
star
3

CSharp-Artificial-Neural-Networks-Sample-Letter-Recognition-Program

CSharp Artificial Neural Networks Sample Letter Recognition Program
3
star
4

NetCoreMongoDBExample

Sample .Net Core Web API application with MongoDb database from NoSql database
C#
3
star
5

TodoApp

Sample todo application.
C#
3
star
6

aspnetcore-microservices

Microservices on .Net platforms which used Asp.Net Web API, Docker, RabbitMQ, MassTransit, Grpc, Ocelot API Gateway, MongoDB, Redis, PostgreSQL, SqlServer, Dapper, Entity Framework Core, CQRS and Clean Architecture implementation.
C#
2
star
7

ASP.NET-CORE-MVC-SEND-EMA-L-EXAMPLE

ASP.NET CORE MVC SEND EMAÄ°L EXAMPLE PROJECT
C#
2
star
8

NetCorePostgreSqlExample

Sample .Net Core Web API application with PostgreSql database
C#
2
star
9

KonyaLastMinuteEarthquakes

Python dili ile yazlmış olan https://deprem-api.herokuapp.com/ deprem api'si kullanılarak Konya'da meydana gelen depremlerin listelendiği bir projedir.
C#
2
star
10

RealWordExample_DecoratorDesignPattern

Decorator is a real world example for Design Pattern. Hope it will be useful to those who are interested
C#
2
star
11

SignalRLibraryUsage

Sample usage of ASP.NET CORE Signal R library. There is no need to install a separate package for the SignalR library that comes with Net Core.
C#
2
star
12

SAMPLE-E-COMMERCE-PROJECT-WITH-ASP.NET-CORE---IYZICO-integrated

SAMPLE E-COMMERCE PROJECT WITH ASP.NET CORE - IYZICO integrated
2
star
13

PHP-Real-Estate-automation---Frontend-and-backend-code

PHP Real Estate automation - Frontend and backend code
2
star
14

NetCore_BackgroundProcesses

Hangfire library use case project that makes it easy for us to create, execute and manage background jobs
C#
2
star
15

AspNetCoreAPI-MVC-Communication

ASP.NET CORE is a sample project for API-MVC communication with N layered architecture.
C#
2
star
16

-mage-Processing-Example

Ä°mage Processing Example
2
star
17

CSharp-Fuzzy-Logic-Example-Washing-Machine-Program

CSharp Fuzzy Logic Example Washing Machine Program
2
star
18

AngularTodoApp

Sample Todo app with Angular 11. Contains basic CRUD transaction information. To run this project, please download the Todo "https://github.com/vmutlu/TodoApp" project from repositorim and put it up on your computer.
TypeScript
2
star
19

NetCore_Angular_RealTimeShop

Real-Time Product Editing in an Online Shop with .Net Core, SignalR and Angular 12
TypeScript
2
star
20

TextEncryptionExample

Simple text encryption and decryption process.
C#
2
star
21

Cargo-Company-speed-tracking-with-CSharp-Programming-Language

Cargo Company speed tracking with CSharp Programming Language
2
star
22

Math-Game-with-CSharp-Programming-Language-

Math Game with CSharp Programming Language - This game is not complete.
2
star
23

Artificial-intelligence-Genetic-algorithm-application-with-C-

Artificial intelligence Genetic algorithm application with C #
2
star
24

Example_AspNetCore_MicroserviceArchitecture

Authentication processes with sample micro service architecture approach developed using Ocelot library
C#
2
star
25

PHP-Real-Estate-Automation---Real-Estate-Automation-Admin-Panel--

PHP Real Estate Automation - Real Estate Automation Admin Panel -
2
star
26

Collection-Home-Work-with-CSharp-Programming-Language

Collection Home Work with CSharp Programming Language
2
star
27

Number-finding-game-with-CSharp-Programming-Language

Number finding game with CSharp Programming Language
2
star
28

Hangman-Game-with-CSharp-Programming-Language

Hangman Game with CSharp Programming Language
2
star
29

SecurityEncryption

.Net package containing the methods of text encryption and decrypting the encrypted text with the Caesar encryption algorithm
C#
2
star
30

ASPNETCOREMVC_ArticleSiteProject

In this project, a sample article site work has been done with ASP.NET CORE MVC. The project is open to development and the interested parties can customize and develop them as they wish.
CSS
2
star
31

Memory-Game-with-CSharp-Programming-Language

Memory Game with CSharp Programming Language
2
star
32

ASPNET-CORE-Dapper-Web-API-Example-Project

Creating ASP.NET CORE WEB API project with dapper orm. It is the source of swagger documentation in the project and can be accessed on 0.0.0.1:5000/swagger
2
star
33

Health-center-patient-monitoring-system-with-CSharp-Programming-Language-and-MSSQL---ADO.NET

Health center patient monitoring system with CSharp Programming Language and MSSQL - ADO.NET
2
star
34

User-Authentication-API-using-IdentityServer4-Library.

User Authenticated Using IdentityServer4 Library. Required information is grant_type, username, password, client_id, client_secret, scope etc. After entering, a request is sent to the API and the values access_token and reflesh_token are returned if the registered user is. The lifetime of the token is 1 hour (3600).
C#
2
star
35

IdentityServer-Framework-Examle-Project

Authentication and authorization of APIs under a single roof with Identity Server. It is a trial project. After cloning the project, select multiple run from the solution right-click properties section to remove all api and clients, mark all projects and remove the entire project. By typing https: // localhost: 5003 / user, it is directed to the login screen, the registered user information is entered and the login button is clicked. After confirming the areas that the clients will access, the continue option is clicked, and thus, we have communicated my auth server project with client 1.
C#
2
star
36

SignalRCovid19ChartApplication

An example covid19 chart application using the SignalR library. The number of cases is assigned randomly for 10 days for 5 provinces, and the number of cases and provinces are kept in the database. Line char from Google charts is used as chart. Run the program in multi mode from Solution-> Properties section, it is necessary for the mvc project to see the API project. Hope it will be useful for those who are interested
C#
2
star
37

ASPNETCore_SerilogExample

Codes for my article describing how to use Serilog library in ASP.NET Core application
C#
1
star
38

MicroserviceArchitecture

An example project with microservice architecture
JavaScript
1
star
39

ObserverPattern

Example project of Observer Design Pattern with .Net 6
C#
1
star
40

C-KutuphaneOtomasyon

C#
1
star
41

small-applications-with-php

small applications with php
1
star
42

PHP-Dosya-lemleri

Adding, deleting, updating operations on the file with PHP DosPHP programming language
1
star
43

HastaneOtomasyonuveRandevvuSistemi

C#
1
star
44

c-timerkullan-m

C#
1
star
45

NetCore_StackExchangeUsage

This repository describing the example usage of data types of Redis, one of the Distributed Caching systems, in net core projects.
C#
1
star
46

DotnetWordToPdf

A sample study that converts the uploaded word document to a byte array and sends it to the message queue structure, then reads the byte array in the queue and converts the document (word file) to a pdf file (Spire.Doc library was used) and sends it to the entered e-mail address.
C#
1
star
47

NetCoreMVC_MicrosoftTeamsIntegration

Example of Microsoft Teams Integration using Microsoft Graph API(https://docs.microsoft.com/en-us/graph/use-the-api) in Net Core MVC project
C#
1
star
48

8-stone-application-based-on-artificial-intelligence-with-C-

8 stone application based on artificial intelligence with C #
1
star