ADO.NET Entity Framework

Basically database development with the .NET framework has not changed a lot since its first release. But many of us usually start by designing our database tables and their relationships and then creating classes in our application to make them as closely as possible in a set of Business Classes , and then working with them in out ADO.NET code. However, this process has always been an approximation and has involved a lot of groundwork.

This is where the ADO.NET Entity Framework comes in; it allows you to deal with the (true) entities represented in the database in your application code by abstracting the groundwork and maintenance code work away from you.

A very crude description of the ADO.NET Entity Framework would be “It allows you to deal with database concepts in your code.” 

There is a very good post available which has some good example projects.

http://www.vbforums.com/showthread.php?t=540421

Enjoy

SharePoint in Cloud

Basically we have applications running on platforms consisting of an operation system like Windows and a runtime environment like .NET. The application itself is developed with an IDE like Visual Studio. The system with the application is part of an environment consisting of

Mechanisms for persisting data (SQL Server, SharePoint lists)
Communication and processes (BizTalk Server)
Identity management (Active Directory).

Most companies today use on-premise software which means the software is running on an infrastructure inside their own companies buildings.

Another kind of application platform is the Cloud Platform where Cloud Services are running which can be divided into the following categories:

Software as a Service (SaaS): The application runs in the cloud and can be operated by the browser. (like an online CRM system)
Attached Services: The application runs in house and uses additional services from the cloud. (like Windows Update)
Cloud Services: On-premise software or applications from the cloud are enhanced with additional functionalities. 

The combination of on-premise Software and Cloud Services is called Software + Services (S+S) which just means software running on an infrastructure in house plus additional functionalities from the cloud. 

The Azure Services Platform is a combination of different technologies in the cloud:

Windows Azure: A Windows based runtime for applications with the possibility to store data.
.NET Services: The services offer interfaces for access control, communication and workflows.
SQL Services: The services offer an interface for storing data.
Live Services: The services offer a framework where you can access the Microsoft Live applications and their data.
SharePoint Services & Dynamics CRM Services: These services offer functionality for collaboration.
All technologies from the Azure Services Platform can be used independently or together.

Conclusion
If we summarize the things above we have the following SharePoint platforms:

On-premise:

Windows SharePoint Services 3.0 (and earlier versions)
Microsoft Office SharePoint Server 2007 (and earlier versions)

Cloud platform:

Microsoft SharePoint Online
Microsoft SharePoint Services