The following guide is a very helpful resource. I recommend that you read it and determine the branching strategy that you want to use before you setup your team projects.
The following guide is a very helpful resource. I recommend that you read it and determine the branching strategy that you want to use before you setup your team projects.
Posted on 06/27/2011 at 12:43 PM in Microsoft .NET, Software Development, Software Engineering Process, Tools | Permalink | Comments (0)
Reblog (0) | | Digg This | Save to del.icio.us |
DbVisualizer is a good tool if you want to access and navigate through your database using a graphical user interface.
It is a good solution if you don't have a tool installed to access and view your database. This is because it doesn't have to be installed, which means that you don't need local system administrator privileges to run it.
Also, because it uses JDBC drivers to connect to the database it is a good tool for validating your JDBC drivers if you are having issues connecting to the database from another application using the same JDBC drivers.
Posted on 06/02/2011 at 01:51 PM in Software Development, Tools | Permalink | Comments (0)
Reblog (0) | | Digg This | Save to del.icio.us |
As I mentioned in other posts - I use VMware server for prototyping installations. I have VMware Server 2 running under Windows 7 Ultimate X64 on my laptop.
The other day my VMware console wouldn't come up. Turns out that the datastores.xml file was corrupt (it is at c:\ProgramData\VMware\VMware Server\hostd). If it is corrupt then the VMware Host Agent service won't start.
You can just delete it, restart the VMware Host Agent, and then you should be able to get into the VMware console again. However, all is still not good. Without a datastore defined you can't add existing servers or create new servers. You can use the following format to define your datastores so that you can get at them again. The path should be where ever your VMware server files are located.
<ConfigRoot>
<LocalDatastores>
<_length>1</_length>
<_type>hostd.host.LocalDatastoreEntry[]</_type>
<e id="0">
<_type>hostd.host.LocalDatastoreEntry</_type>
<id>1</id>
<name>standard</name>
<path>C:\Virtual Machines\</path>
</e>
</LocalDatastores>
<NasVolumes>
<_length>0</_length>
<_type>hostd.host.NasDatastoreEntry[]</_type>
</NasVolumes>
</ConfigRoot>
Posted on 05/23/2011 at 03:30 PM in Networking, Virtualization | Permalink | Comments (0)
Reblog (0) | | Digg This | Save to del.icio.us |
I have been working on a distributed application and needed to assign some port numbers.
This link was very helpful - http://www.iana.org/assignments/port-numbers.
Posted on 05/23/2011 at 02:43 PM in Networking, Software Architecture | Permalink | Comments (0)
Reblog (0) | | Digg This | Save to del.icio.us |
I have some Windows 2008 R2 Servers that I use to prototype software installations. I usually use them in stand-alone mode - meaning, not part of a common domain. Because of this I had created one, updated it, activated it, and then saved it as a baseline for any new servers that I needed. This has been working fine for me for years now.
Well, I finally needed to install some software in a domain configuration. So I took some of these images, made one the domain controller, joined the other ones to the domain, and everything seemed happy. But when I tried to reconfigure SQL Server to use a domain user account I kept getting an error that was something like - No mapping between account names and security IDs was done.
No matter what I tried I couldn't get it to work. Finally, it hit me like a ton of bricks - the classic Duh! moment. All of these servers were copies of each other and therefore had the same SIDs. I hadn't reset the SIDs when I created a new server because it never mattered before.
So, if you are using any virtualization software and you are used to using stand-alone servers - make sure you watch out for this issue if you ever decide to move them to a domain.
Posted on 05/23/2011 at 02:41 PM in Networking, Virtualization | Permalink | Comments (0)
Reblog (0) | | Digg This | Save to del.icio.us |
The final version of Internet Explorer 9 is available.
Posted on 03/15/2011 at 10:15 PM | Permalink | Comments (0)
Reblog (0) | | Digg This | Save to del.icio.us |
NuGet is a free, open source developer focused package management system for the .NET platform intent on simplifying the process of incorporating third party libraries into a .NET application during development.
I haven’t used it but the example of incorporating ELMAH (a library that I use in almost all of my solutions) into a project hit home.
I will certainly give it a try on my next project.
Posted on 02/24/2011 at 09:57 PM in Microsoft .NET, Software Development | Permalink | Comments (0)
Reblog (0) | | Digg This | Save to del.icio.us |
I have worked with a lot of corporate data centers and believe me, this is so true. They have a lot of learning to do when it comes to virtualized and shared infrastructure. They have generally been smart and quick learners though so I am sure that they will eventually get there. Patience will rule the day.
Posted on 02/24/2011 at 09:22 PM in Cloud, Enterprise Architecture (EA) | Permalink | Comments (0)
Reblog (0) | | Digg This | Save to del.icio.us |
Here is one suggestion for HTML5 Markup Syntax Style - My Preferred Syntax Style for HTML5 Markup.
Posted on 02/24/2011 at 04:57 PM in Web Design & Programming | Permalink | Comments (0)
Reblog (0) | | Digg This | Save to del.icio.us |
It will be interesting to watch how this turns out.
Fresh off 'Jeopardy!' victory, IBM Watson lands health care job
Posted on 02/24/2011 at 12:07 AM in Health Information Technology | Permalink | Comments (0)
Reblog (0) | | Digg This | Save to del.icio.us |