<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">help.net</title><subtitle type="html">&lt;font size="2"&gt;&lt;br /&gt;Musing on .Net&lt;/font&gt;</subtitle><id>http://weblogs.asp.net/pleloup/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/pleloup/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/pleloup/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2008-04-12T16:55:00Z</updated><entry><title>The .Net Coffee Break Show - 15th of July - Tim Heuer - Silverlight and Data</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/pleloup/archive/2008/06/30/the-net-coffee-break-show-15th-of-july-tim-heuer-silverlight-and-data.aspx" /><id>http://weblogs.asp.net/pleloup/archive/2008/06/30/the-net-coffee-break-show-15th-of-july-tim-heuer-silverlight-and-data.aspx</id><published>2008-06-30T22:20:00Z</published><updated>2008-06-30T22:20:00Z</updated><content type="html">Join our next webcast! 15th of July 2008 Developers.ie invites all our members to attend our regular webcast. We think that during your coffee break is the right time to attend a short talk on various subjects, starting with Silverlight this month. Our speaker in July is Tim Heuer, Silverlight Program Manager for Microsoft . Tim will broadcast from Arizona! In this webcast, Silverlight and Data , we'll discuss the various ways Silverlight can consume and produce data and what are some best practices...(&lt;a href="http://weblogs.asp.net/pleloup/archive/2008/06/30/the-net-coffee-break-show-15th-of-july-tim-heuer-silverlight-and-data.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6342133" width="1" height="1"&gt;</content><author><name>help.net</name><uri>http://weblogs.asp.net/members/help.net.aspx</uri></author><category term="Community News" scheme="http://weblogs.asp.net/pleloup/archive/tags/Community+News/default.aspx" /></entry><entry><title>The .Net Coffee Break Show - we are looking for speakers talking over the wire!</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/pleloup/archive/2008/06/25/the-net-coffee-break-show-we-are-looking-for-speakers-talking-over-the-wire.aspx" /><id>http://weblogs.asp.net/pleloup/archive/2008/06/25/the-net-coffee-break-show-we-are-looking-for-speakers-talking-over-the-wire.aspx</id><published>2008-06-25T21:14:00Z</published><updated>2008-06-25T21:14:00Z</updated><content type="html">The first .Net Coffee Break Show has arrived in Ireland and we will have another go with Martha Rotter Thursday 26 at 15:00 GMT. Check www.developers.ie for the free registration. However now I am trying to gather a line of speakers for our monthly show. Good news, you don't have to travel! And you don't need to speak or be Irish (your english has to be good anyway ;-) As long as you have a laptop and a headset with a microphone, you have everything we need for our show. We are looking for experts...(&lt;a href="http://weblogs.asp.net/pleloup/archive/2008/06/25/the-net-coffee-break-show-we-are-looking-for-speakers-talking-over-the-wire.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6320146" width="1" height="1"&gt;</content><author><name>help.net</name><uri>http://weblogs.asp.net/members/help.net.aspx</uri></author><category term="Community News" scheme="http://weblogs.asp.net/pleloup/archive/tags/Community+News/default.aspx" /></entry><entry><title>Webcast - The Net Coffee Break Show</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/pleloup/archive/2008/06/19/webcast-the-net-coffee-break-show.aspx" /><id>http://weblogs.asp.net/pleloup/archive/2008/06/19/webcast-the-net-coffee-break-show.aspx</id><published>2008-06-19T13:43:00Z</published><updated>2008-06-19T13:43:00Z</updated><content type="html">Starting this month, Developers.ie invite all of his members to attend to a regular webcast. We think that a coffee break is the right time to attend a short talk on various subjects, starting with Silverlight this month. Our speaker in June is Martha Rotter, Microsoft Ireland . In this 15-minute webcast, you'll learn some of the fundamentals of Silverlight applications. We'll start by covering the basic techniques needed for most Silverlight applications including building and debugging in Visual...(&lt;a href="http://weblogs.asp.net/pleloup/archive/2008/06/19/webcast-the-net-coffee-break-show.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6295772" width="1" height="1"&gt;</content><author><name>help.net</name><uri>http://weblogs.asp.net/members/help.net.aspx</uri></author><category term="Community News" scheme="http://weblogs.asp.net/pleloup/archive/tags/Community+News/default.aspx" /><category term="Silverlight" scheme="http://weblogs.asp.net/pleloup/archive/tags/Silverlight/default.aspx" /><category term="ASp net" scheme="http://weblogs.asp.net/pleloup/archive/tags/ASp+net/default.aspx" /></entry><entry><title>LINQ in Multi-tier Applications</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/pleloup/archive/2008/05/11/linq-in-multi-tier-applications.aspx" /><id>http://weblogs.asp.net/pleloup/archive/2008/05/11/linq-in-multi-tier-applications.aspx</id><published>2008-05-11T13:30:00Z</published><updated>2008-05-11T13:30:00Z</updated><content type="html">If you had the chance to work with LINQ, the latest Object Relational Mapping tool (ORM) added to the .NET 3.5 platform, then you understand how LINQ maps your database structure into several classes in your application. It creates for each table an entity class that has its properties mapped to the columns of the table in context. The whole point of ORM tools is to bring the database structure up to the language’s level so that your code would be aware of the structure at compile time. Nowadays...(&lt;a href="http://weblogs.asp.net/pleloup/archive/2008/05/11/linq-in-multi-tier-applications.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6178807" width="1" height="1"&gt;</content><author><name>help.net</name><uri>http://weblogs.asp.net/members/help.net.aspx</uri></author><category term="LINQ .NET Visual Studio" scheme="http://weblogs.asp.net/pleloup/archive/tags/LINQ+.NET+Visual+Studio/default.aspx" /></entry><entry><title>Dynamic UpdateProgress Control</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/pleloup/archive/2008/05/11/dynamic-updateprogress-control.aspx" /><id>http://weblogs.asp.net/pleloup/archive/2008/05/11/dynamic-updateprogress-control.aspx</id><published>2008-05-10T23:41:00Z</published><updated>2008-05-10T23:41:00Z</updated><content type="html">Jamie Pompu has spent the last week playing with the UpdateProgress control as part of the Ajax Extensions. For the most part, the control itself is quite nice to use but, there was one thing that he found to be a real pain;h e could not get the control to hide an area of a page while it was activated. Although this sounds trivial, it got to be a real pain trying to find areas in his page design that would lend well to an UpdateProgress being displayed and still be intuitive to the user what was...(&lt;a href="http://weblogs.asp.net/pleloup/archive/2008/05/11/dynamic-updateprogress-control.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6177250" width="1" height="1"&gt;</content><author><name>help.net</name><uri>http://weblogs.asp.net/members/help.net.aspx</uri></author><category term="Asp net ajax" scheme="http://weblogs.asp.net/pleloup/archive/tags/Asp+net+ajax/default.aspx" /></entry><entry><title>Blogo.Net a blog application</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/pleloup/archive/2008/05/11/blogo-net-a-blog-application.aspx" /><id>http://weblogs.asp.net/pleloup/archive/2008/05/11/blogo-net-a-blog-application.aspx</id><published>2008-05-10T23:28:00Z</published><updated>2008-05-10T23:28:00Z</updated><content type="html">This article explains in detail how Ferdy Christant has developed Blogo.NET, a N-tiered blog application based upon the .NET 3.5 framework. Read more......(&lt;a href="http://weblogs.asp.net/pleloup/archive/2008/05/11/blogo-net-a-blog-application.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6177210" width="1" height="1"&gt;</content><author><name>help.net</name><uri>http://weblogs.asp.net/members/help.net.aspx</uri></author><category term="Asp net ajax" scheme="http://weblogs.asp.net/pleloup/archive/tags/Asp+net+ajax/default.aspx" /></entry><entry><title>Gallery Server Pro - An ASP.NET Media Gallery</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/pleloup/archive/2008/05/11/gallery-server-pro-an-asp-net-media-gallery.aspx" /><id>http://weblogs.asp.net/pleloup/archive/2008/05/11/gallery-server-pro-an-asp-net-media-gallery.aspx</id><published>2008-05-10T23:25:00Z</published><updated>2008-05-10T23:25:00Z</updated><content type="html">Gallery Server Pro is a powerful and easy-to-use ASP.NET web application that lets you share and manage photos, video, audio, and other files over the web. Stable, production ready Use any web browser to organize your media files into albums you can easily add, edit, delete, rotate, rearrange, copy and move Easily add thousands of files using one-click synchronize and ZIP file upload functions. Thumbnail and compressed versions are automatically created Powerful user security with flexible, per-album...(&lt;a href="http://weblogs.asp.net/pleloup/archive/2008/05/11/gallery-server-pro-an-asp-net-media-gallery.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6177200" width="1" height="1"&gt;</content><author><name>help.net</name><uri>http://weblogs.asp.net/members/help.net.aspx</uri></author><category term="Asp net ajax" scheme="http://weblogs.asp.net/pleloup/archive/tags/Asp+net+ajax/default.aspx" /></entry><entry><title>Display an image loaded using Windows Imaging Component</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/pleloup/archive/2008/05/11/display-an-image-loaded-using-windows-imaging-component.aspx" /><id>http://weblogs.asp.net/pleloup/archive/2008/05/11/display-an-image-loaded-using-windows-imaging-component.aspx</id><published>2008-05-10T23:22:00Z</published><updated>2008-05-10T23:22:00Z</updated><content type="html">Windows Imaging Component (WIC in short) is the new platform to load, save and convert images between various image formats, including the latest HD Photo format designed and aggressively pushed by Microsoft, to be the JPEG2000 replacement. Unlike JPEG2000 which is plagued by various patents issues, HD Photo standard is a open standard which is free for all to use. HD Photo has a compression rate and picture qualities better than JPEG and JPEG2000. Windows Imaging Component is also a platform for...(&lt;a href="http://weblogs.asp.net/pleloup/archive/2008/05/11/display-an-image-loaded-using-windows-imaging-component.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6177192" width="1" height="1"&gt;</content><author><name>help.net</name><uri>http://weblogs.asp.net/members/help.net.aspx</uri></author><category term="WIC" scheme="http://weblogs.asp.net/pleloup/archive/tags/WIC/default.aspx" /></entry><entry><title>Add Custom Configuration Sections into a Separate web.config</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/pleloup/archive/2008/05/11/add-custom-configuration-sections-into-a-separate-web-config.aspx" /><id>http://weblogs.asp.net/pleloup/archive/2008/05/11/add-custom-configuration-sections-into-a-separate-web-config.aspx</id><published>2008-05-10T23:17:00Z</published><updated>2008-05-10T23:17:00Z</updated><content type="html">Adding custom configuration sections lets you leverage built-in .NET configuration mechanism to employ strong-type objects to access the configuration content without taking care of manipulation of XML 1, 2 . This article introduces a tip about how to add your custom configuration sections in “another” web.config while not losing the support as in the web.config located at the root of Web applications. Read more......(&lt;a href="http://weblogs.asp.net/pleloup/archive/2008/05/11/add-custom-configuration-sections-into-a-separate-web-config.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6177176" width="1" height="1"&gt;</content><author><name>help.net</name><uri>http://weblogs.asp.net/members/help.net.aspx</uri></author><category term="ASp net" scheme="http://weblogs.asp.net/pleloup/archive/tags/ASp+net/default.aspx" /></entry><entry><title>LINQ TO SQL All Common Operations (Insert,Update,Delete,Get) in one Class</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/pleloup/archive/2008/05/11/linq-to-sql-all-common-operations-insert-update-delete-get-in-one-class.aspx" /><id>http://weblogs.asp.net/pleloup/archive/2008/05/11/linq-to-sql-all-common-operations-insert-update-delete-get-in-one-class.aspx</id><published>2008-05-10T23:14:00Z</published><updated>2008-05-10T23:14:00Z</updated><content type="html">Yazeed Hamdan has created a base class which encapsulates the most common logic for DB operations in the PROCESSES/OPERATIONS Layer instead of repeating the same code over and over for each class. Read more......(&lt;a href="http://weblogs.asp.net/pleloup/archive/2008/05/11/linq-to-sql-all-common-operations-insert-update-delete-get-in-one-class.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6177169" width="1" height="1"&gt;</content><author><name>help.net</name><uri>http://weblogs.asp.net/members/help.net.aspx</uri></author><category term="LINQ" scheme="http://weblogs.asp.net/pleloup/archive/tags/LINQ/default.aspx" /></entry><entry><title>Improve Web Application Performance</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/pleloup/archive/2008/05/11/improve-web-application-performance.aspx" /><id>http://weblogs.asp.net/pleloup/archive/2008/05/11/improve-web-application-performance.aspx</id><published>2008-05-10T23:12:00Z</published><updated>2008-05-10T23:12:00Z</updated><content type="html">Adnan Aman shows some tricks and tips to improve the performance of web applications. Introduction In the IT world, software applications are being rapidly developed. Clients, and so employers, are just looking for those teams/individuals who can build up applications rapidly, just bothering to make their application live; but what often happens after an application goes live is that users start to use the application and it doesn’t respond well. At this point, clients start to lose users and business...(&lt;a href="http://weblogs.asp.net/pleloup/archive/2008/05/11/improve-web-application-performance.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6177158" width="1" height="1"&gt;</content><author><name>help.net</name><uri>http://weblogs.asp.net/members/help.net.aspx</uri></author><category term="ASp net" scheme="http://weblogs.asp.net/pleloup/archive/tags/ASp+net/default.aspx" /></entry><entry><title>Search Ajax control</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/pleloup/archive/2008/04/13/search-ajax-control.aspx" /><id>http://weblogs.asp.net/pleloup/archive/2008/04/13/search-ajax-control.aspx</id><published>2008-04-13T10:22:00Z</published><updated>2008-04-13T10:22:00Z</updated><content type="html">Highrise and other new Ajax enabled tools have this feature that when you type in a search query, it automatically updates the search results below. It's almost like a Auto-Complete Box, but with full results on the page instead of a drop down list below the control. Unfortunately I didn't find anything like this in the Microsoft ASP.NET Ajax Toolkit. Read more......(&lt;a href="http://weblogs.asp.net/pleloup/archive/2008/04/13/search-ajax-control.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6093221" width="1" height="1"&gt;</content><author><name>help.net</name><uri>http://weblogs.asp.net/members/help.net.aspx</uri></author><category term="Asp net ajax" scheme="http://weblogs.asp.net/pleloup/archive/tags/Asp+net+ajax/default.aspx" /></entry><entry><title>Windows Mobile 6.1 Emulator Images</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/pleloup/archive/2008/04/12/windows-mobile-6-1-emulator-images.aspx" /><id>http://weblogs.asp.net/pleloup/archive/2008/04/12/windows-mobile-6-1-emulator-images.aspx</id><published>2008-04-12T16:07:00Z</published><updated>2008-04-12T16:07:00Z</updated><content type="html">The Windows Mobile 6.1 Emulator Images package adds emulator images to Visual Studio 2005 or Visual Studio 2008 that let you test applications for Windows Mobile 6.1. Read more and downlaod here......(&lt;a href="http://weblogs.asp.net/pleloup/archive/2008/04/12/windows-mobile-6-1-emulator-images.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6091975" width="1" height="1"&gt;</content><author><name>help.net</name><uri>http://weblogs.asp.net/members/help.net.aspx</uri></author><category term="Windows Mobile" scheme="http://weblogs.asp.net/pleloup/archive/tags/Windows+Mobile/default.aspx" /></entry><entry><title>Error logging techniques using Database</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/pleloup/archive/2008/04/12/error-logging-techniques-using-database.aspx" /><id>http://weblogs.asp.net/pleloup/archive/2008/04/12/error-logging-techniques-using-database.aspx</id><published>2008-04-12T16:02:00Z</published><updated>2008-04-12T16:02:00Z</updated><content type="html">Nowadays error logging becomes mandatory and there has been lots of techniques/API's to log the errors. We develop a ASP.NET application and it works fine on your development machine, and when we deploy the application to the production we set the &amp;lt;compilation debug="false" ...&amp;gt; element in your web.config , of course it is the best practice, which makes the error not visible to the end users. Well, now, we got some exception and we wonder what is that error and you don't have any clue about...(&lt;a href="http://weblogs.asp.net/pleloup/archive/2008/04/12/error-logging-techniques-using-database.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6091927" width="1" height="1"&gt;</content><author><name>help.net</name><uri>http://weblogs.asp.net/members/help.net.aspx</uri></author><category term=".NET SQL Server" scheme="http://weblogs.asp.net/pleloup/archive/tags/.NET+SQL+Server/default.aspx" /></entry><entry><title>ASP.NET/Silverlight component development </title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/pleloup/archive/2008/04/12/asp-net-silverlight-component-development.aspx" /><id>http://weblogs.asp.net/pleloup/archive/2008/04/12/asp-net-silverlight-component-development.aspx</id><published>2008-04-12T15:55:00Z</published><updated>2008-04-12T15:55:00Z</updated><content type="html">Almost all of the Silverlight demos you see out there are completely client-side, and invoke Web services to post/get data. This approach makes sense, but when you want to use Silverlight to functionally enhance your existing website, you may want to have some kind of integration between Silverlight objects and your server-side controls. You may also want to enable some kind of Silverlight object composition. Read more......(&lt;a href="http://weblogs.asp.net/pleloup/archive/2008/04/12/asp-net-silverlight-component-development.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6091828" width="1" height="1"&gt;</content><author><name>help.net</name><uri>http://weblogs.asp.net/members/help.net.aspx</uri></author><category term="Silverlight .NET" scheme="http://weblogs.asp.net/pleloup/archive/tags/Silverlight+.NET/default.aspx" /></entry></feed>