Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts

Saturday, January 21, 2017

Real Time Streaming with WebSocket

Explaining WebSocket's meaning, behavior and use case with sample code.

Saturday, September 3, 2016

C#: Target Any Version of Oracle.DataAccess.dll in Runtime

Writing code to resolve Oracle.DataAccess.dll on runtime.

Thursday, July 14, 2016

Free Compare File App for Visual Studio.

With this app, you can select any 2 files and compare right away from window explorer..

Sunday, May 1, 2016

C#: Specific Culture Sorting without using CurrentThread.CurrentCulture

You can use StringComparer Class which provide you custom sorting/comparing method without having mess with Thread.CurrentThread.CurrentCulture at all.