I had posted some months ago how to automatically remove trailing whitespace from files open in Visual Studio . I had created a macro that would be run every time a file was saved. I noticed that every time I tried to save a LINQ to SQL file, the one with the “.dbml” extension, I had a dialog...
Update to Visual Studio Whitespace
Tuesday, May 18 2010 - Blog
Technically Tomorrow
Tuesday, April 06 2010 - Blog
My brother Shane lives in New York City. He does standup in his free time. Recently he and his roommates have been making a television show that airs on Queens Public TV(QPTV channel 56 in New York City). The show is called Technically Tomorrow. It is a mock-parody of a television news...
MVC 2 Not Able to Open MVC 1 Project files
Tuesday, April 27 2010 - Blog
About a month ago, I rebuilt my computer to avoid the windows 7 release candidate expiration issues when windows 7 was finally released. I had installed everything I could think of but somehow managed to forget to install asp.net MVC. I have been busy working on web forms applications and things other...
Setting up Nitriq with Continuous Integration
Wednesday, April 21 2010 - Blog
I have set up the Nitriq console app to run on our CI (continuous integration) build server. I thought it would be helpful to show how I did this. We use Cruise Control.Net as our primary build server. I could also show how to set this up using another CI build server such as Team City, but I figure...
Writing Nitriq Rules
Friday, February 19 2010 - Blog
The company I work for, NimblePros , has just released a tool called Nitriq . Nitriq is a code analysis app. It uses a list of rules comprised of LINQ statements to analyze code. There are predefined rules like ‘Methods to Refactor’, ‘Avoid Excessive Inheritance’, ‘Do not...
Viddler Video Fix
Thursday, October 22 2009 - Blog
I was asked to add videos to a section of showroom411 , a website I have been working on for the last eight months. The customer wanted there to be video tutorials to explain the new section of the site I had been developing for site users to create content to share with other site users. The videos...
Removing Trailing Whitespace In Visual Studio
Sunday, July 26 2009 - Blog
Last week I was talking to a colleague of mine about removing trailing white spaces from files and issues we have with svn. While searching for this, I found a post on how to do this. The link from which I got most of my information is here . It said to 'add the following into the EnvironmentEvents Module...
A Not So Obvious Fact
Thursday, July 16 2009 - Blog
Just the other day I was working on a page with an ObjectDataSource. I discovered something I had not known before. You would think that the control would fetch the data from the source by the time PreRender is called. On the contrary. The call does not happen before PreRender, but right after it and...
Finally Done
Monday, June 08 2009 - Blog
I have finally finished my Bachelor of Science in computer from Kent State University. I have been going to college off and on, part and full-time since 1999. I would like to thank all of my family members who came to see me graduate. I would like to thank my parents for all of the financial support...
Welcome
Thursday, April 02 2009 - Blog