• Stars
    star
    8
  • Rank 2,092,749 (Top 42 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 5 years ago
  • Updated over 3 years ago

Reviews

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

Repository Details

This is an experiment into trying translate Classic ASP VBScript files into C# in some form

More Repositories

1

Bridge.React

Bindings for Bridge.NET for React - write React applications in C#!
C#
74
star
2

FacialRecognition

Code to accompany my blog post "Face or no face (finding faces in photos using C# and Accord.NET)"
C#
17
star
3

SqlProxyAndReplay

For performance testing services that depend upon a SQL database, the service may be tested with known inputs and the SQL queries that are executed will be captured (along with their results). Then the service may be re-tested but the SQL proxy layer will return known results to the same SQL queries. So long as all of the same queries are repeated when the same inputs are passed to the service, the database will be removed from the test. This could be used to measure data access code performance but it is initially intended more to allow a service to run for a long time reliably (independent of any external database) in order enable investigations into hot paths and ways to reduce garbage collection load.
C#
15
star
4

BarcodeReader

C# code to accompany a blog post that reads bar code numbers from images without using any external libraries
C#
9
star
5

Bridge.Immutable

A way to make it easier to create and work with immutable classes in Bridge.NET
C#
8
star
6

Bridge.ReactRouting

C#
5
star
7

DanSerialiser

A serialiser with an emphasis on being able to clearly define forward and backward compatible messages
C#
4
star
8

ComInteraction

C#
3
star
9

Bridge.Immutable.Extensions

Common functionality that builds on Bridge.Immutable and Bridge.React
C#
3
star
10

FullTextIndexer

C#
2
star
11

TodoCommentRetriever

C#
1
star
12

WCFCORSExample

Complete example from blog post www.productiverage.com/wcf-cors-plus-json-rest-complete-example
C#
1
star
13

FacialRecognitionBridge

An attempt to port the .NET FacialRecognition to the browser by using Bridge.NET
C#
1
star
14

NeuralNetwork

A simple illustration of a neural network trained using back propagation
C#
1
star
15

MsgPack5.H5

A library to deserialise "MessagePack-CSharp" binary data in the browser into C# types
C#
1
star
16

MemorySnapshotAnalysis

Insights into a .NET memory snapshot via ClrMd
C#
1
star