Nexus6Studio

mikehouston.net

January NashDotNet Meeting 01-15-2009

by mhouston 4. January 2009 04: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 :

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

, ,

.NET | Misc | Technology

Pics from the NashDotNet User Group Christmas Party

by mhouston 13. December 2008 15:06

 

 

 

 

Technorati Tags: ,,

 

Share this post :

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

, ,

.NET | Mike Houston | Misc

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

by mhouston 6. December 2008 14: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 :

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

, ,

.NET | Misc | Technology

A hotfix rollup is available for WPF Designer

by mhouston 11. November 2008 15: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 :

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

, , ,

.NET | Technology

Visual Studio 2010 and .NET 4.0

by mhouston 9. November 2008 12: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 :

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

, ,

.NET | Technology

My Favorite Tweet so far...

by mhouston 19. May 2008 12:02

 

image

Technorati Tags: ,,
Share this post :

Currently rated 5.0 by 4 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

, ,

.NET | Misc | Technology

Nash Dot Net UG meeting - April 10th

by mhouston 8. April 2008 21:08

When:
Thursday, April 10th 6:30pm

Speaker: Alan Stevens
Alan Stevens is a passionate and experienced software developer living in
Knoxville, TN. Alan has had a lifelong love affair with technologies of all sorts. He became a software developer with the creation of his first application, because there was nobody around to do it for him. Life hasn't been the same since. Alan regularly speaks at industry conferences and user groups.  Alan is the President of the East Tennessee .NET Users Group.  When Alan is not playing with his kids, enjoying a fine cigar, singing or playing his acoustic guitar, he occasionally updates his blog at http://netcave.org..

Meeting Location:
3 Lakeview Place, 22 Century Blvd.
Suite 140
Nashville, Tennessee  37214
Map

See http://www.nashdotnet.org/ for more info

 

Technorati Tags: ,,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

, ,

.NET | Misc | Technology

I am constantly in awe of the current quality of developers..

by mhouston 17. February 2008 07:40

I won't make this a long,drawn-out rant, but I have to vent (just for peace of mind)...
I actually saw the following in code recently :

 

if("A Literal String".ToUpper() == someRandomVariable.ToUpper()){...}

and

string vbcrlf = "\r\n";
 

How/When will development on the Microsoft platform ever mature to the point where any bozo who can spell his name and have a conversation with a recruiter will not be allowed to actually create code on real software systems?

I know the dream is that creating LOB systems/applications becomes as easy as using an iPOD, but, for god's sake, we're not there yet.  STOP IT!  You actually do have know more than simple syntax to do this job!

Oh...here's another one...
I just found a situation on a SQL server:  In true Microsoft DBA fashion, a bozo had set the log file initial size for a particular database to the exact size of the physical drive it was located on - and had it configured to auto-grow by 10% !

okay...I'm calming down now...see the the daily WTF for more evidence that our industry is a mess.  I can't believe I've reached the point that I hate hobbyist...in the past I had a great deal of respect for the hobbyist programmers...now they all have programming jobs, but no clue.  I created an excel macro once, so I should be qualified to design your fulfillment system....jeez!!!

 

Technorati Tags: , ,

Currently rated 4.9 by 12 people

  • Currently 4.916667/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

, , ,

SQL | .NET | Misc

Snazzy LOB UI in WPF on XP Tablet - just a glimpse..

by mhouston 17. November 2007 16:57

Any possibly sensitive information from the screen shot has been blurred to protect the innocent (namely me).

FAST_BDPayment

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

, ,

.NET | Misc | Mike Houston

Microsoft Partially Opens .NET

by mhouston 18. October 2007 20:31

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

, , ,

.NET | Misc

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 2010 Nexus6Studio & Mike Houston