ADO.Net Entity Framework Oracle Provider Support
ADO.Net Entity Framework Oracle Provider Support One of the great promises of the ADO.Net Entity Framework is that is supports working with different databases while still getting pretty much the same functionality. E-SQL, the Entity SQL dialect ... המשך לקרוא>
Guy Burstein , 12-07-2007 11:36
LINQ to SQL Concurrency - ChangeConflictException Row not found or changed
LINQ to SQL Concurrency - ChangeConflictException Row not found or changed If we create a small model of the Northwind database, and we try to modify one of the customers (lets take ALFKI for example): NorthwindDataContext db = new NorthwindDataContext ... המשך לקרוא>
Guy Burstein , 11-25-2007 14:08
LINQ to SQL Breaking Changes from Visual Studio 2008 Beta 2 to RTM
LINQ to SQL Breaking Changes from Visual Studio 2008 Beta 2 to RTM With the release of Visual Studio 2008 , there are some changes moving LINQ to SQL projects from Visual Studio 2008 Beta 2 to Visual Studio 2008 RTM. There was already writen ... המשך לקרוא>
Guy Burstein , 11-21-2007 9:13
C# 3.0, LINQ and LINQ to SQL Hands on Labs for Visual Studio 2008 RTM
C# 3.0, LINQ and LINQ to SQL Hands on Labs for Visual Studio 2008 RTM After the release of Visual Studio 2008 RTM, the Visual Studio 2008 Samples page on MSDN was update accordingly. You can find few Hands on Labs there that will help you practice ... המשך לקרוא>
Guy Burstein , 11-21-2007 9:07
Download Visual Studio 2008 and .NET Framework 3.5 Training Kit
See what's in the Training Kit for Visual Studio 2008 and .Net Framework 3.5, and get the links for downloading. ... המשך לקרוא>
Guy Burstein , 11-19-2007 13:54
Commonly Used Types and Namespaces in .Net Framework 3.5
Commonly Used Types and Namespaces in .Net Framework 3.5 If you want to make sure you've read enough articles and blog posts about .Net Framework 3.5, or you just happen to have an empty wall in your office, download the Commonly Used Types ... המשך לקרוא>
Guy Burstein , 11-03-2007 10:46
Linq to SQL Session @ Developer Academy 2
Linq to SQL Session @ Developer Academy 2 Over the last months I've been using Linq to SQL in Visual Studio 2008 through its various releases. In the next Developers Conference here in Israel - Developer Academy 2, I will be giving a session ... המשך לקרוא>
Guy Burstein , 10-25-2007 20:12
All about ObjectDumper
All About ObjectDumper Why do I need it for? In many demos, we print objects to the Console window. If the object is a very simple one, like: public class Vehicle { public string VehicleID { get ; set ; } public int Year { get ; set ; } public ... המשך לקרוא>
Guy Burstein , 10-25-2007 16:14
Linq to SQL Features in RTM
Linq to SQL Features in RTM Dinesh Kulkarni, the current program manager of Linq to SQL, has lately posted in the Linq Project MSDN Forum about the key changes moving from Visual Studio 2008 Beta 2 to RTM. The list of changes contain some changes ... המשך לקרוא>
Guy Burstein , 10-18-2007 8:16
Linq to SQL Like Operator
Linq to SQL Like Operator As a response for customer's question, I decided to write about using Like Operator in Linq to SQL queries. Starting from a simple query from Northwind Database; var query = from c in ctx.Customers where c.City ... המשך לקרוא>
Guy Burstein , 10-16-2007 23:03
Page 1 of 3 (21 items) 1 2 3 Next >