Always remain updated about current software development trends

Articles having tag: ADVANCED

Get injected into the world of inverted dependencies

An introduction to Inversion Of Control containers and their purpose

Alternate Proxy class with bytecode manipulation

This article provides alternative to Java's Proxy class with bytecode manipulation.

ASP.Net page partial rendering

ASP.Net page partial rendering using Response.Flush() method

Vietnamese Lunar Calendar for .NET

Implementation of \xc2m l\u1ecbch Vi\u1ec7t Nam for Microsoft.NET

Easy Extension Properties

Convince your objects to carry extended properties, in real time, and with no modifications in their code

3D Space Flight Demo for Android OS, with Accelerometer-Based Controls

Simulation of flight in 3D space using OpenGL. The accelerometer-based UI is of particular interest.

Two Ways to Realise the Composite Pattern in C++ and Qt

In this article I show the Object-Oriented Implementation of tree, by using Composite Design Pattern, C++ and Qt Framework. I will also explain why we do not use (although you can) in Qt the standard design of Composite Pattern as described in GoF.

A C++ Websocket server for realtime interaction with Web clients

A Websocket protocol implementation atop the ush Framework real time library plus a demo example featuring four types of communication workflows between the HTML5 web client and the server.

C# Maze Generator and Solver

Implementing a visual maze generator and solver using various algorithms and GDI+.