Need an ESB for Windows – Built on .NET Neudesic is offering up registered access to their ESB platform – Neuron. http://www.neuronesb.com/esb-download/neuron-esb-download-info.aspx More information here: http://www.neuronesb.com/
Enterprise Library 5.0 Released… The announcement is up here: http://blogs.msdn.com/agile/archive/2010/04/20/microsoft-enterprise-library-5-0-released.aspx Some of the things on the list of what’s new & improved 1. Redesign of the configuration tool – heck, that thing looked the same since the bits were acquired from Avanade quite a
Performance Testing – Quick Reference Guide – Released up on CodePlex Why performance test at all right? Well, physics still plays a role in what we do. Why not take a better look at your application – need help, well, the Rangers team just released the following to help: The following has both VS2008 & VS2010 content: http://vstt2008qrg.codeplex.com/ Visual
Fixing my SQL Directory NTFS ACLS I run my development server by boot to VHD (Windows Server 2008 R2 x64). In that instance, I also have an attached VHD (I attach via script at boot up time using Task Scheduler). That VHD I have my SQL instances installed. So, the other day, acting hasty, I chmod
Copying Properties between 2 Different Types… I’m not sure where I had seen some of this base code, but this comes up time & time again on projects. Here’s a little method that copies all the R/W properties (public) between 2 distinct class definitions: It’s called as follows: private static void Test1(
Need a simple LDAP server for Windows 7? Well, in the past we had ADAM – which has migrated to AD LDS for Windows – under Vista, we really only had a hack to get it (ADAM) running on Vista. Now, we have it for both Server and Client – and it’s known as Active Directory Lightweight Directory Services – aka
Collapse Project as a Visual Studio AddIn. I’ve taken that macro that’s been passed around for years, and put it into a VS Addin. The following links for the full VS Solution and the MSI installer http://cicoria.com/downloads/VsAuto/CollapseProjectsSln.zip http://cicoria.com/downloads/VsAuto/CollapseProjectsSetup7z.exe