Month: July 2011

MVC 3 Razor

I am really starting to like MVC 3 razor.   I’m continually reminded of old school ASP coding.  Even some situations where you wrote in <br> <hr> and other html tags into your business layer. In the current application I’m working on I’m calling a system call and returning it as a string vs an object.   The reason is that …

Read more

Win Phone 7 – datacontractserializer

I’m in the middle of writing a Windows Phone 7 application.  In the JSON call and collection I’m using.  I wanted to use a datacontract.  For a bit I could not get my class to recognize [DataContract] and [DataMember] .  I even had a direct reference in the class : using System.Runtime.Serialization; I’m not sure of the reason but after troubleshooting it for a …

Read more

MVC – Mini Profiler

I’ve been really happy with the nuget platform for adding packages to VisualStudio.  If you have not yet tried nuget head on over to nuget.org.  One of the more recent packages I’ve been using is the mini-profiler. It is a little plug-in (can’t think of another term) that allows you profile a page and elements that are executed. Here is the …

Read more

Conpoto – Send a drink

If you are in the Grand Rapids area and have some friends you owe a cold beverage.  You should check out www.conpoto.com. It is a local site for the Traverse City, Holland, or Grand Rapids area.   There are some great establishments setup to purchase a beer for your buddy.  Feel free to send me one. Founder or Hopcat will work.      

SMTP windows 7 developer

Vista and Windows 7 did not come with an SMTP server installed.   They removed this feature after smtp was found to be somewhat vulnerable on XP, and running on way too many developer PC’s.   I’ve been using papercut as a local smtp server when I am developing an application that has to send mail.  Papercut allows you to capture the …

Read more

Windows Phone 7 Dev – Images and ApplicationBarIconButton

I have been working on a windows 7 phone application. I know, many of you may give me a hard time about developing for winphone7 vs iPhone or android. Well, I’m working on getting to each of them eventually. Currently Phone 7 made sense. So far development has been pretty straight forward. I was adding an application bar to the bottom …

Read more

Commuting to Work on Bike

I’ve been commuting to work on my bike this last week. It has been great. The car was in the shop so I finally had a reason to commute. I’ve been planning on doing it but never was motivated enough to start the process. This last week I did not have a car so I had to. It turned out to …

Read more

US Soccer (world cup)

The us women’s soccer team is doing great. Tonight they beat France to head to the world cup finals. It was a great match to watch 3-1. I love to see the US do well in soccer. The prior game against Brazil was just amazing. Being a player down and then going the full overtime and extended time to tie the …

Read more

Secure your home network – Block sites – OpenDNS

I get all types of security questions from home users.  How do I secure my wireless so people can’t use it?  How can I make sure people can’t steal files on my computer?  How can I keep the kids from going to sites they are not suppose to be on? For the last one, how to secure and block sites I recommend OpenDNS. …

Read more