LINQ

Introduction to LINQ With C#

Introduction to LINQ Integrating data queries into c# has been a goal for years. Microsoft put lot of effort to such a goal over the years. At lat outcome is LINQ (Language Integrated Queries). Using LINQ we can specify what object we want without knowing the type of data source. There are two type of method usage in LINQ. Static method represents the query operators and anonymous method specifies

Sales And Monitoring System

The Sales And Monitoring i created for my cousin. basically just a simple project for their SAD. PROGRAMMER: WINSTON L. GUBANTES System Requirements: 1. Windows XP, Windows Vista, Windows 7, Windows Server 2003, 2005 OR HIGHER 2. CPU(Intel,Amd) 1ghz or higher 3. RAM 512 mb or higher (1gig recommended) 4. Flash Player (later versions) Requirements for IDE: 1. C# VS STUDIO 2010 Professional Edition

Web-based Payroll Application

Hi all, This is a web-based payroll application using ASP.NET and C# programming language. It showcase the use of MVC programming paradigm (not the ASP.NET MVC Framework) and Singleton programming pattern. It uses Telerik controls for ASP.NET, a powerful third party control. It also has some neat stuff like scheduling task items and asynchronous user-defined task.