nUber

Stories kicked by nUber

The Linq let keyword(codethinked.com)

submitted by dengar007dengar007(3084) 4 years, 1 month ago

Make your Linq queries more readable using the "let" keyword. read more...

1 comment |category: |Views: 1625

tags: another

AlligatorTags.com - The PopURLs.com for ASP.net(alligatortags.com)

submitted by jamesplanktonjamesplankton(125) 4 years, 3 months ago

Aggregating the latest ASP.net news, tips and tricks from across the web in one place, refreshed daily. read more...

5 comments |category: |Views: 16

tags: another

Imploding Rails, Jesus DHH, and The Uncle Ben Principle(blog.wekeroad.com)

submitted by montymonty(2575) 4 years, 7 months ago

I love Rails - let me just get that out of the way right now. As many who’ve read my blog know, I think it’s the Dog’s Bollucks in terms of a developer’s framework. But that seems to be a problem with Rails - the focus is on rapid development only. What happens after that is up to you. read more...

2 comments |category: |Views: 5

tags: another

Where are all the cool startups that run on ASP.NET?(sashasydoruk.com)

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

"Sure there are Community Server, MySpace, DotNetKicks and DasBlog; there are all very fine products, but compare them to LAMP, Rails and Java lineup: Digg, Yahoo, LinkedIn, Flickr, Backpack and the Company, Delicious, all the Google Apps, Mint, Meebo, Twitter, Zillow and of course Infinite Cat Project. If you checkout the new startups on TechCrunch, it seems like every new startup is something Linux based and is not ASP.NET." read more...

5 comments |category: |Views: 20

tags: another

The Yield Statement in C#(alteridem.net)

submitted by rprouserprouse(1175) 4 years, 9 months ago

The yield statement is another often overlooked keyword that was introduced in .NET 2.0. It is used to return items from a loop within a method and retain the state of the method through multiple calls. read more...

2 comments |category: |Views: 125

tags: another