Woggo

Stories kicked by Woggo

Ruby and .Net Developers Solve Two Different Kinds of Problems(blog.nitriq.com)

submitted by viggityviggity(1124) 1 year, 10 months ago

Explains that a lot of Ruby's criticism of .Net's use of an IDE stems from the differences in the kinds of projects that are solved with each platform. read more...

add a comment |category: |Views: 456

tags: another

Free Code Similarity Finder - CopyPasteKiller(blog.nitriq.com)

submitted by viggityviggity(1124) 2 years, 6 months ago

Free tool helps C# and VB.NET developers find large chunks of similar code so they can be refactored. read more...

add a comment |category: |Views: 474

tags: another

Quick and Dirty Memory Utility Methods(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 2 months ago

Ever curious how much memory that suspect object is hogging on the heap? Find out quickly and easily with a few lines of code. read more...

3 comments |category: |Views: 11

tags: another

Put Down the XmlNode and Step Away From the StringBuilder(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 3 months ago

Demonstrates the easiest way of generating and parsing Xml available in the .net framework. No more XmlNodes and no more CleanStringForXml custom utility functions. read more...

add a comment |category: |Views: 18

tags: another

The Most Useful VS Feature No One Seems To Use(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 3 months ago

Speed up your debugging time by using the Exceptions dialog box. read more...

1 comment |category: |Views: 17

tags: another

Naming Guidelines for Generic Dictionaries(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 4 months ago

Save tons of time by following this incredibly simple naming guideline for generic dictionaries. read more...

add a comment |category: |Views: 9

tags: another

Stopwatch Writer - Simplify Your Performance Testing(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 4 months ago

A small utility class that makes it easy to quickly analyze code time performance read more...

add a comment |category: |Views: 31

tags: another

How To Easily Add A DotNetKicks Button To DasBlog(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 5 months ago

How to add a "Kick It" Button to DasBlog in less than 5 minutes. read more...

add a comment |category: |Views: 27

tags: another

White or Black Text on an Arbitrary Background(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 5 months ago

Choosing the inverse color for text is a 90's cliche. This post details how to quickly determine whether white or black text will be most readable with a given background color. read more...

add a comment |category: |Views: 2

tags: another