Kumaresan

Stories kicked by Kumaresan

How I Explained REST to My Wife(tomayko.com)

submitted by alleyalley(2840) 4 years ago

Nice explaination of REST read more...

add a comment |category: |Views: 50

tags: another

10 Visual Studio Shortcuts You Must Know(dev102.com)

submitted by razamitrazamit(4566) 4 years, 1 month ago

A great list of 10 Visual Studio Shortcuts any software developer must know and use. read more...

add a comment |category: |Views: 65

tags: another

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

Grouping Linq Aggregates in C#(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 1 month ago

A quick primer on Linq Grouping and Aggregates within Groups. read more...

1 comment |category: |Views: 235

tags: another

The Monostate pattern(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 1 month ago

A quick description of the Singleton pattern and its evil cousin, the Monostate pattern! read more...

add a comment |category: |Views: 32

tags: another

ASP.NET Security : 2- More Basics(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 2 months ago

Basic information on how the IIS worker process takes an identity to run within, IIS 5 and 6 process models. read more...

add a comment |category: |Views: 9

tags: another

TDD : Introduction to Rhino Mocks (weblogs.asp.net)

submitted by JozefSevcikJozefSevcik(1880) 4 years, 2 months ago

Test-Driven Development and Rhino Mocks read more...

add a comment |category: |Views: 166

tags: another

March 18 ASP.NET MVC links(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 2 months ago

A collection of ASP.NET resources I noticed in the past few days. read more...

add a comment |category: |Views: 24

tags: another

ASP.NET MVC In-Depth: The Life of an ASP.NET MVC Request - Stephen Wal(weblogs.asp.net)

submitted by JozefSevcikJozefSevcik(1880) 4 years, 2 months ago

Lifecycle of request in ASP.NET MVC application. read more...

add a comment |category: |Views: 62

tags: another

Announcing ASP.NET MVC in Action(codebetter.com)

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

Jeffrey Palermo is writing a book on the ASP.NET MVC framework: it's going to be relased in preview in February, and now you can also download a few chapters read more...

add a comment |category: |Views: 10

tags: another

Hello World of Rhino Mocks(buddylindsey.com)

submitted by percent20percent20(855) 4 years, 4 months ago

A lot of tutorials on Rhino Mocks are long and complicated. This post gives you just enough basic code to start working with rhino mocks so you can see what is going on. read more...

1 comment |category: |Views: 2347

tags: another