RhythmAddict

Stories submitted by RhythmAddict

Pex For Fun: Pex Automated Unit Test Creation Online(pexforfun.com)

submitted by RhythmAddictRhythmAddict(440) 1 year, 7 months ago

A demo of the Pex Unit Test Generation Tool online read more...

add a comment |category: |Views: 16

tags: another

Better Living Through Callbacks(sanjayuttam.com)

submitted by RhythmAddictRhythmAddict(440) 1 year, 7 months ago

In this article I critique some code (don't worry, it's mine!) and demonstrate how I could have used JavaScript callbacks & optional parameters to make my code a whole lot better. read more...

add a comment |category: |Views: 20

tags: another

Making Your Code Instantly Readable...(itscodeinhere.com)

submitted by RhythmAddictRhythmAddict(440) 2 years, 1 month ago

Semi-rant/insight on how you can make your code more readable with minimal effort. read more...

add a comment |category: |Views: 16

tags: another

Performance: CSS Data URIs(geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 2 years, 2 months ago

This post briefly explains the concept of CSS Data URIs and how you can get started using them in your applications for a performance gain. read more...

add a comment |category: |Views: 10

tags: another

Error Handling in ASP.NET [2 of 2](geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 2 years, 3 months ago

Part 2 summarizes extending MVC's standard error-handling [for logging, etc.], or rolling your own error-handling logic entirely. read more...

add a comment |category: |Views: 5

tags: another

Error Handling in ASP.NET [1 of 2](geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 2 years, 3 months ago

Part 1 summarizes basic out-of-the-box MVC 1 error handling. read more...

add a comment |category: |Views: 7

tags: another

Get the index of a given item using LINQ [quick-tip](geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 2 years, 3 months ago

How to get the index of an item, using LINQ read more...

add a comment |category: |Views: 42

tags: another

Returning values from your LINQ queries [quick tip](itscodeinhere.com)

submitted by RhythmAddictRhythmAddict(440) 2 years, 5 months ago

Short post on how to return values from your LINQ queries from a method. read more...

add a comment |category: |Views: 12

tags: another

XmlSerializer & XmlSerializerFactory: Mostly sure you aren't insane(geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 2 years, 6 months ago

Something you may not know about XmlSerializer & XmlSerializerFactory...[short and sweet] read more...

add a comment |category: |Views: 37

tags: another

How to add "Open with reflector" to your right-click actions(itscodeinhere.com)

submitted by RhythmAddictRhythmAddict(440) 2 years, 6 months ago

A tip for convenience, this post provides instructions on how to easily add "Open with reflector" to your windows explorer right-click menu so you can right-click and open any DLL with reflector. read more...

6 comments |category: |Views: 271

tags: another

Remotely Enabling Remote Desktop from the Command Line(itscodeinhere.com)

submitted by RhythmAddictRhythmAddict(440) 2 years, 7 months ago

How to enable RDP for a remote machine via the command line. read more...

add a comment |category: |Views: 26

tags: another

ASP.NET Charting: Rendering Options(itscodeinhere.com)

submitted by RhythmAddictRhythmAddict(440) 2 years, 7 months ago

This article covers the options you have for rendering charts using .NET 3.5 SP1's charting component. It also introduces a less conventional method of returning chart images via AJAX requests with no post back. read more...

add a comment |category: |Views: 7

tags: another

Learning Doesn't Work if You Don't Do It Right...(geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 2 years, 8 months ago

If you're going to spend time reading and searching, make sure you know what works best for your brain. read more...

add a comment |category: |Views: 15

tags: another

Dynamic Image Loading, Caching, & Performance(geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 2 years, 8 months ago

Explains how to force the browser to cache dynamic images that come from a file-system or DB. read more...

add a comment |category: |Views: 17

tags: another

What Free Tools Do You Install on a New Machine?(geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 2 years, 8 months ago

A listing of development tools I use regularly... read more...

add a comment |category: |Views: 14

tags: another

Using Forms Authentication with HTML Pages (or, really, any file-type (geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 2 years, 9 months ago

Simple steps on how to use forms auth logic (e.g., request interception) with file types other than ASPX. read more...

add a comment |category: |Views: 14

tags: another