IT Technology

RaptorDB – The Document Store

  (248 votes) by Mehdi Gholam (updated 3 days ago)
NoSql, JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters (now with standalone Server mode, Backup and Active Restore, Transactions, Server side queries, MonoDroid support, HQ-Branch Replication, working in Linux, now with

New Articles, Tech Blogs and Tips

.NET Framework

  (5 votes) by Nikola M. Živković (updated yesterday)
Here are different ways to implement Singleton in .NET

Android

  (1 votes) by Vhalun (updated yesterday)
A step-by-step tutorial about how to build a Qt/C++ project on Android

ASP.NET

  (1 votes) by Livio Francescucci (updated yesterday)
Use a JWTToken to access a .NET Core Web API leveraging IdentityServer4 / OAuth2.

C / C++ Language

  (6 votes) by Petrov Vladimir (updated 3 days ago)
Former NeHe OpenGL Lessons adapted to MSVS-15 pro Win32 in INICODE and the samples of the Joystick implementation
  (2 votes) by David Lafreniere (updated 2 days ago)
A type-safe multicast callback library used for anonymous function invocation implemented in C

C#

  (10 votes) by Jeremy Madden (updated 2 days ago)
An attempt to introduce some Functional Programming concepts into an OOP domain.
  (4 votes) by Code Cleaner (updated yesterday)
Running tasks in parallel while taking into account the dependencies between them

Charts, Graphs and Images

  (2 votes) by AivanF (updated yesterday)
Read how to add a dynamic table on Google map for your webpage

DLLs & Assemblies

  (3 votes) by Henrique Dal Bello (updated 2 days ago)
This article describes a DLL made to help community when communicating with Tightening Controllers via Open Protocol (Developed by Atlas Copco)

Installation

  (0 votes) by C. M. Stephan (updated 2 days ago)
I decided to collapse the multiple systems I have running various flavours of Linux and BSD into a single system. … Continue reading →

Java

  (2 votes) by Arturs Solomencevs (updated yesterday)
The article will make you understand database transactions (principles, concepts, etc.) and how to use Spring Framework to implement transactional behavior in your application.

Testing and QA

  (4 votes) by David A. Gray (updated 3 days ago)
Historically, ETW has been portrayed as having a very steep learning curve, along the lines of the effort required to summit Everest. Realizing its potential value, I set about to reduce the effort to that required to summit Pike’s Peak.

Updated Articles, Tech Blogs and Tips

.NET Framework

  (22 votes) by JUST_Neeraj (updated yesterday)
JSON to JSON transformation – XSLT equivalent for JSON
  (9 votes) by Harsh Gupta 9 (updated 3 days ago)
.NET core/.NET standard is the latest incarnation of the .NET platform. This tutorial introduces you to this new world, and gives you practical advice to successfully port your .NET Framework library to .NET core.

Algorithms & Recipes

  (29 votes) by Alexandre Bencz (updated 2 days ago)
ELENA is a general-purpose, object-oriented, polymorphic language with late binding
  (19 votes) by Peter Occil (updated 20 hours ago)
Most apps that use random numbers care about either unpredictability or speed/high quality.
  (4 votes) by Peter Occil (updated yesterday)
Discusses many ways in which applications can extract random numbers from RNGs and includes pseudocode for most of them
  (1 votes) by Alex Rakov (updated 3 days ago)
Programming with ELENA: Interactions

Applications & Tools

  (9 votes) by Zijian (updated yesterday)
Overview of TraceHub, and the design concepts/contexts behind this open source project

C#

  (9 votes) by tugrulGtx (updated 22 hours ago)
Multi-device OpenCL load balancer and pipeliner for C# in few lines of code.
  (4 votes) by Carlo Hans H. (updated 19 hours ago)
View Models code generation with CatFactory.DotNetCore

Client side scripting

  (6 votes) by Yaseer Mumtaz (updated 2 days ago)
In this part, we will enhance our user management application to have search/filter, global error handling and debugging functionalities.

Desktop Gadgets

  (26 votes) by Howard 9448490 (updated 3 days ago)
Two classes for easy access to system information using OpenHardWareMonitor and Windows System.Management.

Internet / Network

  (21 votes) by Reza Shadmani (updated 2 days ago)
The main goal of this article is to explain the practical details of low level network security programming.

Shell and IE programming

  (14 votes) by Jasper Lammers (updated yesterday)
Using Autocomplete in Windows Console Applications without losing key functions when using Console.Readkey().