nickb

Stories kicked by nickb

Dangers of the new ASP.NET MVC framework(blog.madskristensen.dk)

submitted by simonechsimonech(10.1k) 4 years, 6 months ago

Will the new MVC framework split the ASP.NET community in 2? One following the "stardard" WebForm paradigma and one following the more "strict" approach? read more...

4 comments |category: |Views: 11

tags: another

I'm Really Digging F#(diditwith.net)

submitted by cls2degcls2deg(1535) 4 years, 6 months ago

An article that shows the elegance, power and brevity of Microsoft's F# language. read more...

2 comments |category: |Views: 16

tags: another

ASP.NET MVC Framework - ScottGu's Blog (weblogs.asp.net)

submitted by ashmindashmind(775) 4 years, 7 months ago

ASP.NET MVC Framework described by ScottGu. read more...

7 comments |category: |Views: 85

tags: another

Gravatar 201: Advanced Gravatars in ASP.NET(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 7 months ago

Jon Galloway describes a number of techniques for integrating Gravatars into your project. read more...

add a comment |category: |Views: 12

tags: another

New C# 3.0 Language Features(weblogs.asp.net)

submitted by prasphyprasphy(780) 5 years, 2 months ago

New C# "Orcas" Language Features: Automatic Properties, Object Initializers, and Collection Initializers read more...

add a comment |category: |Views: 194

tags: another

The 'Reluctant Cache' Pattern(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 6 years ago

I use this pattern when implementing custom caching helper classes. It allows items to be placed in the cache only once they have reached a threshold level of requests within a configurable time period. The result is that only the most frequently accessed data will be cached resulting in memory savings for your server. read more...

add a comment |category: |Views: 34

tags: another