DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

rajpai Subscribe to this feed
rajpai
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by rajpai
9
kicks
published 1 year, 6 months ago, submitted by CharlieCalvert 1 year, 6 months ago

blogs.msdn.com — 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 add a comment | category: | Views: 0
| tag it

12
kicks
published 1 year, 7 months ago, submitted by CharlieCalvert 1 year, 7 months ago

blogs.msdn.com — 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 add a comment | category: | Views: 3
tags: , , , , | tag it

19
kicks
published 1 year, 7 months ago, submitted by CharlieCalvert 1 year, 7 months ago

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

Add a comment 2 comments | category: | Views: 4
tags: , , , , | tag it

11
kicks
published 1 year, 9 months ago, submitted by CharlieCalvert 1 year, 9 months ago

blogs.msdn.com — 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 add a comment | category: | Views: 0
tags: , | tag it

17
kicks
published 1 year, 9 months ago, submitted by CharlieCalvert 1 year, 9 months ago

blogs.msdn.com — 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 add a comment | category: | Views: 1
tags: , , , | tag it

15
kicks
published 1 year, 9 months ago, submitted by CharlieCalvert 1 year, 9 months ago

blogs.msdn.com — 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 add a comment | category: | Views: 55
tags: | tag it

19
kicks
published 1 year, 9 months ago, submitted by CharlieCalvert 1 year, 9 months ago

blogs.msdn.com — 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 add a comment | category: | Views: 41
tags: , | tag it

17
kicks
published 1 year, 9 months ago, submitted by CharlieCalvert 1 year, 9 months ago

blogs.msdn.com — 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 add a comment | category: | Views: 0
tags: , , , | tag it

27
kicks
published 1 year, 10 months ago, submitted by CharlieCalvert 1 year, 10 months ago

blogs.msdn.com — 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 add a comment | category: | Views: 27
tags: , , | tag it

10
kicks
published 1 year, 11 months ago, submitted by CharlieCalvert 1 year, 11 months ago

blogs.msdn.com — 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 add a comment | category: | Views: 3
tags: , | tag it

14
kicks
published 1 year, 11 months ago, submitted by CharlieCalvert 1 year, 11 months ago

blogs.msdn.com — 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 add a comment | category: | Views: 4
tags: , | tag it

6
kicks
submitted by CharlieCalvert 1 year, 11 months ago

blogs.msdn.com — 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 add a comment | category: | Views: 0
tags: , | tag it

15
kicks
published 1 year, 11 months ago, submitted by CharlieCalvert 1 year, 11 months ago

blogs.msdn.com — 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 add a comment | category: | Views: 0
tags: , , | tag it

9
kicks
published 2 years ago, submitted by CharlieCalvert 2 years ago

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

Add a comment add a comment | category: | Views: 0
tags: | tag it

11
kicks
published 2 years ago, submitted by CharlieCalvert 2 years ago

steve.emxsoftware.com — Links to some articles about LINQ read more...

Add a comment add a comment | category: | Views: 13
tags: , | tag it

14
kicks
published 2 years ago, submitted by CharlieCalvert 2 years ago

blogs.msdn.com — 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 add a comment | category: | Views: 6
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge