Coding
Responsive Carousel & Photo Gallery Plugin – Caro.js
A responsive, flexible, customizable, and full-featured carousel & gallery plugin for any type of web content. Demo Download source
A responsive, flexible, customizable, and full-featured carousel & gallery plugin for any type of web content. Demo Download source
Digital Clock and Analog Clock implemented in jQuery, HTML, and CSS/CSS3. Demo Download source
Is there any systematic tutorial that covers different ways of multithreading in C# and when to use them respectively (like patterns)? Thanks. There are many different ways of course but the difference between most of Read more…
Centering in CSS is a notorious challenge, fraught with jokes and mockery. 2020 CSS is all grown up and now we can laugh at those jokes honestly, not through clenched teeth. The challenge There are Read more…
I am writing an MVC6 application that must run on an application server in order to interact with the database. Users must interface with the web interface through 443 and can only access content via Read more…
https://github.com/MCannucci/Phnock Allows test wide mocking of http requests without modifiying/creating mock objects for your code. (ex: All requests to google.com will return the body of ‘OK!’) Why: Projects that aren’t structured with inversion of control Read more…
Records are cool, but I’m not sure I like that anonymous constructor business. new (2000, 1, 1) New WHAT? Now I have to dig into the object to figure out what it is? Code should Read more…
I was looking at the ConcurrentBag documentation page, and the code sample they provided has the following: itemsInBag is a plain int, and it is written to concurrently without synchronization. This looks like a race Read more…
I am trying to create a table in C# by using the grid system.When the grid is generated I assign it to my property GridLayoutand use Bindingto set it in my XAML. However the page Read more…
C# Wasm Benchmark is a project that compares the performance of: C# Wasm AOT C# Wasm Interpreted C# Runtime (.NET 5) JavaScript I have for a long time wanted to inspect the performance of C# Read more…