Click here to Skip to main content
Click here to Skip to main content

Basics of LINQ & Lamda Expressions

By , 28 Feb 2009
 
CoolCode_SRC.zip
LinqBasic
LinqBasic.suo
LinqBasic
bin
Debug
LinqBasic.vshost.exe
LinqBasic.vshost.exe.manifest
obj
Debug
TempPE
Properties
Settings.settings
LinqBasic_src.zip
LinqBasic.suo
LinqBasic.exe
LinqBasic.pdb
LinqBasic.vshost.exe
LinqBasic.vshost.exe.manifest
LinqBasic.csproj.GenerateResource.Cache
LinqBasic.exe
LinqBasic.Form2.resources
LinqBasic.pdb
LinqBasic.Properties.Resources.resources
Settings.settings
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;

namespace LinqBasic
{
    static class Program
    {
        /// <summary>
        /// The main entry point for the application.
        /// </summary>
        [STAThread]
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new Form1());
        }
    }
}

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Abhishek Sur
Team Leader
India India
Member
Did you like his post?
 
Oh, lets go a bit further to know him better.
Visit his Website : www.abhisheksur.com to know more about Abhishek.
 
Abhishek also authored a book on .NET 4.5 Features and recommends you to read it, you will learn a lot from it.
http://bit.ly/EXPERTCookBook
 
Basically he is from India, who loves to explore the .NET world. He loves to code and in his leisure you always find him talking about technical stuffs.
 
Presently he is working in WPF, a new foundation to UI development, but mostly he likes to work on architecture and business classes. ASP.NET is one of his strength as well.
Have any problem? Write to him in his Forum.
 
You can also mail him directly to abhi2434@yahoo.com
 
Want a Coder like him for your project?
Drop him a mail to contact@abhisheksur.com
 
Visit His Blog

Dotnet Tricks and Tips



Dont forget to vote or share your comments about his Writing

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 1 Mar 2009
Article Copyright 2009 by Abhishek Sur
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid