// // Browse by Tags - Geeks Portal
All Tags » C# » LINQ (RSS)

Browse by Tags

  • What's New In C# 3.0

    If you are already familiar with the language C#, then you definitely should explore the latest version of C#, which is C# 3.0. This latest version introduces several extensions on it's previous version C# 2.0. Most of the features that I will be discussing below is essential and will be useful to...
    Posted to Aditya Herlambang (Weblog) by EquinoX on 06-03-2009
  • Free IIS7 dan .NET 3.5 SP1 hosting

    Sesuai dengan informasi dari mas Narenda melalui mailing list beberapa hari yang lalu, teknologi Microsoft untuk ASP.NET dapat dicoba langsung, lokasi server ada di indonesia, tentu saja akses akan lebih cepat. Bahkan ada paket free untuk POC aplikasi dari teman-teman semua. Silahkan simak di http:/...
    Posted to Rudy Setyo Purnomo (Weblog) by rudysetyo on 04-02-2009
  • 1000 account ASP.NET Web Hosting gratis.

    Apa yang anda dapatkan? 100MB Disk space. .NET 3.5 SP1 on IIS7. 2GB Data traffic. 1 Domain quota. 1 SQL Server 2008 Database. No email is provided. No DNS Zone editor. No Add-on. No support at all. GRATIS, benarkah? kami ingin mendukung perkembangan IT di Indonesia, sudah banyak para pengembang aplikasi...
    Posted to Rudy Setyo Purnomo (Weblog) by rudysetyo on 03-06-2009
  • 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 (7 items)