Skip to main content

Home/ Groups/ Coders
Joel Bennett

MSBuild Windows PowerShell Task Factory - Home - 3 views

  •  
    A MSBuild 4.0 task factory that demonstrates hosting Windows PowerShell
Joel Bennett

Desktop Switching - CodeProject - 3 views

  •  
    A great article on how to use Windows desktop switching APIs from C# ... (as a side note, you can import this class into PowerShell and just go crazy)
Joel Bennett

Using RabbitMQ with C# and .NET - 3 views

  • I'm currently working on a project where I need to be able to transfer a large number of requests via JSON over web services. I need to take some of that data, do some aggregation with it, and store it in a persistent store. In order to allow the data to be reliably processed in a number of different ways, I wanted to place the incoming data into multiple queues and have it processed and then stored.
  • RabbitMQ fits the bill on all of these fronts, is crazy easy to setup and use, and is very fast.
  • RabbitMQ is written in Erlang
  •  
    RabbitMQ is a cross-platform implementation of an Advanced Message Qeuing Protocol (AMQP) broker (similar to MSMQ). There's a .Net client, and it allows you to decouple your routing and an message storage, and do so in a cross-platform way.
Fabien Cadet

« Big Ball of Mud » (aka. Spaghetti Code) , by Brian Foote and Joseph Yoder (... - 3 views

  • The class of systems that we can build at all may be larger than the class of systems we can build elegantly, at least at first.
  •  
    « While much attention has been focused on high-level software architectural patterns, what is, in effect, the de-facto standard software architecture is seldom discussed. This paper examines this most frequently deployed of software architectures: the BIG BALL OF MUD. A BIG BALL OF MUD is a casually, even haphazardly, structured system. Its organization, if one can call it that, is dictated more by expediency than design. Yet, its enduring popularity cannot merely be indicative of a general disregard for architecture. »
Joel Bennett

The IE Mobile Viewport on Windows Phone 7 - IE for Windows Phone Team Weblog - MSDN Blogs - 3 views

  •  
    How Windows Phone 7 implements the viewport meta tag and associated tags device-width
Zulkarnain K.

TreeBrowse - 3 views

  •  
    TreeBrowse is a simple tool that makes browsing directory indexes much easier. It shows a tree hierarchy of files and folders that can be navigated.
Zulkarnain K.

Online javascript beautifier - 4 views

  •  
    Beautify, unpack or deobfuscate javascript.
Joel Bennett

Bing Maps WPF Control - Bing Maps Blog - 3 views

  •  
    The WPF control for Bing Maps has been released (in beta)
Joel Bennett

Using Mercurial as a local repository for Team Foundation Server - LosTechies - 3 views

  •  
    This post covers how to setup mercurial(HG) as are local source control repository to sit in front of a Team Foundation Server .
Joel Bennett

Windows Developer Preview Metro style app samples - 3 views

  •  
    The Windows Developer Preview Samples Gallery contains a variety of code samples that exercise the various new programming models, platforms, features, and components available for the BUILD conference.
Joel Bennett

ExtensionMethod.Net - 3 views

  •  
    ExtensionMethod.NET is a database of C# 3.0, F# and Visual Basic 2008 extension methods. It contains many user-rated extension methods that will expand your code library immediately.
Joel Bennett

What Portable Apps? | Dr Dobb's - 3 views

  • If portability continues to be accorded the little value it receives today from Windows, Linux, and mobile developers, I expect this sudden renaissance to be short-lived. Eventually, the balance, which by nature favors the cost of developers' time, will return towards productivity. Then, native code, for the lack of portability skills in developers, will return to being a throwback, a curiosity for speed freaks who are happy running on just one platform.
  •  
    Andrew Binstock opines: Unless we relearn portability skills, the C++ renaissance will be a short affair...
Joel Bennett

AffinityID/PowerUp - GitHub - 3 views

  •  
    PowerUp is a simple, language neutral, Powershell based build and deployment framework
Joel Bennett

How to Create a Remote PowerShell Runspace - 3 views

  •  
    An example of creating runspaces using WS-Managment to execute PowerShell script
  •  
    This example shows how to create a runspace that uses WS-Management-based remoting to run commands on the local host. This same code could be used to connect to a remote computer.
Joel Bennett

Using Dynamics To Call PowerShell in C# | Adam Driscoll's Blog - 4 views

  •  
    A Fluent interface wrapper for calling PowerShell in a way that LOOKS like C# ;-)
Joel Bennett

Ripple, the utility that saves you from your personal NuGet hell - 3 views

  •  
    Imagine that you have a complicated dependency graph, and you've just modified a source of one of the assemblies, or you just got the freshest bits from the source control. Now you want to use the local version in your project, while you wait for your modification to make it to NuGet, but you still want to use the other dependencies managed by NuGet ... and merge the recent updates to the ones that you build locally.
« First ‹ Previous 201 - 220 Next › Last »
Showing 20 items per page