Tag: Development

Community

ASP.NET MVC in the Real World

(Timothy Khouri) MVC (the “model view control” pattern) isn’t new, but it is new to ASP.NET. If you’re like me, you may have been impressed by a demo, but you’ve probably thought “how does this work in the real world?” I hope to answer that question in this article.

Community

The LINQ Enumerable Class, Part 1.

(Ken Getz) As part of a recent programming project, I needed to create a randomly ordered list of integers between 1 and 100. Yes, this is obviously a basic Computer Science 101-type problem. And I originally used the same solution I had written back in the classroom, in 1985, using lots of looping