rebeccapowell
.NET developer. ASP.NET including Core, SQL Server, CQRS and DDD, microservices and REST specialist. I also do a lot of WCF and WSE. Shhh. Don't tell anyone. :)
Bremen, Germany
Pinned Repositories
csharp-algorithm-coupon-code
Implementation of Perl's Algorithm::CouponCode in C# - https://www.nuget.org/packages/Powell.CouponCode/
csharp-utr-tax-number
Validation and Generation of UTR tax numbers in c#. - https://www.nuget.org/packages/Powell.UtrTaxNumberTools/
jQuery-Tools-External-Load
Test of external load
PVSS.net
Port of Belare and Neven Multi-Signature algorithm, to C#.
TlsCheck.NET
Checks the TLS versions in a NET Framework 4.0 app host
WCF-AXIS-Interop-Example
How you can use MessageInspectors in WCF in conjunction with custom behaviors, so that you can support the WS-I Basic Profile UsernameToken with a hashed Password Digest - currently unsupported in WCF.
rebeccapowell's Repositories
rebeccapowell/csharp-algorithm-coupon-code
Implementation of Perl's Algorithm::CouponCode in C# - https://www.nuget.org/packages/Powell.CouponCode/
rebeccapowell/WCF-AXIS-Interop-Example
How you can use MessageInspectors in WCF in conjunction with custom behaviors, so that you can support the WS-I Basic Profile UsernameToken with a hashed Password Digest - currently unsupported in WCF.
rebeccapowell/csharp-utr-tax-number
Validation and Generation of UTR tax numbers in c#. - https://www.nuget.org/packages/Powell.UtrTaxNumberTools/
rebeccapowell/jQuery-Tools-External-Load
Test of external load
rebeccapowell/TlsCheck.NET
Checks the TLS versions in a NET Framework 4.0 app host
rebeccapowell/PVSS.net
Port of Belare and Neven Multi-Signature algorithm, to C#.
rebeccapowell/audiorecognizer
Roy van Rijn has written wonderful post about Shazam algorithm and how to implement it on our own. To do this he placed many chunks of his project source code, but he did not upload all source code of his application because as he stated: The Shazam patent holders lawyers are sending me emails to stop me from releasing the code and removing this blogpost. It occurred that core of this algorithm is very simple. I have analyzed his post and as weekend project I have written simple Proof-Of-Concept application which outputs its findings to console. It gives surprisingly correct answers. For now I have tested 10 different mp3 audio files and this application was able to recognize each of them. Application is learning basing on path to mp3 file on your local disk or http stream of mp3 file from any source and recognize by sound from microphone.
rebeccapowell/DataTrust
Experiments with third party data trust models
rebeccapowell/ef-core-tracking-demo
Demonstrates how tracking can catch you out
rebeccapowell/FileSignatures
A small library for detecting the type of a file based on header signature (also known as magic number).
rebeccapowell/LongestPassword
Example of a coding test I did recently for a job interview
rebeccapowell/mallorcahair
Webseite source code fuer Mallorca Hair Friseur in Cala Ratjada
rebeccapowell/openstack.net
Fork - An OpenStack Cloud SDK for Microsoft .NET - Fix for timeouts
rebeccapowell/TransientTypedClient
IHttpClientFactory Patterns: Using Typed clients from singleton services