<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <link xmlns="http://www.w3.org/2005/Atom" rel="hub" href="https://overblog.superfeedr.com"/>
        <link xmlns="http://www.w3.org/2005/Atom" rel="self" href="https://aspnet.canalblog.com/rss" type="application/rss+xml"/>
        <title><![CDATA[asp.net]]></title>
        <link>https://aspnet.canalblog.com/</link>
        <generator>Overblog - https://www.over-blog.com</generator>
        <description><![CDATA[.Net stories]]></description>
                    <item>
    <title><![CDATA[Percussion rhythmyx CMS Web Service and c#]]></title>
    <link><![CDATA[https://aspnet.canalblog.com/archives/2010/02/19/16969288.html]]></link>
    <guid>https://aspnet.canalblog.com/archives/2010/02/19/16969288.html</guid>
    <pubDate>Fri, 19 Feb 2010 16:59:00 +0100</pubDate>
    <description><![CDATA[I've been asked by a client to implement a module that request Percussion Rhythmyx CMS Web Service to search for some documents and get their published url. I had a big issue because the existing Rhythmyx Web Service does not provide the document's published... ]]></description>
        <dc:creator><![CDATA[jicy]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[LINQ to Entities and Oracle]]></title>
    <link><![CDATA[https://aspnet.canalblog.com/archives/2009/11/19/15852445.html]]></link>
    <guid>https://aspnet.canalblog.com/archives/2009/11/19/15852445.html</guid>
    <pubDate>Thu, 19 Nov 2009 06:47:12 +0100</pubDate>
    <description><![CDATA[On my last project, I had to implement a service layer, accessing Oracle database. The service layer was implemented with WCF. I use to work with LINQ to SQL on other projects, so I wondered if it was possible to access oracle database in the same way... ]]></description>
        <dc:creator><![CDATA[jicy]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[WCF and LINQ to Entities exposed attributes issue]]></title>
    <link><![CDATA[https://aspnet.canalblog.com/archives/2009/11/19/15852387.html]]></link>
    <guid>https://aspnet.canalblog.com/archives/2009/11/19/15852387.html</guid>
    <pubDate>Thu, 19 Nov 2009 06:11:00 +0100</pubDate>
    <description><![CDATA[On my last project, I've been searching for a solution to hide some properties of my EF generated entities to my wcf services clients. The problem is that WCF exposes all the entities members, public, private, or internal. In fact, all entities properties... ]]></description>
        <dc:creator><![CDATA[jicy]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[LINQ To SQL Generic methods]]></title>
    <link><![CDATA[https://aspnet.canalblog.com/archives/2009/07/11/14367136.html]]></link>
    <guid>https://aspnet.canalblog.com/archives/2009/07/11/14367136.html</guid>
    <pubDate>Sat, 11 Jul 2009 15:42:00 +0200</pubDate>
    <description><![CDATA[In order to avoid too much coding in my DAO layer, I've been creating some generic LINQ to SQL CRUD methods. Generic Delete method: /// <summary> /// Delete an entity /// </summary> /// <param name="entity"> Entity to be deleted </param> [System.ComponentModel.DataObjectMethod(System.ComponentModel.DataObjectMethodType.Delete)]... ]]></description>
        <dc:creator><![CDATA[jicy]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[LINQ To SQL issue when serializing in the viewstate]]></title>
    <link><![CDATA[https://aspnet.canalblog.com/archives/2009/06/26/14218553.html]]></link>
    <guid>https://aspnet.canalblog.com/archives/2009/06/26/14218553.html</guid>
    <pubDate>Fri, 26 Jun 2009 23:40:00 +0200</pubDate>
    <description><![CDATA[After having implemented LINQ DTO with relations, using the codeplex L2ST4 templates, I got an error when seriallizing the DTO to the viewstate. The problem was about th serialization of a relation, implemented as an entityset in the DTO. The problem... ]]></description>
        <dc:creator><![CDATA[jicy]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Create a Serializer / Deserializer for LINQ To SQL Entities]]></title>
    <link><![CDATA[https://aspnet.canalblog.com/archives/2009/06/26/14220987.html]]></link>
    <guid>https://aspnet.canalblog.com/archives/2009/06/26/14220987.html</guid>
    <pubDate>Fri, 26 Jun 2009 11:02:00 +0200</pubDate>
    <description><![CDATA[using System;using System.IO;using System.Xml;using System.Runtime.Serialization; namespace JC.Common{ /// <summary> /// Provides methods to serialize objects /// </summary> public static class SerializeHelper { public static string SerializeXml(object... ]]></description>
        <dc:creator><![CDATA[jicy]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Problem with Asp.net 2.0 Crystal Reports Deployment]]></title>
    <link><![CDATA[https://aspnet.canalblog.com/archives/2009/04/24/13497182.html]]></link>
    <guid>https://aspnet.canalblog.com/archives/2009/04/24/13497182.html</guid>
    <pubDate>Fri, 24 Apr 2009 14:40:00 +0200</pubDate>
    <description><![CDATA[I've developed an applications with asp.net 2.0, containing crytsal reports, working on dev environment, but when I installed it on integration environment, I got this error : Retrieving the COM class factory for component with CLSID {11BD5260-15B6-412D-80DB-12BB60B8FE50}... ]]></description>
        <dc:creator><![CDATA[jicy]]></dc:creator>
    </item>
            </channel>
</rss>

