tracker1

Stories submitted by tracker1

Paged Results in T-SQL(frugalcoder.us)

submitted by tracker1tracker1(135) 2 years, 3 months ago

How to return a paged dataset with dynamic sorting from within a stored procedure. read more...

add a comment |category: |Views: 12

tags: another

Classy JavaScript - Best Practices(frugalcoder.us)

submitted by tracker1tracker1(135) 2 years, 3 months ago

Using javascript closures for public static variables with class definitions. read more...

add a comment |category: |Views: 10

tags: another

Handling Scripts in ASP.Net MVC(frugalcoder.us)

submitted by tracker1tracker1(135) 2 years, 10 months ago

Nice option for adding client scripts in the MVC Framework. read more...

add a comment |category: |Views: 14

tags: another

Managed JScript (Bastard, red-headed step-child in the DLR)(frugalcoder.us)

submitted by tracker1tracker1(135) 3 years ago

A quick rant on the lack of attention Javascript (Managed JScript) is getting and a suggestion to change it to IronScript and MS-PL it like the other Iron brothers. read more...

add a comment |category: |Views: 18

tags: another

Apollo.Common in Codeplex(frugalcoder.us)

submitted by tracker1tracker1(135) 3 years, 5 months ago

Apollo.Common is meant to provide some easier to use functionality to enterprise applications. read more...

add a comment |category: |Views: 11

tags: another

C# Tip: Creating an Octal String from a Byte in C#(frugalcoder.us)

submitted by tracker1tracker1(135) 3 years, 5 months ago

Okay, so C# (.Net) has some awesome functionality for creating a hex string from a numeric value. But what if you need an octal string for a binary value. I also show how to convert back from an octal string into the original byte value. read more...

add a comment |category: |Views: 72

tags: another

MySite - Part 2 - Theming Support(frugalcoder.us)

submitted by tracker1tracker1(135) 3 years, 6 months ago

I've modified an ASP.Net MVC project to allow for a better support for theming. This allows for a fallback to using views from a default theme, while still using other resources from the set theme. read more...

add a comment |category: |Views: 15

tags: another

MySite - Part 1(frugalcoder.us)

submitted by tracker1tracker1(135) 3 years, 6 months ago

My goal is to create a personal website application that implements the features needed, and wanted for someone who wants to create a personal site that extends beyond just a blogging engine. I've been wanting to work with ASP.Net MVC and some other technologies, so I'll be focusing on using them in MySite. read more...

add a comment |category: |Views: 11

tags: another

The Data Hive(frugalcoder.us)

submitted by tracker1tracker1(135) 3 years, 6 months ago

The future of scaling data, creating a Data Hive. When you need to do logging, or write reports, have the data cache out to the rdbms, instead of the other way around. read more...

add a comment |category: |Views: 6

tags: another

The Data Czar(frugalcoder.us)

submitted by tracker1tracker1(135) 3 years, 6 months ago

Just some thoughts on how to handle data services in larger organizations. read more...

add a comment |category: |Views: 14

tags: another

C# Tip: Use StringBuilder(frugalcoder.us)

submitted by tracker1tracker1(135) 3 years, 6 months ago

It's easy to overlook some of the built in functionality in the .Net framework. In this entry I cover the use of StringBuilder instead of appending to existing string variables. read more...

add a comment |category: |Views: 28

tags: another

Document Ready and Loaded Events with prototype.js(frugalcoder.us)

submitted by tracker1tracker1(135) 3 years, 6 months ago

I noticed that IE8 doesn't always fire the ready and loaded events in order, so I created some prototype extensions and methods to provide a nicer interface for this... read more...

add a comment |category: |Views: 199

tags: another

C# Tip: Don't Concatenate, Use String.Format(frugalcoder.us)

submitted by tracker1tracker1(135) 3 years, 7 months ago

Using String.Format is much better for code readability over using concatenation. read more...

add a comment |category: |Views: 56

tags: another

Turning a Dictionary List into a FAQ with jQuery(frugalcoder.us)

submitted by tracker1tracker1(135) 3 years, 7 months ago

This script turns a dictionary list in html into a formatted, collapsable list for use as a FAQ page. read more...

add a comment |category: |Views: 27

tags: another