C-Sharp

  • submit to reddit

Why C++ Is Not “Back”

I love C++. C++ taught me how to really write code. Back in the day I would study the intricacies of the language, Standard Template Library, and all the...

4 replies - 3020 views - 04/16/13 by John Sonmez in Articles

Pipeline Communication Pattern w/ ZeroMQ and C#

See this demo of ZeroMQ with Microsoft .NET C# using the pipeline communication pattern and find out how I plan to build my HFT platform using ZeroMQ.

0 replies - 1151 views - 03/18/13 by Mitch Pronschinske in Articles

ICE Demo to have Java talk to C#

s

0 replies - 1955 views - 03/16/13 by Mitch Pronschinske in Articles

ScaleBase Overview – Your complete scale out partner

ScaleBase Overview – Your complete scale out partner Watch the Video below to learn how to scale out your MySQL Database with ScaleBase. Cost-effectively...

0 replies - 301 views - 02/22/13 by Kelley Gemma in Uncategorized

How Resharper rocks my average work day.

I’ve been using Resharper since I started coding in .NET/C#. It’s a tool with a lot of features which aids you in the average day development. In this blog...

1 replies - 2759 views - 02/11/13 by Jonas Gauffin in Articles

Repository Pattern, Done Right

The repository pattern has been discussed a lot lately. Especially about it’s usefulness since the introduction of OR/M libraries. This post (which is the...

0 replies - 2336 views - 02/04/13 by Jonas Gauffin in Articles

DZone Links You Don't Want To Miss (2/4/13)

NEWS Apple Blocks Java on Mac  Looks like Apple has blocked Java for the 2nd time this year, and it's only been a month!  This time they're...

0 replies - 2772 views - 02/04/13 by Mitch Pronschinske in Articles

ActuateOne for OEMs

"Actuate BIRT’s (Business Intelligence and Reporting Tool) proven technology allows software companies to innovate, leapfrog the competition and meet...

0 replies - 334 views - 01/22/13 by Kelley Gemma in Uncategorized

XNA to the Sunburn Gaming Engine and Beyond

So far in this series I’ve covered: MonoGame – a raw XNA implementation allowing you to create games but you have to code everything...

0 replies - 2100 views - 01/05/13 by Simon Jackson in Articles

RabbitMQ On Windows With .NET, A Case Study

Any reader of this blog will know that my big project over the last year has been to create a simple .NET API for RabbitMQ called EasyNetQ.  I’ve been...

0 replies - 3006 views - 12/08/12 by Mike Hadlow in Articles

Building a Shooter Game Walkthrough Using C#, XNA and MonoGame 3.0 – Part 1

Casual game developers have been using XNA since 2004 for ease of create games for Windows, XBOX and most recently Windows Phone. XNA is a .NET framework for...

0 replies - 7618 views - 12/06/12 by Tara Walker in Articles

More on Bad Ways to Set Up Commands in Your View Model

Last week I wrote about a bad way to set up commands in your view model. This prompted a few comments and strong opinions.My main intention with the...

0 replies - 1884 views - 12/04/12 by Matt Lacey in Articles

31 Days of Windows 8 | Day #10: Toast Notifications

This article is Day #10 in a series called 31 Days of Windows 8.  Each of the articles in this series will be published for both HTML5/JS and XAML/C#. You...

0 replies - 3086 views - 11/13/12 by Jeff Blankenburg in Articles

Solving WinRT XAML GridView Performance Problems on RT Tablets

Let’s start with the bad news: If your WinRT XAML app uses the GridView with grouping, you’re app is quite likely going to hang and...

0 replies - 4099 views - 11/12/12 by Mikael Koskinen in Articles

Generating Radial Indicator Images Using C#

In one of my projects I needed to draw radial indicators for processes measured in percent. Simple images like the one shown on right. I solved the problem...

0 replies - 2312 views - 10/19/12 by Gunnar Peipman in Articles