﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0">
  <channel>
    <title>RSS tipsdotnet</title>
    <description>A great selection of dotnet tips and articles, and SQL Server tips. Content 100 % applied to real life projects. Material selected / categorized / commented by developers like you.</description>
    <link>http://www.tipsdotnet.com</link>
    <item>
      <title>User’s Isolated Storage is lost  when deploying a new version of your application</title>
      <link>http://www.tipsdotnet.com/TechBlog.aspx?PageIndex=0&amp;BLID=13</link>
      <pubDate>2009-04-03T10:10:38.117Z</pubDate>
      <description>&lt;p&gt;
Developing  my Silverlight based &lt;a href="http://www.dbschemaeditor.com"&gt;dbschema tool&lt;/a&gt; I needed a way to 
let the users store their changes locally (e.g. internet connection is lost… save my changes somewhere please !), 
of course SL runs on a sandbox and in version 2 you cannot make a "save as" on a local computer (on version 3 yes), 
I could use some sort of javascript / server side custom http handler to work around it but sound to me like 
something crappy… then I found info about the Isolated Storage, cool stuff !!&lt;/p&gt;

&lt;p&gt;
As soon as I finished with my development I uploaded the changes and checked that the local 
save worked pretty well, so far so god, but somedays after that I just uploaded a new version 
of the application (a minor change, updating the size of some controls) and I realized that… 
MY FILES SAVED UNDER THE ISOLATED STORAGE WHERE GONE !!! AAAAGHHH !!!!
&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Silverlight Visual Studio XAML Design view not working</title>
      <link>http://www.tipsdotnet.com/TechBlog.aspx?PageIndex=0&amp;BLID=12</link>
      <pubDate>2009-03-24T07:17:01.117Z</pubDate>
      <description>This one is an strange one... in some Visual Studio installations you can find that the XAML view is not working at all
(no design view, not even code formatting), even if you go to your IDE options you get a nasty message in the XAML part (an error ocurred loading this property page)
</description>
    </item>
    <item>
      <title>Silverlight + WCF + SSL + Authentication quick troubleshooter</title>
      <link>http://www.tipsdotnet.com/TechBlog.aspx?PageIndex=0&amp;BLID=11</link>
      <pubDate>2008-11-28T03:41:24.023Z</pubDate>
      <description>&lt;p&gt;
Some days ago I had to deploy my application into SSL hosting and add Authentication. 
&lt;/p&gt;
&lt;p&gt;I have compiled the issues and solutions that I found, hope that this could save you some headaches&lt;/p&gt;</description>
    </item>
    <item>
      <title>Silverlight 2.0 Beta 2 plus ADO .net Entity Framework not working yet</title>
      <link>http://www.tipsdotnet.com/TechBlog.aspx?PageIndex=0&amp;BLID=10</link>
      <pubDate>2008-08-24T01:33:19.11Z</pubDate>
      <description>&lt;p&gt;
Visual Studio SP-1 has been released and one of the major updates of this Service Pack is the RTM of the ADO .net Entity Framework. Does this integrate well with the current Beta 2 version of Silverlight + WCF ? ... in theory yes, but in practice...
&lt;/p&gt;</description>
    </item>
    <item>
      <title>Diet plan for ASP .net pages… LOOSE WEIGHT NOW !!</title>
      <link>http://www.tipsdotnet.com/TechBlog.aspx?PageIndex=0&amp;BLID=9</link>
      <pubDate>2008-04-19T13:11:31.163Z</pubDate>
      <description>If we don’t take care about how we feed our ASP .net pages… we will find that they will tend rapidly to gain too much weight, this can provide us a lot of headaches. Let's see how to reduce the size of our pages.</description>
    </item>
    <item>
      <title>Textblock: Avoid overflow, display text inside a limited area</title>
      <link>http://www.tipsdotnet.com/TechBlog.aspx?PageIndex=0&amp;BLID=7</link>
      <pubDate>2008-01-28T23:08:42.657Z</pubDate>
      <description>&lt;p&gt;
Textblock is not the most documented control in Silverlight… one of the most 

