MikeHouston.net

mikehouston.net

Kinect for Windows SDK Beta

by mhouston 18. June 2011 10:53

MS has released the Kinect for Windows SDK beta…nice!  Go here http://research.microsoft.com/en-us/um/redmond/projects/kinectsdk/

Also, there’s some ‘get you started’ stuff out there :

Setting Up Your Development Environment (http://channel9.msdn.com/Series/KinectSDKQuickstarts/Getting-Started)

Kinect Toolkit (http://c4fkinect.codeplex.com/)

Kinect Mouse Cursor (http://channel9.msdn.com/coding4fun/projects/Kinect-Mouse-Cursor)

Quickie : Named pipes and SQL User Instance

by mhouston 30. April 2011 14:27

In case anyone else ever needs this…

System.IO.Directory.GetFiles(@\\.\pipe\) will return an array of named pipes.

and…

the named pipes for SQL user instances always contains @"\tsql\query"

so,…

You can get to something like @"Data Source=\\.\pipe\XXXXXXXX-XXXX-XX\tsql\query; Integrated Security=True;Connect Timeout=30;";

and..

“SELECT * FROM sysdatabases” will return all the attached databases from that ‘user instance’ of SQL


SQL | .NET

Windows Azure SDK and Windows Azure Tools for Microsoft Visual Studio (November 2010)

by mhouston 29. November 2010 21:37

Windows Azure SDK and Windows Azure Tools for Microsoft Visual Studio (November 2010) available for download    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=7a1089b6-4050-4307-86c4-9dadaa5ed018

January NashDotNet Meeting 01-15-2009

by mhouston 4. January 2009 11:54

Event Link :

http://www.nashdotnet.org/archive/2009/01/03/10.aspx

Topic :

Continuous Integration with JetBrains TeamCity

Speaker :

Chris Hefley

Description :

TeamCity, the new Continuous Integration application from JetBrains (the people that brought you ReSharper) provides easily configurable continuous integration, advanced reporting and metrics, and integration with Visual Studio (and It's free for small teams). This presentation will cover installing and configuring TeamCity and connecting it to source control, with examples using various build runners (MSBuild, NAnt, and Rake) to build .Net applications. We'll also cover NUnit integration, artifact generation, and configuring notifications. We'll show you how to troubleshoot broken builds, run the .Net duplicate finder build, Visual Studio integration, and how to use TeamCity as an automated deployment tool.

DateTime :

January 15, 2009 6:00PM CST

Location :

Brentwood Library
8109 Concord Rd
Brentwood, TN 37027-6740
Map Link

 

Technorati Tags: ,,

 

Share this post :

Pics from the NashDotNet User Group Christmas Party

by mhouston 13. December 2008 22:06

 

 

 

 

Technorati Tags: ,,

 

Share this post :

NashDotNet User Group Christmas Party - Fri., December 12th

by mhouston 6. December 2008 21:35

Food and conversation is free…beer will cost you ;-P

NashDotNet

When: Friday, December 12th, 2008 6:00PM
Where: The Flying Saucer
111 10th Ave S.
Nashville, TN 37203

Map - http://www.mapquest.com/maps/map.adp?country=US&addtohistory=&address=111+10th+Ave+South&city=nashville&state=tn&zipcode=37203&homesubmit=Get+Map

Web - http://www.beerknurd.com/stores/nashville


Technorati Tags: ,,

Share this post :

Upcoming Microsoft Events At the Franklin, TN office

by mhouston 14. November 2008 11:35

 

Technorati Tags: ,,
Share this post :

A hotfix rollup is available for WPF Designer

by mhouston 11. November 2008 22:07

This hotfix rollup fixes several issues in the WPF Designer. This hotfix rollup applies only to the computer that has Visual Studio 2008 Service Pack 1 installed.

•When a resource in an external resource dictionary is updated, Visual Studio 2008 crashes.

•WPF Designer cannot load read-only attached properties, such as the VisualStateManager.VisualStateGroups property.

•If users or codes set a data binding locally, and then the users or codes clear the data binding, WPF designer reports the following error message:

'System.Windows.Data.Binding' is not a valid value for property

•If a Win32 project is set as the startup project, WPF Designer cannot load solutions in Visual Studio 2008 or in Visual Studio 2008 Service Pack 1.

•When you set and then delete the Source property of a WPF WebBrowser control, Visual Studio crashes.

•When you move a control that uses the MultiTrigger class or the DataTrigger class in the Style class, WPF Designer may generate an InvalidCastException exception.

KB Link - http://support.microsoft.com/kb/958017

Technorati Tags: ,,,
Share this post :

Visual Studio 2010 and .NET 4.0

by mhouston 9. November 2008 19:22

A few people in conversation over the weekend had no idea about this...so I'm posting for the 'fashionably late' crowd ;-P

Link : Microsoft Pre-release Software Visual Studio 2010 and .NET Framework 4.0 Community Technology Preview (CTP)

 

Technorati Tags: ,,
Share this post :

Teched08 - 'Spring Break for Nerds' ;-P

by mhouston 10. June 2008 19:15

Another excellent year at TechEd!  After all these years, I still enjoy the lengthy, opinionated and inebriated conversations over technologies, implementations, products, etc.

I did make it to a few interesting sessions and spoke to a few 'official' types about various things ASP.Net MVC, Velocity, Unity, Oslo, etc...  The presentation I actually enjoyed the most was Andrew Connell's 'Don't be a Tool...' SharePoint dev talk...really good stuff from an outstanding presenter.  I was just happy to hear someone actually tell developers to be developers again and quit whining...this could turn in to a <rant/>...I'll stop now.

As usual, the most interesting stuff happens after hours ;-P  Every year I say I'm going to capture more evidence, but I always forget to take pictures...here's the few I ended up with this year.  It was great to see all my old friends and meet quite a few new ones.  I love all of you nerds.  Big props to the Fl crew for organizing the ]inbetween[ event.  And oh, btw, before I forget....SHAREPOINT NATION!!!

 






 

 

Technorati Tags: ,,
Share this post :
Sign in
Disclaimer
The opinions expressed herein are my own personal opinions and do not represent any of my associates' views in anyway.

“A foolish consistency is the hobgoblin of little minds, adored by little statesmen and philosophers and divines. With consistency a great soul has simply nothing to do. He may as well concern himself with his shadow on the wall. Speak what you think now in hard words, and tomorrow say what tomorrow thinks in hard words again, though it contradict everything you say today. "Ah, so you shall be sure to be misunderstood." Is it so bad, then, to be misunderstood? Pythagoras was misunderstood, and Jesus and Socrates and Luther and Copernicus and Galileo and Newton, and every pure and wise spirit that ever took flesh. To be great is to be misunderstood.” - Ralph Waldo Emerson

© Copyright 2013 MikeHouston.net