.NET & Windows

  • submit to reddit

What is ODBC?

According to Microsoft, ODBC is a specification for a database API. This API is database and operating system agnostic due to the fact that the primary...

0 replies - 560 views - 05/15/13 by Todd Merritt in Articles

Legacy Code Preservation: Why Preserve An Abomination?

By the early aughts (2001-2005) Visual Basic had gone from state of the art to a legacy application language. Code written in VB was being replaced with...

1 replies - 2333 views - 05/10/13 by Steven Lott in Articles

Using the SkyDrive REST API

I have created a wrapper class to simplify my work with the SkyDrive REST API. I assume that you will be using a web application in this article. The...

0 replies - 2139 views - 05/01/13 by Prashant Khandelwal in Articles

A Windows Phone Developer’s Take on Xamarin

Xamarin is all the rage in mobile development right now. They just threw an amazing conference in Austin and started trending on Twitter during...

0 replies - 840 views - 04/22/13 by Matt Hidinger in Articles

ActiveMQ and .NET combined!

 ActiveMQ is one of the most popular messaging frameworks. For sure the most popular open source framework. Many people think that ActiveMQ works only...

0 replies - 3870 views - 04/15/13 by Łukasz Budnik in Articles

Using Twitter via .NET - Beginners Guide

Objective : In this post i will quickly explain how can we interact with Twitter API using .Net code. Ingredients : LinqToTwitter , Visual Studio...

0 replies - 1381 views - 04/09/13 by Sarfraz Khan in Articles

Using MongoDB via .NET

Objective : In this post i will explain how can we interact with data residing in MongoDB using .Net. Ingredients : Mongodb-win32-i386-2.2.3 ,...

0 replies - 890 views - 04/06/13 by Sarfraz Khan in Articles

How We Achieved the Best Code Quality in My Career

My recently finished project produced the best code quality in my career so far. The key success factors were a clear architecture, insane compiler warning...

4 replies - 9870 views - 03/26/13 by Anders Abel in Articles

Asynchronous Commands in Windows Store Apps

The Model-View-View Model (MVVM) pattern is more popular than ever and is built into the Visual Studio templates for creating Windows Store apps. Developers...

0 replies - 580 views - 03/13/13 by Jeremy Likness 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 - 297 views - 02/22/13 by Kelley Gemma in Uncategorized

Modeling Distributed Systems with NServiceBus Studio

Udi Dahan - Modeling Distributed Systems with NServiceBus Studio from NDCOslo on Vimeo. As developers build larger and more distributed systems than ever...

0 replies - 1713 views - 02/18/13 by Mitch Pronschinske in Articles

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

IoC Containers Considered Harmful  Øyvind Bakksjø is a bit skeptical of where the Java community is heading.  Although he's completely fine with...

0 replies - 2282 views - 02/11/13 by Mitch Pronschinske in Articles

OAuth with ASP.NET MVC and WorldDomination. Web.Authentication

This post is a follow on from my previous post OAuth with NancyFX and WorldDomination.Web.Authentication except this demonstrates how you can use...

0 replies - 1221 views - 02/06/13 by Phillip Haydon 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 - 2332 views - 02/04/13 by Jonas Gauffin in Articles

FTP Server & MSMQ Integration

Behold!  A FTP server and MSMQ integration demonstration. This demo shows how Serv-U Platinum writes out FTP server events (e.g., file uploaded) to MSMQ,...

0 replies - 1297 views - 01/25/13 by Mitch Pronschinske in Articles