common things that we developers have to face in our day by day work is to fit a 

text inside a given width and height. 
&lt;/p&gt;</description>
    </item>
    <item>
      <title>Managing a timer from code-behind with Silverlight 2.0</title>
      <link>http://www.tipsdotnet.com/TechBlog.aspx?PageIndex=0&amp;BLID=6</link>
      <pubDate>2008-01-26T03:02:58.873Z</pubDate>
      <description>In a recent development I need to poll every X seconds to a web service to update my silverlight front end.I was looking for a good example about how to do this using 1.1/2.0 but found a lot of issues, it seems that threading is still not very well supported in the current alpha version. 
</description>
    </item>
    <item>
      <title>Tips from the trenches:  Better ASP .net AJAX enabled sites</title>
      <link>http://www.tipsdotnet.com/TechBlog.aspx?PageIndex=0&amp;BLID=5</link>
      <pubDate>2008-01-06T11:50:19.623Z</pubDate>
      <description>&lt;p&gt;
When  a new technology comes to the market, we, developers, tend to learn "best practices"
 and "avoiding pitfalls" just by hitting our head into a wall… good geeks (like me :-)) 
 are anxious to play with new stuff and they are tempted to say to his manager/boss/customer 
 things like… "Your application will run twice faster", "We will deliver it in half the time needed"… 
 and forget things like a new technology it’s always a challenge, there is a learning curve…
&lt;/p&gt;

&lt;p&gt; 
This post tries to save you some late night pizzas and coffees by showing a bunch of tips learned 
in real life projects (2 AM in the morning, red eyes, …).
&lt;/p&gt;
</description>
    </item>
    <item>
      <title>SSRS 2005: Add column headings on a Matrix Reports</title>
      <link>http://www.tipsdotnet.com/TechBlog.aspx?PageIndex=0&amp;BLID=4</link>
      <pubDate>2007-12-19T02:46:52.903Z</pubDate>
      <description>Matrix reports are quite powerful, but... have you ever tried to add a heading to the columns area (not the data region)? No way?... In this post you will find some hacks about how to do this.</description>
    </item>
    <item>
      <title>Basic Sample: Generate RSS Feed using LINQ To SQL and LINQ To XML</title>
      <link>http://www.tipsdotnet.com/TechBlog.aspx?PageIndex=0&amp;BLID=3</link>
      <pubDate>2007-12-07T07:00:39.377Z</pubDate>
      <description>&lt;p&gt;Learn LINQ To SQL and LINQ to XML by example&lt;/p&gt;

&lt;p&gt;Simple, step by step, sample about how to generate an RSSFeed using LINQ and LINQ TO SQL in only five lines of code.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Comparing Excel generation techniques on ASP .net:</title>
      <link>http://www.tipsdotnet.com/TechBlog.aspx?PageIndex=0&amp;BLID=2</link>
      <pubDate>2007-11-24T08:12:24.323Z</pubDate>
      <description>&lt;p&gt;
There are a lot of different approaches available for Excel Generation on ASP .net, and none of them seems to be a silver bullet… (some of them are limited, some others have an associated license cost, or pay a penaly on performance, ...)
&lt;/p&gt;

&lt;p&gt;
This post tries to shed some light in this area and easy the process of selecting which approach to follow in your web application.
&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Excel 2007 + Excel Services perfect combination for Ad Hoc reporting on BI</title>
      <link>http://www.tipsdotnet.com/TechBlog.aspx?PageIndex=0&amp;BLID=1</link>
      <pubDate>2007-11-11T07:14:35.883Z</pubDate>
      <description>There are many tools available in the market for Ad Hoc reporting, for instance Ms offers tools like &lt;i&gt;Report Builder (SSRS)&lt;/i&gt; and
&lt;i&gt;Performance Point Analytics (former Proclarity Analytics)&lt;/i&gt;. But... &lt;b&gt;Excel 2007 and Excel Services&lt;/b&gt; seems to be the best set of tools for ad hoc reporting... &lt;b&gt;let's see why&lt;/b&gt;.
</description>
    </item>
  </channel>
</rss>