viggity

Stories submitted by viggity

A Cheat Sheet for Blend(blog.nitriq.com)

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

A cheat sheet for developers that are new to Expression Blend read more...

add a comment |category: |Views: 18

tags: another

Code Analysis Techniques(stevesmithblog.com)

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

Discusses a few different metrics for measuring your code and how you can use them to improve your code. read more...

add a comment |category: |Views: 6

tags: another

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

submitted by viggityviggity(1124) 1 year, 6 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

Simplify, Shorten and Speed Up Your LINQ Statements with "Let"(blog.nitriq.com)

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

Details how using the "let" keyword can make your LINQ statements shorter and faster. read more...

add a comment |category: |Views: 675

tags: another

How to Create a Linq Statement from a String(blog.nitriq.com)

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

Some useful extension methods off of IEnumerable<T> that let you create dynamic Linq statements from a string, including "Where" and "OrderBy". Especially useful if you're letting your users create their own filters. Code is in C# but it should be easy to convert to VB. read more...

add a comment |category: |Views: 40

tags: another

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

submitted by viggityviggity(1124) 2 years, 3 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: 466

tags: another

Two WPF features I wish were coming in 4.0(vonsharp.net)

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

Why is ObservableCollection<T> and INotifyCollectionChanged in WindowsBase.dll and not System.dll? read more...

add a comment |category: |Views: 20

tags: another

Much Faster Browsing For MSDN(vonsharp.net)

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

There is a new MSDN Low Bandwidth Beta, that isn't cluttered with junk. read more...

add a comment |category: |Views: 6

tags: another

Everything the Immediate Window Can Do the Watch Window Can Do Better(vonsharp.net)

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

Details a few differences between the debugger's watch window and the immediate window. read more...

1 comment |category: |Views: 25

tags: another

Quick and Dirty Memory Utility Methods(vonsharp.net)

submitted by viggityviggity(1124) 3 years, 11 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: 10

tags: another

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

submitted by viggityviggity(1124) 4 years 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 ago

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

1 comment |category: |Views: 16

tags: another

Naming Guidelines for Generic Dictionaries(vonsharp.net)

submitted by viggityviggity(1124) 4 years 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

Free Copy of VS 2008, SQL 2008 and Windows Server 2008(vonsharp.net)

submitted by viggityviggity(1124) 4 years ago

Want a lot of free software from our friends at Microsoft? read more...

4 comments |category: |Views: 279

tags: another

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

submitted by viggityviggity(1124) 4 years ago

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

add a comment |category: |Views: 30

tags: another

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

submitted by viggityviggity(1124) 4 years, 1 month 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