Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • ADO.NET Data Services Viewer Tool

    ADO.NET Data Services Viewer Tool I build this tool to help me build ADO.NET Data Services URL query ( for example http://e4d.com/Courses.svc/Courses?$orderby=Date/ ) and to see the result. this is first version, please send feedback... Key Features: URL IntelliSense URL Tooltip Data Grid View XML Atom...
    Posted to I LOVE C# (Weblog) by Vardi on 08-27-2008, 12:00 AM
    Filed under: WCF, ADO.NET Data Services
  • איפה אפשר ללמוד דוטנט?

    Where Can I Find .NET Course? (WCF Course, WPF Course, Silverlight Course and more...) איפה אני יכול ללמוד קורסי דוטנט? (קורס WCF, קורס ASP, קורס C# 3.0 ועוד...) הנסיון מלמד שעדיף להתחיל עם ספרים ואז ללכת לקורס ואז להמשיך עם הספרים !!! רשימה חלקית של המקומות בהם אתם יכולים להירשם לקורסי דוטנט: 1. E4D...
    Posted to I LOVE C# (Weblog) by Vardi on 01-07-2009, 12:00 AM
    Filed under: ASP.NET, ASP.NET 2.0, WCF, WF, Course, ADO.NET Data Services, LINQ, קורס
  • Debugging ADO.NET Data Services

    Interest to ADO.NET Data Services platform obviously is growing up among developers of web-services. It also confirmed when I receive e-mail letters with questions about different problems. As a rule these questions are reduced to serivce error after some actions, when serivce say about general error...
    Posted to Sergey Zwezdin (Weblog) by sergey.zwezdin on 03-19-2009, 12:00 AM
    Filed under: REST, ADO.NET Data Services, WCF
  • Updating data into ADO.NET Data Services which based on LINQ to SQL

    We continue to investigate possibilites of use LINQ to SQL as model of data for ADO.NET Data Services. Today we will talk about possibility of change data. I will remind, that ADO.NET Data Services platform gives us possibility not only to select data through web service, but also to update them using...
    Posted to Sergey Zwezdin (Weblog) by sergey.zwezdin on 03-23-2009, 12:00 AM
    Filed under: ADO.NET Data Services, REST, WCF
  • A Bad Idea, EF Entities over WCF

    Do you want to see something very ugly ?. Try to send a complete EF entity directly as a data contract over the wire with WCF, <Order xmlns:i=" http://www.w3.org/2001/XMLSchema-instance " z:Id="i1" xmlns:z=" http://schemas.microsoft.com/2003/10/Serialization/ " xmlns=" http://schemas.datacontract...
    Posted to Pablo M. Cibraro (aka Cibrax) (Weblog) by cibrax on 06-25-2009, 12:00 AM
    Filed under: WCF, .NET, Entity Framework, ADO.NET Data Services
  • Integrating WIF with WCF Data Services

    A time ago I discussed how a custom REST Starter kit interceptor could be used to parse a SAML token in the Http Authorization header and wrap that into a ClaimsPrincipal that the WCF services could use. The thing is that code was initially created for Geneva framework, so it got deprecated quickly....
    Posted to Pablo M. Cibraro (aka Cibrax) (Weblog) by cibrax on 04-15-2010, 12:00 AM
    Filed under: WCF, .NET, ADO.NET Data Services, WIF
  • SO-Aware is here. A RESTful service repository

    I am very proud to announce today the release of our product in Tellago Studios , SO-Aware , a RESTful service repository based on OData.  The main difference between SO-Aware and other existing products is that everything is exposed as resources via OData feeds that can be retrieved or manipulated...
    Posted to Pablo M. Cibraro (aka Cibrax) (Weblog) by cibrax on 07-28-2010, 12:00 AM
    Filed under: WCF, .NET, ADO.NET Data Services, TellagoStudios, OData
  • NHibernating a WCF Data Service

    WCF Data Services ships with two built-in query providers, a query provider for Entity Framework that uses the CSL model to infer all the service metadata for the exposed entities and their associations, and another provider, a Reflection Provider that uses .NET reflection over the exposed object model...
    Posted to Pablo M. Cibraro (aka Cibrax) (Weblog) by cibrax on 08-13-2010, 12:00 AM
    Filed under: WCF, .NET, ADO.NET Data Services
  • Getting rid of the magic strings in a WCF Data Service Client

    One of the common problems that you might find when using the generated DataServiceContext for consuming an existing WCF data service is that you have magic strings everywhere for handling links (expanding, adding, deleting, etc). The problem with all those magic strings is that they make your code to...
    Posted to Pablo M. Cibraro (aka Cibrax) (Weblog) by cibrax on 10-27-2010, 12:00 AM
    Filed under: .NET, ADO.NET Data Services, WCF
Page 1 of 1 (9 items)