IBloggable - implemented
Sign in
|
Join
Home
Contact
RSS
Atom
Search
Tags
.net
ADO.NET
ASP.NET
ASP.NET 4.0
ASP.NET MVC
Autofac
C#
Castle
Database
DynamicProxy
Entity Framework
Guinness World Record
HTML5
IISExpress
JavaScript
jQuery
JSON
LINQ
Markedup
Metro Style Apps
MS Rockstar
MVVM
NDepend
Nuget
OData
Odiogo
Personal
Prism V2
Productivity Power Tools
Razor
Reflector
ReflexIL
Resharper
Service Trace Viewer
Silverlight
SQL CE
Task Parallel Library
Team Foundation Service
TPL Dataflow
Unity
Visual Studio
Visual Studio 2010
Visual Studio 2011
Visual Studio 2012
WCF
WCF Data Services
Web Services
Windows 7
Windows 8
Windows App Certification Kit
WSDL
XAML
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
March 2013 (1)
January 2013 (2)
December 2012 (1)
November 2012 (4)
October 2012 (3)
September 2012 (7)
August 2012 (1)
May 2012 (2)
April 2012 (2)
March 2012 (1)
October 2011 (2)
September 2011 (3)
August 2011 (4)
July 2011 (1)
June 2011 (6)
May 2011 (3)
April 2011 (2)
March 2011 (4)
February 2011 (6)
January 2011 (3)
December 2010 (2)
November 2010 (1)
October 2010 (1)
September 2010 (2)
August 2010 (2)
July 2010 (6)
June 2010 (2)
May 2010 (4)
April 2010 (9)
March 2010 (4)
February 2010 (2)
January 2010 (1)
December 2009 (4)
November 2009 (7)
October 2009 (7)
May 2011 - Posts
13
Comments
WCF Data Services Toolkit to talk to any database using GetAll, GetOne, Save, Remove methods
by
nmarun
I did a primer on using WCF Data Services in my last post . One of the things I’m seeing about the posts regarding WCF Data Services using OData is that they used Entity Framework to do the DAL work. So a lot of underlying work gets hidden by using EF...
Filed under:
C#
,
ASP.NET MVC
,
LINQ
,
.net
,
WCF
,
OData
,
WCF Data Services
,
ADO.NET
,
Database
2
Comments
Accessing data as resource through URI - WCF Data Services
by
nmarun
Open Data Protocol (OData for short) allows CRUD operations on your data by exposing it as a resource accessible through a URI. So you can try something like below directly on the browser to get a collection of all employees less than 26 years of age...
Filed under:
C#
,
LINQ
,
.net
,
WCF
,
Entity Framework
,
SQL CE
,
OData
,
WCF Data Services
0
Comments
Attach to IISExpress process from Visual Studio
by
nmarun
With VS2010 SP1, you can attach an application process to IISExpress to enable debugging of an application. Here’s how: I have an MVC application with the following setup. 1: public class HomeController : Controller 2: { 3: public ActionResult Index(...
Filed under:
C#
,
ASP.NET
,
ASP.NET MVC
,
Visual Studio 2010
,
.net
,
Razor
,
IISExpress
More Posts