Palermo4
J. Michael Palermo IV
-
Virtual PC Memory Issue
I received the following error when loading a VPC image today:
-
Getting Distinct Rows in ADO.NET
-
Maps
Clemens F. Vasters helped me to realize how amazing http://www.google.com/maps is. I never new it existed until he pointed it out. WOW. Try it! Put your address in the search bar when you get there. Amazing!
-
EasySearchASP.NET - Hint!
You simply have to try EasySearchASP.NET!
-
.NET - A Love Story
I have a managed heap of memories regarding you - none of which are IDisposable. Therefore I am compiling my references, and persisting them to you in this file, which is ISerializable and will last for generations (at most 3).
-
.NET Celebrity Auction
-
Code Review
I am looking for checklists and tools regarding code reviews.
-
MVP XML
It appears the MVP award emails went out today.
-
Browser Resizing
I just encountered a great tip on how to quickly adjust a browser window to a specific dimension.
-
RegEx Pattern - Determining the name of the page
[.+]?/(?<pagename>[^/]+).aspx
If the only thing necessary is to determine the name of the page (without path information) this regex pattern did the job for me.