Welcome to Geeks Portal Sign in | Join | Help
in
All Tags » c# » LINQ (RSS)
 
 

Browse by Tags

  • Unexpected Method Group Placement

    This thing has been around since C# 2.0, but recently, I saw it in unexpected places as a replacement for a Predicate<T> in a parameter. Usually you found it as the right side of an assignment / removal of an event handler such as: //using Method Group as a shorthand OKButton.Click += OKButton_Click;...
    Posted to Incoherent Rambling (Weblog) by Jimmy Chandra on 10-16-2008
  • a "netTiers like" LINQ to SQL application

    Actually this is repost from my other blog on http://rudysetyo.it or http://weblogs.asp.net/rudysetyo , after today event on JCC, i feel i just wanna share this. Sorry for the language, next time i'll use bahasa on this blog. Some of us maybe familiar with netTiers when building an application, it's...
    Posted to Rudy Setyo Purnomo (Weblog) by rudysetyo on 03-04-2008
  • Why C# is Getting Functional? Cos for LINQ, OOP is choked! :)

    Functional Programming stuff are creeping in into C#. Some people like it, some people confused, some people discouraged. Why do we need to add Functional Programming stuff into C#? Cos OOP principles get choked to do one thing C# would like to do, LINQ. Other ways are needed. And it’s Functional...
    Posted to Norman Sasono (Weblog) by norman on 05-25-2007
  • Preview of C# version 3.0 features

    Wow, C# 2.0 is not officially out of the door, C# 3.0 is already rearing its head :). In this post I'll go through some of the new features of the 3.0 version of C#. Feature 1: Implicitly typed local variables. Variable declaration has become simpler... var employee = new Employee(); versus Employee...
    Posted to Incoherent Rambling (Weblog) by Jimmy Chandra on 09-16-2005
Page 1 of 1 (4 items)
 
 
Powered by Community Server (Commercial Edition), by Telligent Systems
Copyright © INDC, 2006. All rights reserved.