Xbox Kinect Hub Remake - An Introduction To New User Interfaces
posted by bradygaster(4897) 7 months, 6 days ago 0
I wish I could kick this twice. It's a great, great introduction to NUI with Kinect. Also answers a few questions relevant to an issue with which I'm dealing in a pet project, so the code does a great job of answering a few of my own questions.
Reply
CQRS, Commands, Command Handlers and Command Dispatcher
Excellent examples! Explains the command bus and some other concepts I've been struggling to grasp the "how" of. I'll be referencing this in a few days.
Using Node.js in an ASP.NET MVC application with iisnode
posted by bradygaster(4897) 6 months, 29 days ago 0
I'm looking forward to walking through this and comparing it to SignalR.
Better Web Forms with HTML5 Forms
posted by bradygaster(4897) 6 months, 25 days ago 0
Things of this nature within HTML 5 make obvious the pattern of the industry in adopting the "convention over configuration" approach to re-solving the same problems. Thank goodness we've evolving!
Layout adjustments Snapping and OrientationChanges in Metro Applicatio
Really walks through a Metro app from a-z in terms of having something dirt simple (ugly) all the way to vector-art-trendy-hot design with straight-forward functionality. It was my first deeper look at how Metro design will be, and from this, I think I dig it.
Herding Code 124: Anthony van der Hoorn and Nik Molnar on Glimpse
Glimpse is awesome, it saved me tons of hours trying to find my way through a brown-field MVC project recently. You've GOT to take a look at how easy it makes things during debugging. Using Glimpse is like using a magnet to find a needle in a haystack. It makes it so easy you feel like you're cheating. Which is GREAT, but you've got to be responsible using Glimpse in your applications, and to take great precaution to disable it in your production configurations.
NHibernate.Linq Pitfalls: Casting
Using NHProfiler for things debugging your NH code makes things like this a little easier to find. Everyone gets to learn these gems of the art of NHibernate through experiencing the pain first-hand. It's nice to see example articles like this pop up to explain those ins and outs.
Understanding basic WinRT Metro Applications and Application Capability
I'm getting anxious. Need to find a machine I can do without for a few months to use for a Windows 8 install. I tried numerous options for VM and none worked. Any suggestions welcome.
31 Days of Mango | Day #1: Windows Phone Emulator Tools
posted by bradygaster(4897) 6 months, 23 days ago 0
WOW.
JSON-based WCF in Windows Azure
posted by bradygaster(4897) 6 months, 5 days ago 0
Well, my solution template is just the typical Azure cloud project template. Nothing special or "custom" in there. But yes, that's about the only "convention" that would require specificity in the example.
What is new in .Net framework 4.5?
posted by bradygaster(4897) 6 months, 4 days ago 0
Nice chart on this page depicting a good birds-eye view of the upcoming changes. Good stuff.
Cleaning Up Your Git Repository For NuGet 1.6
posted by bradygaster(4897) 5 months, 12 days ago 0
this is excellent. i'll be using this link over and over again.
NetBash – An Alternative to Admin Pages in Asp.Net Web Apps
posted by bradygaster(4897) 5 months, 7 days ago 0
This IS a very nifty idea.
SpecsFor.com Launched, SpecsFor 2.2 Released!
I've used Matt's product in a few different situations. Ever since I saw him demo the product (he gives an AMAZING talk on TDD/BDD you shouldn't miss if you get a chance) I've been a fan. If you use BDD you've got to check this out as an option. It really is an awesome tool.