• Stars
    star
    1
  • Language
    C#
  • Created over 1 year ago
  • Updated 5 months ago

Reviews

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

Repository Details

This repository contains a simple implementation of the Perceptron Learning Algorithm in C#.

More Repositories

1

native.background.service

native.background.service is an ASP.NET Core 8 application demonstrating the implementation of background processing using native .NET Core background services. This repository provides examples of different types of background tasks, including fire-and-forget, delayed, recurring, and continuation tasks.
C#
3
star
2

hangfire.jobs

This project demonstrates the use of Hangfire in an ASP.NET 8 application to handle background jobs. Hangfire is a library that enables background job processing in .NET applications. This demo includes examples of fire-and-forget, delayed, recurring, and continuation jobs.
C#
2
star
3

rate.limit.middleware.example

Rate Limit Middleware for .NET 8 is a middleware implementation designed to enforce rate limits on incoming requests to ASP.NET Core applications. This middleware provides a flexible solution for controlling the rate of incoming requests based on IP address.
C#
2
star
4

AspNetCore

This repository serves as a practice project for learning and experimenting with ASP.NET Core MVC and WebAPI using Dapper as the data access technology.
C#
1
star
5

TextFileEncryption

A project that creates large text files and encrypts them using multi-threading for efficient processing. The implementation includes file generation and encryption with Aes encryption algorithm, utilizing the number of available CPU cores.
C#
1
star
6

OptimalBST

Optimal Binary Search Tree (OBST) implementation in C# using dynamic programming to find the minimum cost of constructing an OBST based on given keys and their frequencies or probabilities.
C#
1
star
7

XML-TO-CSV

A tool for converting XML files to PDF or CSV format using C# and iTextSharp. Supports customization for different XML structures, including those exported from Excel.
C#
1
star
8

TxtSqlExporter

Export Database Schema Scripts. This repository provides SQL scripts to create tables, views, stored procedures, and functions. These scripts can be used to set up the database schema in your preferred database management system.
C#
1
star
9

EF-Core

This repository serves as a practice project for learning and experimenting with Entity Framework Core (EF Core) in ASP.NET Core applications.
C#
1
star