<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Aneef.Net</title>
	<atom:link href="http://www.aneef.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aneef.net</link>
	<description>Do it in .Net way &#124; Blogging about C#,ASP.Net, LINQ,WPF and .Net Technologies</description>
	<lastBuildDate>Sat, 05 Nov 2011 07:42:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Create PDF Files on the fly with C# and PDFSharp by pdf to excel converter</title>
		<link>http://www.aneef.net/2008/07/24/create-pdf-files-on-the-fly-with-c-and-pdfsharp/comment-page-1/#comment-822</link>
		<dc:creator>pdf to excel converter</dc:creator>
		<pubDate>Sat, 05 Nov 2011 07:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2008/07/24/create-pdf-files-on-the-fly-with-c-and-pdfsharp/#comment-822</guid>
		<description>HI, 

Its great guys that PDFsharp is the Open Source library that easily creates PDF documents from any .NET language. PDFsharp works so well guys, why I use other, I&#039;ll use it. </description>
		<content:encoded><![CDATA[<p>HI, </p>
<p>Its great guys that PDFsharp is the Open Source library that easily creates PDF documents from any .NET language. PDFsharp works so well guys, why I use other, I&#8217;ll use it. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio 2008, C# 3.0, LINQ, ASP.Net 3.5 Getting Started by Farrukh Haroon</title>
		<link>http://www.aneef.net/2008/02/18/visual-studio-2008-c-30-linq-aspnet-35-getting-started/comment-page-1/#comment-821</link>
		<dc:creator>Farrukh Haroon</dc:creator>
		<pubDate>Fri, 04 Nov 2011 09:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2008/02/18/visual-studio-2008-c-30-linq-aspnet-35-getting-started/#comment-821</guid>
		<description>Hi,
Thank you for sharing the great links for us. I really find these links and finally i get it. Thanks
&lt;a href=&quot;http://waynepersonaltraining.com/what-can-a-portland-boot-camp-offer-men/&quot; rel=&quot;nofollow&quot;&gt;boot camp portland oregon&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thank you for sharing the great links for us. I really find these links and finally i get it. Thanks<br />
<a href="http://waynepersonaltraining.com/what-can-a-portland-boot-camp-offer-men/" rel="nofollow">boot camp portland oregon</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Request UAC Elevation for .net Application (Managed Code) by Guido</title>
		<link>http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/comment-page-1/#comment-819</link>
		<dc:creator>Guido</dc:creator>
		<pubDate>Wed, 26 Oct 2011 14:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/#comment-819</guid>
		<description>Excellent!!! Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent!!! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Request UAC Elevation for .net Application (Managed Code) by Jitterjames</title>
		<link>http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/comment-page-1/#comment-818</link>
		<dc:creator>Jitterjames</dc:creator>
		<pubDate>Fri, 07 Oct 2011 22:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/#comment-818</guid>
		<description>this is very nice, thanks!  I have a bit of a variation that I&#039;m not sure how to deal with.  I have a portable application.  It runs fine most of the time, but if the user decides to install it to c:program filessomesubfolder it will require UAC, because it writes to folders that are subfolders of the application.  I would like to require UAC elevation only if it is needed.

The very first block of code that you showed on your tutorial using System.Security.Principal;  is great in that it allows me to at least check if there will be an issue when the user launches.  Hopefully I can check the application path, and if they are considered administrator.  If they are not admin and they are running in program files, then at least I can offer a warning before the program crashes.

Of course the ideal would be to only ask for UAC only if they are running in a restricted area.  If I make UAC a requirement for everyone, people will complain and ask &quot;why?&quot;... and &quot;can you make it run without elevation?&quot;  I suppose I could create a launcher app that calls different .exes depending on the folder but that seems much less elegant, and a bit of a pita for everyone.</description>
		<content:encoded><![CDATA[<p>this is very nice, thanks!  I have a bit of a variation that I&#8217;m not sure how to deal with.  I have a portable application.  It runs fine most of the time, but if the user decides to install it to c:program filessomesubfolder it will require UAC, because it writes to folders that are subfolders of the application.  I would like to require UAC elevation only if it is needed.</p>
<p>The very first block of code that you showed on your tutorial using System.Security.Principal;  is great in that it allows me to at least check if there will be an issue when the user launches.  Hopefully I can check the application path, and if they are considered administrator.  If they are not admin and they are running in program files, then at least I can offer a warning before the program crashes.</p>
<p>Of course the ideal would be to only ask for UAC only if they are running in a restricted area.  If I make UAC a requirement for everyone, people will complain and ask &#8220;why?&#8221;&#8230; and &#8220;can you make it run without elevation?&#8221;  I suppose I could create a launcher app that calls different .exes depending on the folder but that seems much less elegant, and a bit of a pita for everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio 2008, C# 3.0, LINQ, ASP.Net 3.5 Getting Started by Nice ASP.NET Getting Started Site &#124; SQLHack.net</title>
		<link>http://www.aneef.net/2008/02/18/visual-studio-2008-c-30-linq-aspnet-35-getting-started/comment-page-1/#comment-817</link>
		<dc:creator>Nice ASP.NET Getting Started Site &#124; SQLHack.net</dc:creator>
		<pubDate>Sun, 07 Aug 2011 09:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2008/02/18/visual-studio-2008-c-30-linq-aspnet-35-getting-started/#comment-817</guid>
		<description>[...] http://www.aneef.net/2008/02/18/visual-studio-2008-c-30-linq-aspnet-35-getting-started/         Tweet     This entry was posted in Uncategorized and tagged asp.net by admin. Bookmark the permalink. [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.aneef.net/2008/02/18/visual-studio-2008-c-30-linq-aspnet-35-getting-started/" rel="nofollow">http://www.aneef.net/2008/02/18/visual-studio-2008-c-30-linq-aspnet-35-getting-started/</a>         Tweet     This entry was posted in Uncategorized and tagged asp.net by admin. Bookmark the permalink. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix: .Net 2.0 or 3.5 Setup Project Requires .Net Framework version 4.0 by Kevin Chen</title>
		<link>http://www.aneef.net/2010/05/24/fix-net-2-0-or-3-5-setup-project-requires-net-framework-version-4-0/comment-page-1/#comment-816</link>
		<dc:creator>Kevin Chen</dc:creator>
		<pubDate>Wed, 01 Jun 2011 07:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/?p=134#comment-816</guid>
		<description>thanks, good help.</description>
		<content:encoded><![CDATA[<p>thanks, good help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Excel Sheets Programmatically with C# without Installing Excel. by Felix_leipold</title>
		<link>http://www.aneef.net/2008/07/25/create-excel-sheets-programmatically-with-c-without-installing-excel/comment-page-1/#comment-815</link>
		<dc:creator>Felix_leipold</dc:creator>
		<pubDate>Wed, 25 May 2011 13:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2008/07/25/create-excel-sheets-programmatically-with-c-without-installing-excel/#comment-815</guid>
		<description>Looks very good for me. Good job!

I have two questions about it:

- I get an error when open the generated file. (&quot;workbook damaged&quot;). If I save it as &quot;xls&quot; it error comes, but opens it when I click away the error. With xlsx-Extension it doesen&#039;t open the file at all.

- Is there a possibility to insert Images?

Thanks for your help! </description>
		<content:encoded><![CDATA[<p>Looks very good for me. Good job!</p>
<p>I have two questions about it:</p>
<p>- I get an error when open the generated file. (&#8220;workbook damaged&#8221;). If I save it as &#8220;xls&#8221; it error comes, but opens it when I click away the error. With xlsx-Extension it doesen&#8217;t open the file at all.</p>
<p>- Is there a possibility to insert Images?</p>
<p>Thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Request UAC Elevation for .net Application (Managed Code) by Error report after user closes Revit &#171; robolife</title>
		<link>http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/comment-page-1/#comment-814</link>
		<dc:creator>Error report after user closes Revit &#171; robolife</dc:creator>
		<pubDate>Mon, 09 May 2011 14:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/06/29/request-uac-elevation-for-net-application-managed-code/#comment-814</guid>
		<description>[...] If for some reason you wan to keep your file in these directories, you can try with UAC elevation. [...]</description>
		<content:encoded><![CDATA[<p>[...] If for some reason you wan to keep your file in these directories, you can try with UAC elevation. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AirTel Sri Lanka &#8211; HSDPA a Fake Promise by Chamindapp</title>
		<link>http://www.aneef.net/2009/04/30/airtel-sri-lanka-hsdpa-a-fake-promise/comment-page-1/#comment-812</link>
		<dc:creator>Chamindapp</dc:creator>
		<pubDate>Mon, 14 Mar 2011 03:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/04/30/airtel-sri-lanka-hsdpa-a-fake-promise/#comment-812</guid>
		<description>hi all
this is true. airtel internet and even telephony are fake . they have more hidden charges &amp; bad customer service.  i think no one can beat to slt adsl still now.

chama </description>
		<content:encoded><![CDATA[<p>hi all<br />
this is true. airtel internet and even telephony are fake . they have more hidden charges &amp; bad customer service.  i think no one can beat to slt adsl still now.</p>
<p>chama</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AirTel Sri Lanka &#8211; HSDPA a Fake Promise by mintdevil</title>
		<link>http://www.aneef.net/2009/04/30/airtel-sri-lanka-hsdpa-a-fake-promise/comment-page-1/#comment-811</link>
		<dc:creator>mintdevil</dc:creator>
		<pubDate>Tue, 22 Feb 2011 12:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/04/30/airtel-sri-lanka-hsdpa-a-fake-promise/#comment-811</guid>
		<description>its the same with dialog internet...seriously these people need to stick to their claims....its a good thing i saw this because i thought of changing onto airtel or mobitel here in sri lanka...

by the way thanks for posting Aneef </description>
		<content:encoded><![CDATA[<p>its the same with dialog internet&#8230;seriously these people need to stick to their claims&#8230;.its a good thing i saw this because i thought of changing onto airtel or mobitel here in sri lanka&#8230;</p>
<p>by the way thanks for posting Aneef</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.aneef.net @ 2012-02-04 23:24:33 by W3 Total Cache -->
