Written on
February 12, 2010 by
Donn in
.NET
Some people are not sure of the difference between ToLookup vs ToDictionary LINQ methods. To break it down real simple: One is a look up (ToLookup) One is a dictionary (ToDictionary) Duh. That’s what you’re probably thinking. The real difference is understanding what each of these data structures do. Lookups A lookup is a key…
Continue Reading »
For those of you who don’t know, ReSharper is no longer a Visual Studio add-in. Previously if you needed to disable ReSharper for whatever reason you could do so in the Add-In Manager in Visual Studio. You no longer can. Disabling ReSharper is now termed “Suspending” it. You can suspend ReSharper from the Tools >…
Continue Reading »
I’m a cloud customer and I really really really love it. I can set up sites, servers, etc SUPER quick. It’s almost like owning my own server without all of the admin junk to take care of. However, sometimes I run into some issues with configuration, such as I did recently with Rackspace Cloud. I…
Continue Reading »
Written on
October 18, 2009 by
Donn in
.NET,
Agile,
ALT.NET,
Events,
Mocks,
MVC,
Patterns and Practices,
TDD,
Testing,
Tools
Below is a link to download the Testing With Mocks lightning round talk that I gave at the Heartland Developers Conference this last week. In order to get the samples to run you will need to have TypeMock Isolator installed. If you do not own a license you can download an evaluation for free here….
Continue Reading »
Below you can download a zip file which contains the presentation as well as the code used in my “ASP.NET MVC w/ Spark View Engine” talk today at the Heartland Developers Conference. You should be able to download, unzip, open the solution and hit F5 and run. You will _not_ need to install ASP.NET MVC…
Continue Reading »