"Logic will get you from A to B. Imagination will take you everywhere." A. Einstein
January, 2009 - Alina's blog - Site Home - MSDN Blogs
Sign In
Alina's blog
Software architecture, design, best practices, technical news
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
architecture
azure
cloud computing
Demo
design
MOSS
news
P&P
patterns
PDC
programming
SharePoint
Silverlight
SOA
Team Foundation
Team System
TFS
Visual Studio
VS2008
WCF
web services
Windows 7
Windows Azure
WPF
Archive
Archives
November 2010
(1)
October 2010
(2)
September 2010
(4)
May 2010
(1)
April 2010
(1)
February 2010
(1)
September 2009
(1)
June 2009
(1)
April 2009
(2)
March 2009
(1)
February 2009
(4)
January 2009
(5)
December 2008
(1)
November 2008
(2)
October 2008
(5)
September 2008
(10)
August 2008
(8)
January, 2009
MSDN Blogs
>
Alina's blog
>
January, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Alina's blog
A third step in my simple WCF Web service using Entity Framework
Posted
over 3 years ago
by
Alina
1
Comments
This is the next step in my previous sample (see the previous post from this month). Now I want to add and delete products using my Web service and EF. The problem I found: I had to go back to the database and set a cascade delete for the FK_ProductInventory_Product...
Alina's blog
A second step in my simple WCF Web service using Entity Framework
Posted
over 3 years ago
by
Alina
1
Comments
Couple days ago I started a simple application (WCF Web service using Entity Framework to access a SQL DB and a WPF client). In the SQL database I had 3 tables - mainly a many-to-many relation. Now I need to get more data: I want to obtain all the Products...
Alina's blog
WPF Toolkit and more
Posted
over 3 years ago
by
Alina
1
Comments
For those who are looking for more WPF functionalities, there is a "project" on CodePlex called: Windows Presentation Foundation (WPF) . "This project is the portal for accessing the WPF Toolkit and the WPF Futures releases. The WPF Toolkit is a collection...
Alina's blog
ASP.NET AJAX In Action
Posted
over 3 years ago
by
Alina
1
Comments
For those interested in some AJAX samples, here are the code samples for the book "ASP.NET AJAX In Action" published by Manning. This January 2009 release can be compiled also with ASP.NET 3.5.
Alina's blog
A first step in a simple WCF Web service using Entity Framework
Posted
over 3 years ago
by
Alina
11
Comments
Hello and Happy New Year 2009 ! Here is a sample code I wrote to show you how to create a WCF Web service which is using Entity Framework to access a SQL 2008 database. Here are the main steps: 1 - create your SQL database (Products) with the...
Page 1 of 1 (5 items)