- Ruby/Rake and Python DecoratorsI had been experimenting with Ruby/Rake. I took a little while for me to get adjusted to Ruby's syntax. I love closures in Ruby and their effective use in Rake. I was trying if I could do the same …
- Windows Authentication with Subversion on WindowsMan, oh, man! Setting this thing up was a pain in the arse. It took up most of my day! Anyway, hopefully, I can save someone else the heardache.
- Auditing: The difference between audit account logon event and audit logon event.If you take the security settings in a GPO, and look closer to the audit policy. You will see 2 logon events. Audit account logon event and audit logon event.
- Windows for Workgroups 3.11 under Virtual PCAlthough I've never met them personally, I blame Dave Burke and Ben Armstrong for my little jaunt down memory lane this past weekend. It all started when I was cleaning out the basement...I came to…
- You may receive the error: "The underlying connection was closed: Unable to connect to the remote server." while consuming a WebserviceYou may receive the error "The underlying connection was closed: Unable to connect to the remote server." while trying to consume a Web Service from your ASP.NET Web Application. However, the same …
- Adding an insert row to GridViewNatively the GridView doesn't support the insertion of records. However you can manipulate the footerrow in such a way that you can use it as an insertion row. These are the steps :
- Mono vs. .NET Performance TestMy past experiences with Mono left me unimpressed because of it's speed issues, in some cases the .NET Framework runing six times faster. But because a lot of people claim that Mono gets faster wit…
- Optimizing Virtual PC 2004 Hard DisksIf you use Virtual PC 2004 frequently, you are going to notice that the virtual hard disks (.VHD) files growth a lot, as files are saved within the VPC environment, because dynamic VHDs will expand…
- System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive.System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive.
- Error: MMC cannot open the file C:\Program Files\Microsoft SQL Server\80\Tools\BINN\SQL Server Enterprise Manager.MSC.Upon clicking on the SQL Server Enterprise Manager shortcut the following error occurs:
- Windows Vista Beta 1 - Sound support with VMware v5 build 13124 without VMtoolsIn my initial post on Installing Vista Beta 1 on VMware v5 build 13124 - Initial Observations I was able to get all the VM hardware to work except the sound card. The native VMtools provided sound …
- Removing Files and Directories Windows Installer Does Not InstallThe uninstallation behavior of Windows Installer is actually quite efficient. At uninstall time, Windows Installer will only remove the items that have been installed by the package unless the comp…
- Winsock error 10053: Part 2Last month I mentioned winsock error 10053, "Software caused connection abort" (basically, the error means that something on the localhost caused the connection to be closed), and how it is so ofte…
- System Administrator Appreciation DayYes! Its that time of the yeah again! Mark 29th of July in your calanders
- How to setup IIS, PostToSpaces and Blogjet to post to MSN SpacesPosted on Saturday, July 16, 2005 10:26 PM
- ObjectDataSource: could not find a non-generic method '...'I had this error in beta2 CTP June. I was trying to create an ObjectDataSource using XSD with predefined stored procedures.
- In the beginning....“In the beginning was the Word, and the Word was with God, and the Word was God.”
- Drawing Custom Borders in Windows FormsDownload source code from ProjectDistributor.net
- Jon Udell: Collaborative filtering with del.icio.us (and other ideas)Jon Udell: Collaborative filtering with del.icio.us
- How to Bind Enum Types to the Dropdown or any other bindable Control in ASP.Net .....While working on a Data Form in an ASP.Net application you might want to get a value from the user that corresponds to the Enum you created in your Business Layer. Since Enum types are not strings …
