In my quest for the perfect Object Relational Mapper (ORM) for a major upcoming project utilizing SQL Server 2008, I was torn between using LINQ to SQL versus nHibernate. Microsoft has burned us in the past with their data access strategies and then dropping...
I received such a positive response from my post on Laid off? Need a new technology? Free Microsoft Training and Education that I decided to follow up with this brief post. In my previous "Need a new technology" post, I discussed how you can learn ASP...
I needed a picklist implementation that involved a Listbox on the left and a Listbox on the right. With buttons in the middle to move items from the left to the right to the left, up and down within the Listbox, etc. I've programmed similar implementations...