<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Entries for dotnetjunkie</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/niners/dotnetjunkie/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries for dotnetjunkie</title><link>http://channel9.msdn.com/Niners/dotnetjunkie/</link></image><description>Entries, comments and threads posted by dotnetjunkie</description><link>http://channel9.msdn.com/Niners/dotnetjunkie/</link><language>en-us</language><pubDate>Wed, 13 Feb 2008 05:55:20 GMT</pubDate><lastBuildDate>Wed, 13 Feb 2008 05:55:20 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3170.1238, Culture=neutral, PublicKeyToken=null)</generator><item><title>Programming the Task Scheduler from .NET [Programming the Task Scheduler from .NET]</title><description>Does anyone know of any good resources, documentation or sample code of how to leverage the power of the new Vista / Windows Server 2008 Task Scheduler from .NET applications?&lt;br /&gt;(Preferably with some&amp;nbsp;VB.NET code.)&lt;br /&gt;&lt;br /&gt;Is there a class in the .NET framework 3.0 / 3.5 to program against the task scheduler?&lt;br /&gt;&lt;br /&gt;A lot of applications need some sort of scheduling, and it seems to me that it would be better to use the robust and extensive framework that the OS offers for this, instead of trying to roll your own.&lt;br /&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/260943-Programming-the-Task-Scheduler-from-NET/'&gt;Programming the Task Scheduler from .NET&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/260943/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/260943-Programming-the-Task-Scheduler-from-NET/</comments><link>http://channel9.msdn.com/forums/TechOff/260943-Programming-the-Task-Scheduler-from-NET/</link><pubDate>Wed, 13 Feb 2008 05:55:20 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/260943-Programming-the-Task-Scheduler-from-NET/</guid><evnet:views>1068</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/260943/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Does anyone know of any good resources, documentation or sample code of how to leverage the power of the new Vista / Windows Server 2008 Task Scheduler from .NET applications?&lt;br /&gt;(Preferably with some&amp;nbsp;VB.NET code.)&lt;br /&gt;&lt;br /&gt;Is there a class in the .NET framework 3.0 / 3.5 to program against the task scheduler?&lt;br /&gt;&lt;br /&gt;A lot of applications need some sort of scheduling, and it seems to me that it would be better to use the robust and extensive framework that the OS offers for this, instead of trying to roll your own.&lt;br /&gt;</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/260943-Programming-the-Task-Scheduler-from-NET/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/260943/Trackback.aspx</trackback:ping></item><item><title>ASP.NET 2.0 databinding to webservice [ASP.NET 2.0 databinding to webservice]</title><description>This is driving me crazy!&lt;br /&gt;&lt;br /&gt;I developed a very simple webservice, just one webmethod that returns a datatable.&lt;br /&gt;&lt;br /&gt;Then, in my ASP.NET 2.0 website, I added a web reference to this webservice, and used the ObjectDataSource to databind the results to a DataList.&amp;nbsp;&lt;br /&gt;So far so good,&amp;nbsp;everything works like a charm on my dev machine.&lt;br /&gt;&lt;br /&gt;BUT when I put this website online, it doesn't work anymore!!!&lt;br /&gt;&lt;br /&gt;When using Eval("FileName") in the DataList I get the following error:&lt;br /&gt;&lt;br /&gt;System.Web.HttpException: DataBinding: 'Webmedia.GetImagesResponseGetImagesResult' does not contain a property with the name 'FileName'.&lt;br /&gt;&lt;br /&gt;Webmedia is just the name I gave to the web reference, and GetImages is the name of the&amp;nbsp;Webmethod that I call in the Webservice.&lt;br /&gt;FileName is one of the fields in the DataTable that the webservice function returns.&lt;br /&gt;&lt;br /&gt;When using Container.DataItem("FileName") the error changes to:&lt;br /&gt;&lt;br /&gt;System.MissingMemberException: No default member found for type 'GetImagesResponseGetImagesResult'.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Again, no matter which technique I use, it works perfectly when I run the website on my local Windows 2003 server.&lt;br /&gt;(it doesn't matter whether I run the webservice online or locally as well, it works both ways)&lt;br /&gt;Only when I run the website from the server on the Internet, I get the above server errors!&lt;br /&gt;I even tried on 2 different hosting servers to be sure it&amp;nbsp;isn't&amp;nbsp;related to the webserver itself...&lt;br /&gt;&lt;br /&gt;Anyone please have a clue what is happening here?&lt;br /&gt;&lt;br /&gt;Thanks!!!&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/258053-ASPNET-20-databinding-to-webservice/'&gt;ASP.NET 2.0 databinding to webservice&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/258053/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/258053-ASPNET-20-databinding-to-webservice/</comments><link>http://channel9.msdn.com/forums/TechOff/258053-ASPNET-20-databinding-to-webservice/</link><pubDate>Mon, 08 Oct 2007 01:01:42 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/258053-ASPNET-20-databinding-to-webservice/</guid><evnet:views>1199</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/258053/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This is driving me crazy!I developed a very simple webservice, just one webmethod that returns a datatable.Then, in my ASP.NET 2.0 website, I added a web reference to this webservice, and used the ObjectDataSource to databind the results to a DataList.&amp;nbsp;So far so good,&amp;nbsp;everything works like a charm on my dev machine.BUT when I put this website online, it doesn't work anymore!!!When using Eval("FileName") in the DataList I get the following error:System.Web.HttpException: DataBinding: 'Webmedia.GetImagesResponseGetImagesResult' does not contain a property with the name…</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/258053-ASPNET-20-databinding-to-webservice/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/258053/Trackback.aspx</trackback:ping></item><item><title>Parent-Child Tree path to xml [Parent-Child Tree path to xml]</title><description>From a stored procedure on our SQL Server 2005 database, I currently get&amp;nbsp;results for&amp;nbsp;parent-child relationships&amp;nbsp;like this:&lt;br /&gt;&lt;br /&gt;11 &amp;gt; 7 &amp;gt; 2&lt;br /&gt;11 &amp;gt; 7 &amp;gt; 8 &amp;gt; 5&lt;br /&gt;11 &amp;gt; 7 &amp;gt; 8 &amp;gt; 6 &amp;gt; 2&lt;br /&gt;etc...&lt;br /&gt;(just to be clear: this is a single column output, so in other words:&amp;nbsp;varchar fields)&lt;br /&gt;&lt;br /&gt;Now, in my VB.NET application, I need to convert these hierarchical tree paths to xml format:&lt;br /&gt;&lt;br /&gt;&amp;lt;node id="11"&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;node id="7"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;node id="2" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;node id="8"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;node id="5" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;node id="6"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;node id="2" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/node&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/node&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/node&amp;gt;&lt;br /&gt;&amp;lt;/node&amp;gt;&lt;br /&gt;&lt;br /&gt;I think you get the picture :)&lt;br /&gt;&lt;br /&gt;What would be a quick and efficient way to accomplish this?&lt;br /&gt;&lt;br /&gt;Any help with code (VB.NET&amp;nbsp;or C#) would be greatly appreciated!&lt;br /&gt;&lt;br /&gt;Thanks&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/257706-Parent-Child-Tree-path-to-xml/'&gt;Parent-Child Tree path to xml&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/257706/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/257706-Parent-Child-Tree-path-to-xml/</comments><link>http://channel9.msdn.com/forums/TechOff/257706-Parent-Child-Tree-path-to-xml/</link><pubDate>Wed, 19 Sep 2007 06:35:02 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/257706-Parent-Child-Tree-path-to-xml/</guid><evnet:views>2505</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/257706/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>From a stored procedure on our SQL Server 2005 database, I currently get&amp;nbsp;results for&amp;nbsp;parent-child relationships&amp;nbsp;like this:&lt;br /&gt;&lt;br /&gt;11 &amp;gt; 7 &amp;gt; 2&lt;br /&gt;11 &amp;gt; 7 &amp;gt; 8 &amp;gt; 5&lt;br /&gt;11 &amp;gt; 7 &amp;gt; 8 &amp;gt; 6 &amp;gt; 2&lt;br /&gt;etc...&lt;br /&gt;(just to be clear: this is a single column output, so in other words:&amp;nbsp;varchar fields)&lt;br /&gt;&lt;br /&gt;Now, in my VB.NET application, I need to convert these hierarchical tree paths to xml format:&lt;br /&gt;&lt;br /&gt;&amp;lt;node id="11"&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;node id="7"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;node id="2" /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;node id="8"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;node id="5" /&amp;gt;&lt;br /&gt;</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/257706-Parent-Child-Tree-path-to-xml/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/257706/Trackback.aspx</trackback:ping></item><item><title>What is happening on MSDN? [What is happening on MSDN?]</title><description>Tried to access the subscription downloads for over an hour now, but always get an error.&lt;br /&gt;&lt;br /&gt;But that's not all, the whole msdn site is terribly slow, even get "server overloaded" messages!&lt;br /&gt;&lt;br /&gt;Somebody knows what they're doing or what's causing the extreme load on the servers?&lt;br /&gt;&lt;br /&gt;Thanks!&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/250720-What-is-happening-on-MSDN/'&gt;What is happening on MSDN?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/250720/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/250720-What-is-happening-on-MSDN/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/250720-What-is-happening-on-MSDN/</link><pubDate>Mon, 11 Dec 2006 16:52:13 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/250720-What-is-happening-on-MSDN/</guid><evnet:views>2171</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/250720/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Tried to access the subscription downloads for over an hour now, but always get an error.&lt;br /&gt;&lt;br /&gt;But that's not all, the whole msdn site is terribly slow, even get "server overloaded" messages!&lt;br /&gt;&lt;br /&gt;Somebody knows what they're doing or what's causing the extreme load on the servers?&lt;br /&gt;&lt;br /&gt;Thanks!</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/250720-What-is-happening-on-MSDN/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/250720/Trackback.aspx</trackback:ping></item><item><title>Exchange 2007 RTM? [Exchange 2007 RTM?]</title><description>Is it true that Exchange 2007 RTM'd?&lt;br /&gt;&lt;br /&gt;And if so, when can we download it on MSDN subscriber downloads?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/250560-Exchange-2007-RTM/'&gt;Exchange 2007 RTM?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/250560/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/250560-Exchange-2007-RTM/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/250560-Exchange-2007-RTM/</link><pubDate>Tue, 05 Dec 2006 14:04:04 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/250560-Exchange-2007-RTM/</guid><evnet:views>3115</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/250560/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Is it true that Exchange 2007 RTM'd?&lt;br /&gt;&lt;br /&gt;And if so, when can we download it on MSDN subscriber downloads?</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/250560-Exchange-2007-RTM/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/250560/Trackback.aspx</trackback:ping></item><item><title>WPF/E sound problem [WPF/E sound problem]</title><description>When I look at any of the video samples in WPF/E, the sound is completely distorted.&lt;br /&gt;&lt;br /&gt;Help appreciated.&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/250558-WPFE-sound-problem/'&gt;WPF/E sound problem&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/250558/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/250558-WPFE-sound-problem/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/250558-WPFE-sound-problem/</link><pubDate>Tue, 05 Dec 2006 13:28:20 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/250558-WPFE-sound-problem/</guid><evnet:views>5018</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/250558/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>When I look at any of the video samples in WPF/E, the sound is completely distorted.&lt;br /&gt;&lt;br /&gt;Help appreciated.</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>7</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/250558-WPFE-sound-problem/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/250558/Trackback.aspx</trackback:ping></item><item><title>AddWithValue [AddWithValue]</title><description>&lt;p&gt;For SqlParameters, what is best?&lt;br /&gt;&lt;br /&gt;.AddWithValue("@Param", value)&lt;br /&gt;or&lt;br /&gt;.AddWithValue("Param", value)&lt;br /&gt;&lt;br /&gt;So with or without the @ ?&lt;br /&gt;They both work, but is one recommended over the other?&lt;br /&gt;It would be interesting to know if under the hood the @ is added if you omit it or rather stripped off if you put it in!&lt;br /&gt;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/249849-AddWithValue/'&gt;AddWithValue&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/249849/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/249849-AddWithValue/</comments><link>http://channel9.msdn.com/forums/TechOff/249849-AddWithValue/</link><pubDate>Sun, 12 Nov 2006 04:23:43 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/249849-AddWithValue/</guid><evnet:views>3023</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/249849/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;For SqlParameters, what is best?&lt;br /&gt;&lt;br /&gt;.AddWithValue("@Param", value)&lt;br /&gt;or&lt;br /&gt;.AddWithValue("Param", value)&lt;br /&gt;&lt;br /&gt;So with or without the @ ?&lt;br /&gt;They both work, but is one recommended over the other?&lt;br /&gt;It would be interesting to know if under the hood the @ is added if you omit it or rather stripped off if you put it in!&lt;br /&gt;&lt;/p&gt;</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/249849-AddWithValue/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/249849/Trackback.aspx</trackback:ping></item><item><title>Strengths of Opteron and Xeon [Strengths of Opteron and Xeon]</title><description>&lt;p&gt;My client has 2 machines: a single Xeon 3,6 Ghz, and a dual Opteron 248, both with 4GB of RAM, both x64 Windows 2003,&amp;nbsp;and identical raid config.&lt;br /&gt;&lt;br /&gt;I need to run the following services distributed over these machines:&lt;br /&gt;&lt;br /&gt;* Web server (IIS6)&lt;br /&gt;* Mail server (XMail, no exchange)&lt;br /&gt;* Database server (SQL2005)&lt;br /&gt;* Windows Sharepoint Services&lt;br /&gt;&lt;br /&gt;What would you install on which machine, or put otherwise, what&amp;nbsp;works&amp;nbsp;best on Xeon and what on&amp;nbsp;Opteron? (considering single vs. dual cpu, memory architecture, etc...)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/227316-Strengths-of-Opteron-and-Xeon/'&gt;Strengths of Opteron and Xeon&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/227316/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/227316-Strengths-of-Opteron-and-Xeon/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/227316-Strengths-of-Opteron-and-Xeon/</link><pubDate>Tue, 05 Sep 2006 23:20:19 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/227316-Strengths-of-Opteron-and-Xeon/</guid><evnet:views>4888</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/227316/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;My client has 2 machines: a single Xeon 3,6 Ghz, and a dual Opteron 248, both with 4GB of RAM, both x64 Windows 2003,&amp;nbsp;and identical raid config.&lt;br /&gt;&lt;br /&gt;I need to run the following services distributed over these machines:&lt;br /&gt;&lt;br /&gt;* Web server (IIS6)&lt;br /&gt;* Mail server (XMail, no exchange)&lt;br /&gt;* Database server (SQL2005)&lt;br /&gt;* Windows Sharepoint Services&lt;br /&gt;&lt;br /&gt;What would you install on which machine, or put otherwise, what&amp;nbsp;works&amp;nbsp;best on Xeon and what on&amp;nbsp;Opteron? (considering single vs. dual cpu, memory architecture, etc...)&lt;br /&gt;&lt;/p&gt;</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>5</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/227316-Strengths-of-Opteron-and-Xeon/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/227316/Trackback.aspx</trackback:ping></item><item><title>Asynchronous Lookup and display of server results (AJAX?) [Asynchronous Lookup and display of server results (AJAX?)]</title><description>&lt;p&gt;I'm in the process of moving a domain registration system over to ASP.NET 2.0&lt;br /&gt;&lt;br /&gt;One of the pages has the traditional domain lookup: the user enters a domain and it is checked server-side against a few extensions for availability or status...&lt;br /&gt;&lt;br /&gt;Well, this works, but as you can guess, the user experience is sub-optimal if you have to check a lot of extensions or if one of the whois servers responds slowly...&lt;br /&gt;&lt;br /&gt;What technique would you use to improve the user experience?&lt;br /&gt;One thought I had is doing the server-sides lookups in several threads?&lt;br /&gt;Or dynamically update the page when new results come in? (is that possible?&amp;nbsp; would that require the use of ajax?)&lt;br /&gt;Does anyone have a small example of something similar or code sample by any chance?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/220670-Asynchronous-Lookup-and-display-of-server-results-AJAX/'&gt;Asynchronous Lookup and display of server results (AJAX?)&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/220670/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/220670-Asynchronous-Lookup-and-display-of-server-results-AJAX/</comments><link>http://channel9.msdn.com/forums/TechOff/220670-Asynchronous-Lookup-and-display-of-server-results-AJAX/</link><pubDate>Tue, 15 Aug 2006 08:23:17 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/220670-Asynchronous-Lookup-and-display-of-server-results-AJAX/</guid><evnet:views>2424</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/220670/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;I'm in the process of moving a domain registration system over to ASP.NET 2.0&lt;br /&gt;&lt;br /&gt;One of the pages has the traditional domain lookup: the user enters a domain and it is checked server-side against a few extensions for availability or status...&lt;br /&gt;&lt;br /&gt;Well, this works, but as you can guess, the user experience is sub-optimal if you have to check a lot of extensions or if one of the whois servers responds slowly...&lt;br /&gt;&lt;br /&gt;What technique would you use to improve the user experience?&lt;br /&gt;One thought I had is doing the server-sides lookups in several threads?&lt;br /&gt;&lt;/p&gt;</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/220670-Asynchronous-Lookup-and-display-of-server-results-AJAX/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/220670/Trackback.aspx</trackback:ping></item><item><title>This is exactly why Linux/OSS scares people away... [This is exactly why Linux/OSS scares people away...]</title><description>I came across an interesting article containing a link to a website with a few articles and code samples.&lt;br /&gt;&lt;br /&gt;Well, try visiting the site, &lt;strong&gt;using&lt;/strong&gt; &lt;strong&gt;Internet Explorer&lt;/strong&gt;:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.lobstertech.com/solutions.php"&gt;http://www.lobstertech.com/solutions.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;and read the text (yeah a full page insulting us..., and Microsoft)&lt;br /&gt;&lt;br /&gt;"Internet Explorer users are not welcome on this website. You are a horrible person for using Internet Explorer; and the fact that you are trying to access highly technical information suggests that you know better. Shame on you. "&amp;nbsp;&amp;nbsp;&amp;nbsp; etc... etc...&lt;br /&gt;"I consider making a request to my web server with such an awful browser very RUDE."&lt;br /&gt;&lt;br /&gt;Why does he think that so many businesses and windows users are reluctant to join linux/oss communities?&amp;nbsp; Exactly, because of jerks and fanatics like him.&lt;br /&gt;&lt;br /&gt;Could you imagine putting&amp;nbsp;detection scripts and writing a&amp;nbsp;full page long text with "GO AWAY FIREFOX USER!" on your website?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/'&gt;This is exactly why Linux/OSS scares people away...&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/220005/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/</link><pubDate>Sun, 13 Aug 2006 04:42:38 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/</guid><evnet:views>27087</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/220005/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I came across an interesting article containing a link to a website with a few articles and code samples.Well, try visiting the site, using Internet Explorer:http://www.lobstertech.com/solutions.phpand read the text (yeah a full page insulting us..., and Microsoft)"Internet Explorer users are not welcome on this website. You are a horrible person for using Internet Explorer; and the fact that you are trying to access highly technical information suggests that you know better. Shame on you. "&amp;nbsp;&amp;nbsp;&amp;nbsp; etc... etc..."I consider making a request to my web server with such an awful browser…</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>76</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/220005/Trackback.aspx</trackback:ping></item><item><title>VB string question [VB string question]</title><description>&lt;p&gt;When dealing with multi-line strings, C# has a very elegant solution&lt;br /&gt;&lt;br /&gt;String s = @"line1&lt;br /&gt;line2&lt;br /&gt;line3&lt;br /&gt;line4"&lt;br /&gt;&lt;br /&gt;However in VB.NET you have to do&lt;br /&gt;Dim s as String = "line1" &amp;amp; vbNewLine &amp;amp; _&lt;br /&gt;"line2" &amp;amp;&amp;nbsp;vbNewLine &amp;amp; _&lt;br /&gt;"line3" &amp;amp; vbNewLine &amp;amp; _&lt;br /&gt;"line4"&lt;br /&gt;&lt;br /&gt;Now, I was wondering: does this cause string concatenation in VB.NET?&amp;nbsp; Or is the compiler smart enough to make this into 1 string, so that the performance is exactly the same as the C# version?&lt;br /&gt;&lt;br /&gt;Actually,&amp;nbsp;how do you VB.NET guys deal with chunks of text like that? (for example, a html or javascript fragment)&amp;nbsp; All the line breaking, changes to double quotes etc... make it a hell of a job to integrate such a snippet in your code!&amp;nbsp; Is there an easier alternative?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/219946-VB-string-question/'&gt;VB string question&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/219946/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/219946-VB-string-question/</comments><link>http://channel9.msdn.com/forums/TechOff/219946-VB-string-question/</link><pubDate>Sat, 12 Aug 2006 20:44:31 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/219946-VB-string-question/</guid><evnet:views>11958</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/219946/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;When dealing with multi-line strings, C# has a very elegant solution&lt;br /&gt;&lt;br /&gt;String s = @"line1&lt;br /&gt;line2&lt;br /&gt;line3&lt;br /&gt;line4"&lt;br /&gt;&lt;br /&gt;However in VB.NET you have to do&lt;br /&gt;Dim s as String = "line1" &amp;amp; vbNewLine &amp;amp; _&lt;br /&gt;"line2" &amp;amp;&amp;nbsp;vbNewLine &amp;amp; _&lt;br /&gt;"line3" &amp;amp; vbNewLine &amp;amp; _&lt;br /&gt;"line4"&lt;br /&gt;&lt;br /&gt;Now, I was wondering: does this cause string concatenation in VB.NET?&amp;nbsp; Or is the compiler smart enough to make this into 1 string, so that the performance is exactly the same as the C# version?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>7</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/219946-VB-string-question/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/219946/Trackback.aspx</trackback:ping></item><item><title>Live Favorites on Opera [Live Favorites on Opera]</title><description>&lt;p&gt;Somebody wondered why Live Favorites (favorites.live.com) does not work in the Opera browser (it does work in IE and Firefox) ?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/219096-Live-Favorites-on-Opera/'&gt;Live Favorites on Opera&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/219096/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/219096-Live-Favorites-on-Opera/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/219096-Live-Favorites-on-Opera/</link><pubDate>Wed, 09 Aug 2006 23:09:46 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/219096-Live-Favorites-on-Opera/</guid><evnet:views>1142</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/219096/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;Somebody wondered why Live Favorites (favorites.live.com) does not work in the Opera browser (it does work in IE and Firefox) ?&lt;/p&gt;</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/219096-Live-Favorites-on-Opera/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/219096/Trackback.aspx</trackback:ping></item><item><title>I received Karma +1 from the Linux guys :-S [I received Karma +1 from the Linux guys :-S]</title><description>I installed the one application that is said to be bigger than Linux itself (in the sense of more successful, taking over the world...)&lt;br /&gt;So you all know which application I'm talking about (yes its name starts with A)&lt;br /&gt;&lt;br /&gt;And after 5 minutes playing with it I hit against a very obvious bug.&lt;br /&gt;&lt;br /&gt;Although I've never programmed in C or C++, and don't know much about linux (or let alone linux development), I managed to track down the bug in the source code, and even fixed it and successfully recompiled the whole damn thing.&lt;br /&gt;&lt;br /&gt;So I posted this bug on the bug tracker, and... shortly after, I received a message that my fix was incorporated, in the current stable build&amp;nbsp;AND trunk versions... !!!&lt;br /&gt;and those linux guys told me that I would now receive &lt;strong&gt;Karma&lt;/strong&gt; from them!... OMG... one Karma-point to be exact. :D&lt;br /&gt;&lt;br /&gt;Now apart from being a funny story this really makes me wonder about the quality of Linux / open source software.&amp;nbsp; It's totally unbelievable that nobody managed to see this bug before, mind that I was using the stable version, and that bug was there in previous versions as well... and it's like one of the first things that you hit upon when trying basic features of the app!&lt;br /&gt;Where is the testing/quality control???&lt;br /&gt;If&amp;nbsp;such a thing&amp;nbsp;happens with the number one linux app in the world, it makes you want to stay FAR away from any other linux app... :(&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/217429-I-received-Karma-1-from-the-Linux-guys--S/'&gt;I received Karma +1 from the Linux guys :-S&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/217429/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/217429-I-received-Karma-1-from-the-Linux-guys--S/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/217429-I-received-Karma-1-from-the-Linux-guys--S/</link><pubDate>Fri, 04 Aug 2006 04:34:32 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/217429-I-received-Karma-1-from-the-Linux-guys--S/</guid><evnet:views>3346</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/217429/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I installed the one application that is said to be bigger than Linux itself (in the sense of more successful, taking over the world...)&lt;br /&gt;So you all know which application I'm talking about (yes its name starts with A)&lt;br /&gt;&lt;br /&gt;And after 5 minutes playing with it I hit against a very obvious bug.&lt;br /&gt;&lt;br /&gt;Although I've never programmed in C or C++, and don't know much about linux (or let alone linux development), I managed to track down the bug in the source code, and even fixed it and successfully recompiled the whole damn thing.&lt;br /&gt;&lt;br /&gt;</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>9</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/217429-I-received-Karma-1-from-the-Linux-guys--S/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/217429/Trackback.aspx</trackback:ping></item><item><title>Table shouldn't be dropped if no connection [Table shouldn't be dropped if no connection]</title><description>Hi,&lt;br /&gt;&lt;br /&gt;I have a DTS package (sql server 2000 at the moment, but could be migrated to 2005), that basically does the following:&lt;br /&gt;&lt;br /&gt;- drop local tables / data&lt;br /&gt;- connect to remote SQL server over the Internet&lt;br /&gt;- transfer the new data over from that server&lt;br /&gt;&lt;br /&gt;Now, the problem is simple: in the first step all the local data is deleted, but if consequently the connection to the remote server fails, the users are left with no data!!!&lt;br /&gt;&lt;br /&gt;So how it SHOULD work is that the drop tables are ONLY executed IF the connection succeeds!&lt;br /&gt;&lt;br /&gt;What's the easiest way to accomplish this?&lt;br /&gt;&lt;br /&gt;Thanks for your suggestions!&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/201010-Table-shouldnt-be-dropped-if-no-connection/'&gt;Table shouldn't be dropped if no connection&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/201010/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/201010-Table-shouldnt-be-dropped-if-no-connection/</comments><link>http://channel9.msdn.com/forums/TechOff/201010-Table-shouldnt-be-dropped-if-no-connection/</link><pubDate>Sun, 18 Jun 2006 05:05:46 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/201010-Table-shouldnt-be-dropped-if-no-connection/</guid><evnet:views>2184</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/201010/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi,&lt;br /&gt;&lt;br /&gt;I have a DTS package (sql server 2000 at the moment, but could be migrated to 2005), that basically does the following:&lt;br /&gt;&lt;br /&gt;- drop local tables / data&lt;br /&gt;- connect to remote SQL server over the Internet&lt;br /&gt;- transfer the new data over from that server&lt;br /&gt;&lt;br /&gt;Now, the problem is simple: in the first step all the local data is deleted, but if consequently the connection to the remote server fails, the users are left with no data!!!&lt;br /&gt;&lt;br /&gt;So how it SHOULD work is that the drop tables are ONLY executed IF the connection succeeds!&lt;br /&gt;&lt;br /&gt;What's the easiest way to accomplish this?&lt;br /&gt;&lt;br /&gt;Thanks for your suggestions!</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>5</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/201010-Table-shouldnt-be-dropped-if-no-connection/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/201010/Trackback.aspx</trackback:ping></item><item><title>Socket Server &amp;amp; Client class/component [Socket Server &amp;amp; Client class/component]</title><description>I've looked at at least 10 different open source socket server &amp;amp; client classes / components, but not yet found the one truly good :)&lt;br /&gt;&lt;br /&gt;They all had shortcomings like not supporting async (aw!), not using a threadpool (or not using a custom threadpool as the .NET built-in one is not suitable for heavy-duty server apps), or bad error handling...&lt;br /&gt;&lt;br /&gt;So, which class or component do you use?&amp;nbsp; What is the best one out there?&lt;br /&gt;It must be rock-solid and fast to support thousand of sockets connections, and of course preferably be free and open source...&lt;br /&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/183098-Socket-Server-amp-Client-classcomponent/'&gt;Socket Server &amp;amp; Client class/component&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/183098/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/183098-Socket-Server-amp-Client-classcomponent/</comments><link>http://channel9.msdn.com/forums/TechOff/183098-Socket-Server-amp-Client-classcomponent/</link><pubDate>Mon, 01 May 2006 02:32:09 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/183098-Socket-Server-amp-Client-classcomponent/</guid><evnet:views>3665</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/183098/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've looked at at least 10 different open source socket server &amp;amp; client classes / components, but not yet found the one truly good &lt;img src='/emoticons/C9/emotion-1.gif' alt='Smiley' /&gt;&lt;br /&gt;&lt;br /&gt;They all had shortcomings like not supporting async (aw!), not using a threadpool (or not using a custom threadpool as the .NET built-in one is not suitable for heavy-duty server apps), or bad error handling...&lt;br /&gt;&lt;br /&gt;So, which class or component do you use?&amp;nbsp; What is the best one out there?&lt;br /&gt;It must be rock-solid and fast to support thousand of sockets connections, and of course preferably be free and open source...&lt;br /&gt;</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/183098-Socket-Server-amp-Client-classcomponent/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/183098/Trackback.aspx</trackback:ping></item><item><title>SQL 2005 Database Design (Table names) [SQL 2005 Database Design (Table names)]</title><description>In the past, we had table names such as:&lt;br /&gt;PurchaseOrders&lt;br /&gt;SalesOrders&lt;br /&gt;&lt;br /&gt;Now with SQL 2005, you can use schema namespaces, so it could become:&lt;br /&gt;Purchasing.Orders&lt;br /&gt;Sales.Orders&lt;br /&gt;&lt;br /&gt;So essentially you can use exactly the &lt;strong&gt;SAME&lt;/strong&gt; table names, in different schemas.&lt;br /&gt;&lt;br /&gt;So... would you recommend to change to the last model, or just stay with the old way?&lt;br /&gt;What is best practice?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/177533-SQL-2005-Database-Design-Table-names/'&gt;SQL 2005 Database Design (Table names)&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/177533/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/177533-SQL-2005-Database-Design-Table-names/</comments><link>http://channel9.msdn.com/forums/TechOff/177533-SQL-2005-Database-Design-Table-names/</link><pubDate>Fri, 14 Apr 2006 03:21:25 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/177533-SQL-2005-Database-Design-Table-names/</guid><evnet:views>3450</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/177533/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>In the past, we had table names such as:&lt;br /&gt;PurchaseOrders&lt;br /&gt;SalesOrders&lt;br /&gt;&lt;br /&gt;Now with SQL 2005, you can use schema namespaces, so it could become:&lt;br /&gt;Purchasing.Orders&lt;br /&gt;Sales.Orders&lt;br /&gt;&lt;br /&gt;So essentially you can use exactly the &lt;strong&gt;SAME&lt;/strong&gt; table names, in different schemas.&lt;br /&gt;&lt;br /&gt;So... would you recommend to change to the last model, or just stay with the old way?&lt;br /&gt;What is best practice?</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/177533-SQL-2005-Database-Design-Table-names/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/177533/Trackback.aspx</trackback:ping></item><item><title>String to webservice [String to webservice]</title><description>When I pass a string to an ASP.NET&amp;nbsp;webservice function and that string contains linebreaks (CrLf) they are not preserved (only one of them -&amp;gt; so the result seems like a Linux file :))&lt;br /&gt;&lt;br /&gt;Is that expected behaviour?&lt;br /&gt;Should&amp;nbsp;you UrlEncode strings before passing them to a webservice???&lt;br /&gt;Or should I use a&amp;nbsp;byte array parameter&amp;nbsp;instead or so?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/174051-String-to-webservice/'&gt;String to webservice&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/174051/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/174051-String-to-webservice/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/174051-String-to-webservice/</link><pubDate>Sun, 02 Apr 2006 11:52:25 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/174051-String-to-webservice/</guid><evnet:views>2315</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/174051/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>When I pass a string to an ASP.NET&amp;nbsp;webservice function and that string contains linebreaks (CrLf) they are not preserved (only one of them -&amp;gt; so the result seems like a Linux file &lt;img src='/emoticons/C9/emotion-1.gif' alt='Smiley' /&gt;)&lt;br /&gt;&lt;br /&gt;Is that expected behaviour?&lt;br /&gt;Should&amp;nbsp;you UrlEncode strings before passing them to a webservice???&lt;br /&gt;Or should I use a&amp;nbsp;byte array parameter&amp;nbsp;instead or so?</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/174051-String-to-webservice/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/174051/Trackback.aspx</trackback:ping></item><item><title>IP's in same subnet function [IP's in same subnet function]</title><description>&lt;p&gt;What would be the most efficient way to check whether two IP addresses are in the same subnet.&lt;br /&gt;In .NET 2.0 code I mean.&lt;br /&gt;So think of a function that takes 2 IP addresses and a subnet mask and that returns true if the 2 addresses are in the same subnet.&lt;br /&gt;&lt;br /&gt;Is there something useful in the framework itself?&lt;br /&gt;Or does anyone have a quick routine for this?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/174049-IPs-in-same-subnet-function/'&gt;IP's in same subnet function&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/174049/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/174049-IPs-in-same-subnet-function/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/174049-IPs-in-same-subnet-function/</link><pubDate>Sun, 02 Apr 2006 11:46:36 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/174049-IPs-in-same-subnet-function/</guid><evnet:views>7931</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/174049/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;What would be the most efficient way to check whether two IP addresses are in the same subnet.&lt;br /&gt;In .NET 2.0 code I mean.&lt;br /&gt;So think of a function that takes 2 IP addresses and a subnet mask and that returns true if the 2 addresses are in the same subnet.&lt;br /&gt;&lt;br /&gt;Is there something useful in the framework itself?&lt;br /&gt;Or does anyone have a quick routine for this?&lt;/p&gt;</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>16</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/174049-IPs-in-same-subnet-function/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/174049/Trackback.aspx</trackback:ping></item><item><title>Generate PDF's from .NET [Generate PDF's from .NET]</title><description>What is the best (preferably free) library / component to generate a PDF file from within our .NET code?&lt;br /&gt;&lt;br /&gt;BTW, I'm using Visual Studio 2005 - .NET 2.0, so it would be best if the library were 2.0 as well...&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/174025-Generate-PDFs-from-NET/'&gt;Generate PDF's from .NET&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/174025/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/174025-Generate-PDFs-from-NET/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/174025-Generate-PDFs-from-NET/</link><pubDate>Sun, 02 Apr 2006 08:53:36 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/174025-Generate-PDFs-from-NET/</guid><evnet:views>8928</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/174025/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>What is the best (preferably free) library / component to generate a PDF file from within our .NET code?&lt;br /&gt;&lt;br /&gt;BTW, I'm using Visual Studio 2005 - .NET 2.0, so it would be best if the library were 2.0 as well...</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>14</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/174025-Generate-PDFs-from-NET/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/174025/Trackback.aspx</trackback:ping></item><item><title>IP Address Control [IP Address Control]</title><description>I could have sworn that there was a windows forms control in Visual Studio 2005 that allowed for entering an IP address (mask control).&lt;br /&gt;&lt;br /&gt;But I can't seem to find it...&lt;br /&gt;Was it cutted in the RTM version???&lt;br /&gt;Or do I just look in the wrong place?&lt;br /&gt;(I really hope so, cause I need it !!!)&lt;br /&gt;&lt;br /&gt;Thanks&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/174023-IP-Address-Control/'&gt;IP Address Control&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/174023/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/174023-IP-Address-Control/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/174023-IP-Address-Control/</link><pubDate>Sun, 02 Apr 2006 08:42:26 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/174023-IP-Address-Control/</guid><evnet:views>4455</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/174023/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I could have sworn that there was a windows forms control in Visual Studio 2005 that allowed for entering an IP address (mask control).&lt;br /&gt;&lt;br /&gt;But I can't seem to find it...&lt;br /&gt;Was it cutted in the RTM version???&lt;br /&gt;Or do I just look in the wrong place?&lt;br /&gt;(I really hope so, cause I need it !!!)&lt;br /&gt;&lt;br /&gt;Thanks</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>5</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/174023-IP-Address-Control/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/174023/Trackback.aspx</trackback:ping></item><item><title>Milestone: 10,000 threads! + Beer28 back online! [Milestone: 10,000 threads! + Beer28 back online!]</title><description>&lt;p&gt;So I went to Channel9 this evening, clicked on "Forums" and immediately these 2 things catched my attention!&lt;br /&gt;&lt;br /&gt;First, 10000 Coffee House threads, wooohooo!!!&lt;br /&gt;&lt;br /&gt;Secondly: Beer28 can log in again and is active again over here? I thought he was banned?&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.frederic.be/beer10000.gif" /&gt;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/172282-Milestone-10000-threads--Beer28-back-online/'&gt;Milestone: 10,000 threads! + Beer28 back online!&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/172282/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/172282-Milestone-10000-threads--Beer28-back-online/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/172282-Milestone-10000-threads--Beer28-back-online/</link><pubDate>Tue, 28 Mar 2006 02:32:40 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/172282-Milestone-10000-threads--Beer28-back-online/</guid><evnet:views>3019</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/172282/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;So I went to Channel9 this evening, clicked on "Forums" and immediately these 2 things catched my attention!&lt;br /&gt;&lt;br /&gt;First, 10000 Coffee House threads, wooohooo!!!&lt;br /&gt;&lt;br /&gt;Secondly: Beer28 can log in again and is active again over here? I thought he was banned?&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.frederic.be/beer10000.gif" /&gt;&lt;/p&gt;</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>9</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/172282-Milestone-10000-threads--Beer28-back-online/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/172282/Trackback.aspx</trackback:ping></item><item><title>Control Panel [Control Panel]</title><description>I heard that Microsoft is developing a Control Panel for ISP's.&lt;br /&gt;Does anybody know more about this?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/169568-Control-Panel/'&gt;Control Panel&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/169568/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/169568-Control-Panel/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/169568-Control-Panel/</link><pubDate>Tue, 21 Mar 2006 21:46:42 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/169568-Control-Panel/</guid><evnet:views>2557</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/169568/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I heard that Microsoft is developing a Control Panel for ISP's.&lt;br /&gt;Does anybody know more about this?</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/169568-Control-Panel/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/169568/Trackback.aspx</trackback:ping></item><item><title>Spawn process as impersonated user with ASP.NET 2.0 [Spawn process as impersonated user with ASP.NET 2.0]</title><description>I'm going to start a new thread for an old problem.&lt;br /&gt;&lt;br /&gt;How can you spawn a process from an ASP.NET webpage or service under the impersonated user credentials (impersonate=true in web.config).&lt;br /&gt;&lt;br /&gt;The question has been asked before here on Channel9:&lt;br /&gt;&lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=77404&gt;http://channel9.msdn.com/ShowPost.aspx?PostID=77404&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;However, that code still had some problems, and seeing from the comments on the linked blog needs a slight modification for .NET 2.0?&lt;br /&gt;&lt;br /&gt;So can anybody here or at Microsoft provide a working sample?&lt;br /&gt;Preferably in VB.NET.&lt;br /&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/169203-Spawn-process-as-impersonated-user-with-ASPNET-20/'&gt;Spawn process as impersonated user with ASP.NET 2.0&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/169203/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/169203-Spawn-process-as-impersonated-user-with-ASPNET-20/</comments><link>http://channel9.msdn.com/forums/TechOff/169203-Spawn-process-as-impersonated-user-with-ASPNET-20/</link><pubDate>Tue, 21 Mar 2006 03:35:52 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/169203-Spawn-process-as-impersonated-user-with-ASPNET-20/</guid><evnet:views>3010</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/169203/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I'm going to start a new thread for an old problem.&lt;br /&gt;&lt;br /&gt;How can you spawn a process from an ASP.NET webpage or service under the impersonated user credentials (impersonate=true in web.config).&lt;br /&gt;&lt;br /&gt;The question has been asked before here on Channel9:&lt;br /&gt;&lt;a href="/ShowPost.aspx?PostID=77404"&gt;http://channel9.msdn.com/ShowPost.aspx?PostID=77404&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;However, that code still had some problems, and seeing from the comments on the linked blog needs a slight modification for .NET 2.0?&lt;br /&gt;&lt;br /&gt;So can anybody here or at Microsoft provide a working sample?&lt;br /&gt;Preferably in VB.NET.&lt;br /&gt;</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/169203-Spawn-process-as-impersonated-user-with-ASPNET-20/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/169203/Trackback.aspx</trackback:ping></item><item><title>SQL Server 2005 Mirroring [SQL Server 2005 Mirroring]</title><description>On Technet, it says:&lt;br /&gt;&lt;br /&gt;
&lt;p&gt;&lt;em&gt;Microsoft support policies do not apply to the database mirroring feature in SQL Server 2005. Database mirroring is currently disabled by default, but may be enabled for evaluation purposes only by using trace flag 1400 as a startup parameter. (For more information about trace flags, see Trace Flags (Transact-SQL).) Database mirroring should not be used in production environments, and Microsoft support services will not support databases or applications that use database mirroring. Database mirroring documentation is included in SQL Server 2005 for evaluation purposes only, and the Documentation Policy for SQL Server 2005 Support and Upgrade does not apply to the database mirroring documentation.&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Is that still valid and if so, when will database mirroring be ready for use in production environments?&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/169189-SQL-Server-2005-Mirroring/'&gt;SQL Server 2005 Mirroring&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/169189/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/169189-SQL-Server-2005-Mirroring/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/169189-SQL-Server-2005-Mirroring/</link><pubDate>Tue, 21 Mar 2006 03:09:04 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/169189-SQL-Server-2005-Mirroring/</guid><evnet:views>2394</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/169189/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>On Technet, it says:
Microsoft support policies do not apply to the database mirroring feature in SQL Server 2005. Database mirroring is currently disabled by default, but may be enabled for evaluation purposes only by using trace flag 1400 as a startup parameter. (For more information about trace flags, see Trace Flags (Transact-SQL).) Database mirroring should not be used in production environments, and Microsoft support services will not support databases or applications that use database mirroring. Database mirroring documentation is included in SQL Server 2005 for evaluation purposes…</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>5</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/169189-SQL-Server-2005-Mirroring/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/169189/Trackback.aspx</trackback:ping></item><item><title>Mix VB.NET &amp;amp; C# not possible? [Mix VB.NET &amp;amp; C# not possible?]</title><description>I thought that in VS2005 you could have .cs and .vb files in the same project?&lt;br /&gt;&lt;br /&gt;I just tried with an asp.net project and it doesn't work!&lt;br /&gt;It says that the two files &lt;strong&gt;use a different language, which is not allowed&lt;/strong&gt;.&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/168886-Mix-VBNET-amp-C-not-possible/'&gt;Mix VB.NET &amp;amp; C# not possible?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/168886/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/168886-Mix-VBNET-amp-C-not-possible/</comments><link>http://channel9.msdn.com/forums/TechOff/168886-Mix-VBNET-amp-C-not-possible/</link><pubDate>Mon, 20 Mar 2006 15:34:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/168886-Mix-VBNET-amp-C-not-possible/</guid><evnet:views>13290</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/168886/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I thought that in VS2005 you could have .cs and .vb files in the same project?&lt;br /&gt;&lt;br /&gt;I just tried with an asp.net project and it doesn't work!&lt;br /&gt;It says that the two files &lt;strong&gt;use a different language, which is not allowed&lt;/strong&gt;.</evnet:previewtext><dc:creator>dotnetjunkie</dc:creator><slash:comments>23</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/168886-Mix-VBNET-amp-C-not-possible/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/168886/Trackback.aspx</trackback:ping></item></channel></rss>