tracker1

Stories kicked 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

Sending Emails with Google Gmail Account over SSL with C(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 5 months ago

a quick Code Snippet in order to Send Emails using your Google Gmail Account with C# read more...

add a comment |category: |Views: 20

tags: another

IE8 Readiness and IETester(devlicio.us)

submitted by cribecribe(50) 3 years, 5 months ago

Read about how you can run multiple IE versions (from 5.5 to 8 beta) on XP AND VISTA! really helpful for every developer! read more...

add a comment |category: |Views: 13

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

Anders Hejlsberg Video on C# Dynamic(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 3 years, 6 months ago

In this Channel 9 video C# architect Anders Hejlsberg answers some commonly asked questions about the new Dynamic features that will be included in C# 4.0. Building on the talk that he gave at PDC, Anders chats with C# Community PM Charlie Calvert. They discuss questions that community members have asked and riff on themes of import to developers who have been following the latest news from the C# team. read more...

1 comment |category: |Views: 352

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

Gravatar with ASP.NET MVC(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 6 months ago

Ryan Lanciaux discusses a class for retrieving Gravatar images -- this class was mainly written to facilitate using Gravatar with ASP.NET MVC. read more...

2 comments |category: |Views: 328

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

Embedding an IronRuby console in your applications(blog.brechtel.us)

submitted by jbrechteljbrechtel(40) 3 years, 6 months ago

How to make use of IronRuby today. Along the same lines as parts of John Lam's IronRuby PDC talk. How to use IronRuby in your applications as an interactive console. read more...

add a comment |category: |Views: 69

tags: another

Donut Caching in ASP.Net MVC - Revisited by Phil Haack(haacked.com)

submitted by parsa.aminiparsa.amini(329) 3 years, 6 months ago

In this article Phil makes an improvement to the Maarten Balliauw's MVC OutputCache substitution ActionFilter Attribute read more...

add a comment |category: |Views: 291

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