jmbowse

Stories kicked by jmbowse

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

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

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

.NET 4.0 And Our Parallel Future(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 3 months ago

A look at .NET 4.0 Parallel features, and how we can use LINQ to make them even easier to use. read more...

1 comment |category: |Views: 511

tags: another

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

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

Custom Controls Design Time Support Part 14: Extra Property Tab(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

This post shows how to let your custom controls to have an extra tab in the property window by building a new PropertyTab. read more...

add a comment |category: |Views: 16

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

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

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

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

4 comments |category: |Views: 279

tags: another