<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c-sharp/tags/url</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 09:19:10 GMT</pubDate>
<item>
<title>(C#) DNN Pop Up Creation URL - box86rowh</title>
<link>http://snipplr.com/view/68089/dnn-pop-up-creation-url/</link>
<description><![CDATA[ <p>This will get you a quick url for a pop up on DNN</p> ]]></description>
<pubDate>Mon, 05 Nov 2012 00:29:02 GMT</pubDate>
<guid>http://snipplr.com/view/68089/dnn-pop-up-creation-url/</guid>
</item>
<item>
<title>(C#) Open Web Browser Window to URL C# - Verician</title>
<link>http://snipplr.com/view/67388/open-web-browser-window-to-url-c/</link>
<description><![CDATA[ <p>I needed to open a browser window from my small C# app as a result of a dynamic URL build from data received from the command line. This did the trick!</p> ]]></description>
<pubDate>Wed, 26 Sep 2012 23:10:35 GMT</pubDate>
<guid>http://snipplr.com/view/67388/open-web-browser-window-to-url-c/</guid>
</item>
<item>
<title>(C#) Pull Image into Byte Array from a URL - ryanfiorini</title>
<link>http://snipplr.com/view/64141/pull-image-into-byte-array-from-a-url/</link>
<description><![CDATA[ <p>This snippet pulls down an image from a URL into a byte().  From there you can re-size or save. 

Don't forget the necessary try - catch.</p> ]]></description>
<pubDate>Sat, 24 Mar 2012 04:21:39 GMT</pubDate>
<guid>http://snipplr.com/view/64141/pull-image-into-byte-array-from-a-url/</guid>
</item>
<item>
<title>(C#) static ResolveUrl  and ResolveServerUrl - plugables</title>
<link>http://snipplr.com/view/58557/static-resolveurl--and-resolveserverurl/</link>
<description><![CDATA[ <p>You do not have Page object available everywhere to use Page.ResolveUrl. Here is an alternate.</p> ]]></description>
<pubDate>Fri, 09 Sep 2011 20:11:09 GMT</pubDate>
<guid>http://snipplr.com/view/58557/static-resolveurl--and-resolveserverurl/</guid>
</item>
<item>
<title>(C#) Working with URLs in SharePoint, using SPUrlUtility.CombineUrl - scholli</title>
<link>http://snipplr.com/view/43484/working-with-urls-in-sharepoint-using-spurlutilitycombineurl/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 03 Nov 2010 18:45:49 GMT</pubDate>
<guid>http://snipplr.com/view/43484/working-with-urls-in-sharepoint-using-spurlutilitycombineurl/</guid>
</item>
<item>
<title>(C#) Redirect to website without www. - Fogh</title>
<link>http://snipplr.com/view/39650/redirect-to-website-without-www/</link>
<description><![CDATA[ <p>Add this code to your Global.asax in your ASP.NET project, in the \"Application_BeginRequest\" event.</p> ]]></description>
<pubDate>Sat, 28 Aug 2010 22:02:04 GMT</pubDate>
<guid>http://snipplr.com/view/39650/redirect-to-website-without-www/</guid>
</item>
<item>
<title>(C#) ASP.NET URL RESOLVER - emmanuelbuah</title>
<link>http://snipplr.com/view/38903/aspnet-url-resolver/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 11 Aug 2010 07:03:42 GMT</pubDate>
<guid>http://snipplr.com/view/38903/aspnet-url-resolver/</guid>
</item>
<item>
<title>(C#) Url  regex - kat</title>
<link>http://snipplr.com/view/35871/url--regex/</link>
<description><![CDATA[ <p>http://www.osix.net/modules/article/?id=586</p> ]]></description>
<pubDate>Fri, 18 Jun 2010 08:54:14 GMT</pubDate>
<guid>http://snipplr.com/view/35871/url--regex/</guid>
</item>
<item>
<title>(C#) Asynchronous ASP.Net Pages, AJAX Helper, WebRequest Passthrough - bryanlyman</title>
<link>http://snipplr.com/view/28142/asynchronous-aspnet-pages-ajax-helper-webrequest-passthrough/</link>
<description><![CDATA[ <p>.net 3.0+, Ajax calls allow for true asynchronous communication through a browser. You may not notice it until you have a server call that takes awhile, but just because AJAX is allowing it, that doesn't mean the server is acting in a truly asynchronous manner. By default aspx pages will asynchronously allow multiple calls to the same session, however, a thread-lock is placed on each subsequent call so that each incoming request must wait for the previous to finish before the response stream can be accessed. This is a nice protection measure to keep a page programmer from ripping their hair out because of multi-threading data access issues and dead-lock scenarios; but it is inversely annoying to one trying to allow asynchronicity. The solution to allow true multi-threaded asynchronous behavior isn't an easy one, but the following code is a step in the right direction. The first thing you should know is that to make a page act asynchronously is to set the "Async" attribute in the page directive of the aspx page being called </p> ]]></description>
<pubDate>Wed, 10 Feb 2010 16:21:15 GMT</pubDate>
<guid>http://snipplr.com/view/28142/asynchronous-aspnet-pages-ajax-helper-webrequest-passthrough/</guid>
</item>
<item>
<title>(C#) Get URL Parameters using LINQ - ajit555</title>
<link>http://snipplr.com/view/27735/get-url-parameters-using-linq/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 05 Feb 2010 01:08:55 GMT</pubDate>
<guid>http://snipplr.com/view/27735/get-url-parameters-using-linq/</guid>
</item>
<item>
<title>(C#) URL Shortening Service Contract w/ Bitly Implementation - CVertex</title>
<link>http://snipplr.com/view/18294/url-shortening-service-contract-w-bitly-implementation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 14 Aug 2009 02:07:56 GMT</pubDate>
<guid>http://snipplr.com/view/18294/url-shortening-service-contract-w-bitly-implementation/</guid>
</item>
<item>
<title>(C#) DotNetNuke: Pull URL for a given tab NAME. (DNN 5.1+) - jink</title>
<link>http://snipplr.com/view/15437/dotnetnuke-pull-url-for-a-given-tab-name-dnn-51/</link>
<description><![CDATA[ <p>Use this code to pull a DotNetNuke URL from a tab name.  We use this to replace "?tabname=blah" type URLs which do NOT transfer language info.</p> ]]></description>
<pubDate>Mon, 01 Jun 2009 17:13:15 GMT</pubDate>
<guid>http://snipplr.com/view/15437/dotnetnuke-pull-url-for-a-given-tab-name-dnn-51/</guid>
</item>
<item>
<title>(C#) Format URLs in string to HTML Links in C# - jasonseney</title>
<link>http://snipplr.com/view/13286/format-urls-in-string-to-html-links-in-c/</link>
<description><![CDATA[ <p>Will return a string that has any matched URLs wrapped in `` tags.

Example: `"This is a link to http://foobar.com . Please visit !"`

Becomes: `"This is a link to http://foobar.com . Please visit!"`

Note: Opens links in new window.

Credit for regex:
[Faraz Shah Khan](http://weblogs.asp.net/farazshahkhan/archive/2008/08/09/regex-to-find-url-within-text-and-make-them-as-link.aspx "Credit")</p> ]]></description>
<pubDate>Thu, 19 Mar 2009 17:22:27 GMT</pubDate>
<guid>http://snipplr.com/view/13286/format-urls-in-string-to-html-links-in-c/</guid>
</item>
<item>
<title>(C#) Ecode string to be URL friendly - leonbda</title>
<link>http://snipplr.com/view/11397/ecode-string-to-be-url-friendly/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 Jan 2009 08:04:51 GMT</pubDate>
<guid>http://snipplr.com/view/11397/ecode-string-to-be-url-friendly/</guid>
</item>
<item>
<title>(C#) Domain name - get from url - leonbda</title>
<link>http://snipplr.com/view/11396/domain-name--get-from-url/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 Jan 2009 08:02:50 GMT</pubDate>
<guid>http://snipplr.com/view/11396/domain-name--get-from-url/</guid>
</item>
<item>
<title>(C#) How to start the default internet browser programmatically by using Visual C-Sharp - pckujawa</title>
<link>http://snipplr.com/view/9239/how-to-start-the-default-internet-browser-programmatically-by-using-visual-csharp/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 24 Oct 2008 20:36:56 GMT</pubDate>
<guid>http://snipplr.com/view/9239/how-to-start-the-default-internet-browser-programmatically-by-using-visual-csharp/</guid>
</item>
<item>
<title>(C#) Regular Expression to Separate the Anchor Part of a URL - rengber</title>
<link>http://snipplr.com/view/1089/regular-expression-to-separate-the-anchor-part-of-a-url/</link>
<description><![CDATA[ <p>Dots match any charecter, this matches any 7 chars.  You need to change that bit to match a different pattern.</p> ]]></description>
<pubDate>Mon, 18 Sep 2006 20:25:17 GMT</pubDate>
<guid>http://snipplr.com/view/1089/regular-expression-to-separate-the-anchor-part-of-a-url/</guid>
</item>
</channel>
</rss>