- Foldable services architecture A simple software service architecture to create services that can be scaled out separately, or be run as a single deployment unit
- WebAssembly - What it is & Why is it so important The what, why, how & when of WebAssembly for the dummies
- The great new Windows 10 Terminal The new Terminal for Windows 10 is now available for download (preview) in the Microsoft store. It’s sooo cool
- C# 7.2 safe & efficient enhancement of value types A quick guide to safe & efficient enhancement of struct or value types in C# 7.2 and 7.3
- C# 7 features with minor version updates - C# 7.1, C# 7.2, C# 7.3 A quick guide to new features introduced to C# in minor versions 7.1 to 7.3
- Hosting an ASP.NET Core web application on Windows IIS A quick guide to deploying your new ASP.NET Core app on existing IIS web server
- Basic coding guidelines for OOP A general coding guidelines for Object Oriented Programming, like C# and others
- What is GraphQL & how to use it A very basic introduction to GraphQL. Do you query graph database with it?
- Non-blocking multithreading & concurrent collections | Thread synchronization Part IV Non-blocking thread synchronization, multithreading issues and concurrent collections in .NET
- Multithreading with signals | Thread synchronization Part III Thread synchronization in .NET with signal & pulses
- How does Async-Await work - Part II A step-by-step example of converting synchronous code to asynchronous with async-await in .NET
- How does Async-Await work - Part I A simple explanation of Async-Await in .NET
- Multithreading with non-exclusive locks | Thread synchronization Part II Synchronizing multiple threads with non-exclusive locks in .NET
- Multithreading - lock, Monitor & Mutex | Thread synchronization Part I Some common practices of bare basic thread synchronization in .NET
- Practical routing problems in graph - Neo4j Part III Common graph algorithms with neo4j graph database and cypher
- Introduction to Cypher query language - Neo4j Part II Working with neo4j graph data with Cypher query
- Introduction to Graph Database - Neo4j Part I The basics of graph database for database developers & programmers
- How to trigger a Jenkins job remotely Triggering a remote Jenkins build job from command-line and build-script
- Sample NAnt script for CI build system A sample NAnt script for common CI tasks like pulling code, building running tests, deployment and more
- Automating build & tasks with NAnt Building .NET projects and much more with good old NAnt
- SonarQube for continuous analysis of .NET projects How to setup & use SonarQube for .NET projects, with SonarC# and MSBuild
- Code quality management - common problems & how to solve them Common problems with software code quality and how SonarQube can help manage them
- Nexus artifact repository for .NET Why and how to use a Nexus 3 artifact repository manager for .NET projects, with NuGet
- Nexus artifact repository manager Setup & configuration of Sonatype Nexus from scratch, as a generic artifact repository manager
- Basic task cancellation demo in C# A very basic console application that allows user to cancel a task
- Synchronous to asynchronous in .NET Simple conversion of synchronous code to asynchronous with Tasks
- Practical configuration & DI in ASP.NET Core 2.0 Code demo of real life configuration & dependency injection in ASP.NET Core 2.0
- Porting ASP.NET Web API apps to ASP.NET Core 2.0 .NET Core 2.0 series - 5/5 - Porting existing ASP.NET Web API apps to ASP.NET Core 2.0
- Porting ASP.NET MVC apps to ASP.NET Core 2.0 MVC .NET Core 2.0 series - 4/5 - Porting existing ASP.NET MVC Web apps to ASP.NET Core 2.0
- Understanding ASP.NET Core 2.0 .NET Core 2.0 series - 3/5 - Understanding ASP.NET Core 2.0
- Porting .NET libraries to .NET Core (2.0) .NET Core 2.0 series - 2/5 - Porting existing libraries to .NET Core
- What is .NET Core (2.0) .NET Core 2.0 series - 1/5 - What is .NET Core
- Working with .NET Core 2.0 A series of articles on understanding & working with .NET Core 2.0
- Features demo of C# 7.0 A quick glance at the new capabilities of C# 7.0 with code-demo
- Features demo of C# 6 A quick glance at the new capabilities of C# 6 with code-demo
- Dynamic in C# A quick introduction to dynamic in C# and comparison with var and object keywords.
- Showing build details on .Net web page Cool stuffs ahead :)
- Comparison of serialization in .Net A quick statistical comparison of popular serialization techniques in .Net