Update to Visual Studio Whitespace

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...

Continue reading →

Technically Tomorrow

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...

Continue reading →

MVC 2 Not Able to Open MVC 1 Project files

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...

Continue reading →

Setting up Nitriq with Continuous Integration

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...

Continue reading →

Writing Nitriq Rules

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...

Continue reading →

Viddler Video Fix

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...

Continue reading →

Removing Trailing Whitespace In Visual Studio

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...

Continue reading →

A Not So Obvious Fact

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...

Continue reading →

Finally Done

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...

Continue reading →

Welcome

Hello out there. I am just writing my first blog post. I hope to make this blog interesting and informative.