I recently found a couple good videos on SharePoint so I thought I'd share the links. Microsofts Visual How To's - Videos include, Custom Search Page, Content Sources, Search Scopes, Business …
Unit Testing .NetTiers Processors with Dependency Injection
Recently my company decided it was time to automate some of the plumbing work, such as the data access layer (thankfully). I checked out a few options (LLBLGen, MyGeneration, CodeSmith and …
Continue Reading about Unit Testing .NetTiers Processors with Dependency Injection →
The .NET Developer Search Engine
While listenening to a recent episode of DotNetRocks, Dan Appleman noted that he created a Google Custom Search Engine called SearchDotNet.com. This search engine searches only relevant .NET …
Keyboard Shortcuts for TestDriven.NET
I'm constantly clicking "Repeat Test Run" or "Run Tests" inside of of the VS 2005 IDE. Yes, I'm willing to admit that I'm a firm believer in going commando when it comes to the mouse. Its just, well, …
Continue Reading about Keyboard Shortcuts for TestDriven.NET →
Notepad++ Shortcuts – Vista 64bit Update
In a previous post I gave an example of how to run Notepad++ from the command line by typing the letter n. This was the solution for Windows XP. Shortcutting the name is a tip I learned …
Continue Reading about Notepad++ Shortcuts – Vista 64bit Update →
C# Google Geocode (Latitude and Longitude) Class
Update 2007/05/07: There is also a Microsoft MapPoint v4.5 project I've written that does the same thing. Click here to go to that post. Retrieve the Latitude and Longitude of any addresses in …
Continue Reading about C# Google Geocode (Latitude and Longitude) Class →