Skip to main content

Home/ OCG developers/ Group items tagged net

Rss Feed Group items tagged

Mark van der Spoel

ASP.NET Application and Page Life Cycle - CodeProject - 0 views

  •  
    Table of Contents In this article, we will try to understand what the different events are which take place right from the time the user sends a request, until the time the request is rendered on the browser.
Steven van Dijk

Best Practices for Linq Enumerables and Queryables « Zeros, Ones and a Few Twos - 0 views

  •  
    LINQ expressions and their associated extension methods have greatly improved developer productivity ever since their introduction in .NET 3.5. Unfortunately, like any code abstraction, it can hide execution details that can come back to haunt you in performance problems and odd behavior.
Steven van Dijk

Visual Studio 2012 - A More Productive IDE for Modern Applications - 0 views

  •  
    "While Visual Studio 2012 Professional supports several new technologies (for example, Windows Store apps and the ASP.NET Web API), the Visual Studio team seems to have taken the opportunity to concentrate on creating a "better IDE.""
Steven van Dijk

Introduction to Rx - 1 views

  •  
    IntroToRx.com is the online resource for getting started with the Reactive Extensions to .Net. Originally starting life as a blog series, it has now flourished into an online book.
Steven van Dijk

c# - SOLID Principles and code structure - 0 views

  •  
    "If you were to look at a .Net project that I told you strictly followed SOLID principles, what would expect to see in terms of the project and code structure ?"
Steven van Dijk

Syntactic Sugar and the Async Pill - 0 views

  •  
    "Asynchrony is essential  for scalability and performance on the server side. Although it has always been possible to write asynchronous code, there has, up to now, been a downside: it is difficult to understand and maintain. Now, with the async/await. keywords, the whole approach is radically simplified for the programmer."
‹ Previous 21 - 40 of 51 Next ›
Showing 20 items per page