rajpai

Stories kicked by rajpai

Community Convergence XXVI(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years ago

C# language chats, .NET Framework 3.5, Orcas Beta 1, Silverlight, Anders Hejlsberg talk on LINQ at MIX, the Visitor Pattern for Expression Trees and LINQ to Sharepoint. read more...

add a comment |category: |Views: 0

tags: another

Anders Hejlsberg at Mix(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years ago

Anders came back from Mix reporting that attendees were excited about Silverlight, the light-weight, cross platform CLR that can be delivered in a browser. He gave a talk at the converence. You can see the video.... read more...

add a comment |category: |Views: 9

tags: another

Visual Studio Orcas Beta 1 Available(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 1 month ago

You can now download Visual Studio Orcas Beta 1. The LINQ samples for Beta 1 are also available for download. read more...

2 comments |category: |Views: 15

tags: another

Community Convergence XXII(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 2 months ago

The March CTP for Visual Studio, creating Art with LINQ, videos showing how to write LINQ to SQL, interviews with core members of the Microsoft C# team. read more...

add a comment |category: |Views: 0

tags: another

Visual Studio Feb/March CTP now available.(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 2 months ago

The February CTP (aka as the March CTP) is now available for download as a regular install and as a virtual PC. read more...

add a comment |category: |Views: 3

tags: another

LINQ Farm: One to Many and Joins(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 2 months ago

This post is the latest in a series of posts on LINQ. It continues the exploration of LINQ to SQL by showing several intermediate level queries. LINQ to SQL provides developers with access to relational databases from inside a CSharp program. I'm going to show three different queries in this post. The first will demonstrate how to create a simple one-to-many, the second how to create a one-to-many that spans three tables, and the third will show how to create a simple join. read more...

add a comment |category: |Views: 482

tags: another

LINQ Farm: LINQ to SQL Beginners Video(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 3 months ago

This short video contains the basic information that you need to use LINQ to SQL to connect to a relational database using the Feb CTP or later pre-release versions of Visual Studio Orcas. After watching this video you should find it easy to create your own LINQ to SQL queries. read more...

add a comment |category: |Views: 121

tags: another

LINQ Farm Connecting to a Database with LINQ to SQL(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 3 months ago

In this post I will show connectivity to Microsoft SQL Server 2005 or SQL Server Express from C# using LINQ. You can use the May 2006 CTP to run the code shown in this post. The May CTP installs on top of Visual Studio 2005. At the time of this writing, the March 2007 Orcas CTP is not yet out, but once it is out, then you should use it, or later versions of Orcas, as the preferred means to run LINQ queries. The screen shots shown in this post are taken from both the May CTP and pre-release versions of Orcas. Except for a few minor details, LINQ will look much the same whether you use the May CTP or an early build of Orcas. read more...

add a comment |category: |Views: 3

tags: another

Anders Hejlsberg on LINQ and Functional Programming(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 4 months ago

In this video interview, Anders Hejlsberg, the chief architect of C#, describes features in the next release of C#, code named Orcas. Anders first describes how LINQ solves the impedance mismatch between the code that lives on a database server and the code we write with standard programming languages such as C# or VB. He then outlines the new capabilities that functional programming will bring to developers. read more...

add a comment |category: |Views: 66

tags: another

Installing Visual Studio 2005 SP1 and the May LINQ CTP(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 4 months ago

Now that Visual Studio 2005 Service Pack 1 is out I wanted to post a brief note about using it with May LINQ CTP. When reading this post, please note that this is not an official Microsoft advisory, but simply the result of my personal experience. read more...

add a comment |category: |Views: 3

tags: another

LINQ Farm: LINQ Sets(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 4 months ago

This is the sixth in a series of articles on LINQ. In this post the focus will be on the LINQ Set operators. Near the end of the post I include a short section on the importance of choosing the best operator for a particular task. Please see the links at the bottom of this post to retrieve the code. read more...

add a comment |category: |Views: 14

tags: another

Notes on the January CTP(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 5 months ago

The January CTP (formerly known as the December CTP) should be out shortly after the new year. We are sorry about the delay; it is due in part to the huge December 14 storm that knocked out the power for over a million residents here in the Seattle area. read more...

add a comment |category: |Views: 0

tags: another

LINQ Farm: Focus on Grouping(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 5 months ago

This is the fifth post in a series of articles on LINQ and query expressions. LINQ will be part of Visual Studio Orcas. It provides a simple means of querying data. This article focuses on grouping information from a query into related sets of data. read more...

add a comment |category: |Views: 2

tags: another

LINQ Query Operators(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 6 months ago

Understanding LINQ Query Operators, the third in a series of articles on LINQ. read more...

add a comment |category: |Views: 45

tags: another

More LINQ on Channel 9 & LINQ PDF from O'Reilly(steve.emxsoftware.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 6 months ago

Links to some articles about LINQ read more...

add a comment |category: |Views: 32

tags: another

The LINQ Farm: Query Expressions(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 6 months ago

In this post I'm going to explain the query expression found in my previous blog entry on LINQ. My goal in this set of posts is to get first time users of LINQ up and running. Subsequent entries will continue to explore query expressions. read more...

add a comment |category: |Views: 35

tags: another