OfficeDeveloper.NET
entity

Walkthrough of enabling CRUD for SharePoint 2010 external lists using Visual Studio 2010

March 2, 2010 by Staff · Leave a Comment 

In our last blog of this series Walkthrough of creating a SharePoint 2010 external list using Visual Studio 2010 Beta , we introduced how to create a simple “Hello world” external list in SharePoint 2010 Beta using Business Data Connectivity Designer in Visual Studio 2010 Beta. In this blog, we will show you how to pull data from an external database into an external list and enable Create, Read, Update and Delete (CRUD) functions to the external list.

Here is the original: 
Walkthrough of enabling CRUD for SharePoint 2010 external lists using Visual Studio 2010

entity

Practical Entity Framework for C#: Explore Entity Framework

March 30, 2009 by Staff · Leave a Comment 

ADO.NET Entity Framework is an object-relational mapping (ORM) framework for Microsoft .NET. In this video, Todd Miranda explores how to use the Entity Framework to access and manipulate data from a database.

Read more here: 
Practical Entity Framework for C#: Explore Entity Framework

entity

Channel 9 Interview: No More Underscores in Visual Basic 10!

March 27, 2009 by Staff · Leave a Comment 

I just posted a new Channel 9 interview on a nifty little feature which isn’t so little when you look at it from the compiler. In this interview, Tyler Whitney , a developer on the Visual Basic compiler team demonstrates how line termination has changed in the Visual Basic 10 compiler making underscores unnecessary as line continuation indicators.

Originally posted here:
Channel 9 Interview: No More Underscores in Visual Basic 10!

OfficeDeveloper.NET