<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>.Net on Vahid Taslimi</title><link>https://taslimi.me/tags/.net/</link><description>Recent content in .Net on Vahid Taslimi</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 29 Jun 2011 00:00:00 +0000</lastBuildDate><atom:link href="https://taslimi.me/tags/.net/index.xml" rel="self" type="application/rss+xml"/><item><title>Entity framework 4.1 is my own ORM killer</title><link>https://taslimi.me/posts/entity-framework-41-is-my-own-orm-killer/</link><pubDate>Wed, 29 Jun 2011 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/entity-framework-41-is-my-own-orm-killer/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Why-I-believe-software-development-should-be-like-amazon-kindle.aspx" title="Previous post"&gt;&amp;laquo; Why I believe software development should be like amazon kindle development&lt;/a&gt; |&lt;/p&gt;
&lt;h1 id="entity-framework-41-is-my-own-orm-killer"&gt;&lt;a href="https://taslimi.me/post/Entity-framework-41-is-my-own-ORM-killer.aspx"&gt;Entity framework 4.1 is my own ORM killer&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
29. June 2011 02:27&lt;/p&gt;
&lt;p&gt;[No text]&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Entity-framework-41-is-my-own-ORM-killer.aspx#comment"&gt;Comments (0)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Related posts&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Perfect-reference-to-get-started-with-EntityFramework-41.aspx"&gt;Perfect reference to get started with EntityFramework 4.1&lt;/a&gt;Just found these set of post in the MSDN site for getting started with EntityFramework 4.1. if you a&amp;hellip;&lt;a href="https://taslimi.me/post/Update-Single-Column-In-Entity-Framework.aspx"&gt;Update Single Column In Entity Framework&lt;/a&gt;I was working with Entity Framework and I needed to update a single column of a row in the database&amp;hellip;.&lt;a href="https://taslimi.me/post/Entity-Framework-learning-resouce.aspx"&gt;Entity Framework learning resouce&lt;/a&gt;
browsing internet i found this document about ado.net entity framework which comes with microsoft &amp;hellip;&lt;/p&gt;</description></item><item><title>Why I believe software development should be like amazon kindle development</title><link>https://taslimi.me/posts/why-i-believe-software-development-should-be-like-amazon-kindle/</link><pubDate>Wed, 04 May 2011 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/why-i-believe-software-development-should-be-like-amazon-kindle/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Update-Single-Column-In-Entity-Framework.aspx" title="Previous post"&gt;&amp;laquo; Update Single Column In Entity Framework&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Entity-framework-41-is-my-own-ORM-killer.aspx" title="Next post"&gt;Entity framework 4.1 is my own ORM killer &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="why-i-believe-software-development-should-be-like-amazon-kindle-development"&gt;&lt;a href="https://taslimi.me/post/Why-I-believe-software-development-should-be-like-amazon-kindle.aspx"&gt;Why I believe software development should be like amazon kindle development&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
4. May 2011 09:10&lt;/p&gt;
&lt;p&gt;Few weeks ago I got myself an Amazon Kindle to facilitate book reading and hopefully get back my reading habits. I am so amazed by the device that today I twitted “it’s my best gadget”. now there are very genuine reasons behind the twit.&lt;/p&gt;</description></item><item><title>Update Single Column In Entity Framework</title><link>https://taslimi.me/posts/update-single-column-in-entity-framework/</link><pubDate>Fri, 29 Apr 2011 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/update-single-column-in-entity-framework/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Perfect-reference-to-get-started-with-EntityFramework-41.aspx" title="Previous post"&gt;&amp;laquo; Perfect reference to get started with EntityFramework 4.1&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Why-I-believe-software-development-should-be-like-amazon-kindle.aspx" title="Next post"&gt;Why I believe software development should be like amazon kindle development &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="update-single-column-in-entity-framework"&gt;&lt;a href="https://taslimi.me/post/Update-Single-Column-In-Entity-Framework.aspx"&gt;Update Single Column In Entity Framework&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
29. April 2011 18:00&lt;/p&gt;
&lt;p&gt;I was working with Entity Framework and I needed to update a single column of a row in the database. basically I was logging the users visit to a web site (ASP.NET). so first time user lands in the website I create a record in database and keep the id in the session. when user’s session times out I needed to update the row and set the exit time of the user. it sounded a bit difficult to do this with Entity Framework I did it this way and worked pretty well:&lt;/p&gt;</description></item><item><title>Perfect reference to get started with EntityFramework 4.1</title><link>https://taslimi.me/posts/perfect-reference-to-get-started-with-entityframework-41/</link><pubDate>Wed, 27 Apr 2011 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/perfect-reference-to-get-started-with-entityframework-41/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Could-not-create-the-driver-from-NHibernateDriverOracleDataClientDriver-error-in-NHibernate.aspx" title="Previous post"&gt;&amp;laquo; Could not create the driver from NHibernate.Driver.OracleDataClientDriver error in NHibernate&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Update-Single-Column-In-Entity-Framework.aspx" title="Next post"&gt;Update Single Column In Entity Framework &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="perfect-reference-to-get-started-with-entityframework-41"&gt;&lt;a href="https://taslimi.me/post/Perfect-reference-to-get-started-with-EntityFramework-41.aspx"&gt;Perfect reference to get started with EntityFramework 4.1&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
27. April 2011 16:27&lt;/p&gt;
&lt;p&gt;Just found these set of post in the MSDN site for getting started with EntityFramework 4.1. if you are new to entityframework this is a good point to start&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/data/gg192989"&gt;http://msdn.microsoft.com/en-us/data/gg192989&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/category/Net.aspx"&gt;.Net&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Perfect-reference-to-get-started-with-EntityFramework-41.aspx#comment"&gt;Comments (0)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Related posts&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/XPath-expressions-quick-reference.aspx"&gt;XPath expressions quick reference:&lt;/a&gt;
  if you work with XML and xpath for sure the reference seems to be a trivial one for you. bu&amp;hellip;&lt;a href="https://taslimi.me/post/Entity-framework-41-is-my-own-ORM-killer.aspx"&gt;Entity framework 4.1 is my own ORM killer&lt;/a&gt;EntityFramework&lt;a href="https://taslimi.me/post/Optimizing-Silverlight-pages-to-be-search-engine-friendly.aspx"&gt;Optimizing Silverlight pages to be search engine friendly&lt;/a&gt;recently i was involved in development of an web application whose interface was based on Microsoft &amp;hellip;&lt;/p&gt;</description></item><item><title>Could not create the driver from NHibernate.Driver.OracleDataClientDriver error in NHibernate</title><link>https://taslimi.me/posts/could-not-create-the-driver-from-nhibernatedriveroracledataclientdriver-error-in-nhibernate/</link><pubDate>Tue, 05 Apr 2011 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/could-not-create-the-driver-from-nhibernatedriveroracledataclientdriver-error-in-nhibernate/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Feels-good-to-have-smart-colleagues.aspx" title="Previous post"&gt;&amp;laquo; Feels good to have smart colleagues&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Perfect-reference-to-get-started-with-EntityFramework-41.aspx" title="Next post"&gt;Perfect reference to get started with EntityFramework 4.1 &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="could-not-create-the-driver-from-nhibernatedriveroracledataclientdriver-error-in-nhibernate"&gt;&lt;a href="https://taslimi.me/post/Could-not-create-the-driver-from-NHibernateDriverOracleDataClientDriver-error-in-NHibernate.aspx"&gt;Could not create the driver from NHibernate.Driver.OracleDataClientDriver error in NHibernate&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
5. April 2011 03:59&lt;/p&gt;
&lt;p&gt;I have been playing with Nhibernate to connect to an oracle database using ODP.NET. first POC project which was a console application worked properly but as soon as I moved the codes to a Web Application for POC I started getting “Could not create the driver from NHibernate.Driver.OracleDataClientDriver” error. scratching my head and think about the failure where the same exact code was running in the Console application, tried so many ways but no result. everything was in place, Oracle reference, Nhibernate reference and configuration etc…&lt;/p&gt;</description></item><item><title>Feels good to have smart colleagues</title><link>https://taslimi.me/posts/feels-good-to-have-smart-colleagues/</link><pubDate>Mon, 28 Mar 2011 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/feels-good-to-have-smart-colleagues/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Teched-Middle-East-2011.aspx" title="Previous post"&gt;&amp;laquo; Teched Middle East 2011&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Could-not-create-the-driver-from-NHibernateDriverOracleDataClientDriver-error-in-NHibernate.aspx" title="Next post"&gt;Could not create the driver from NHibernate.Driver.OracleDataClientDriver error in NHibernate &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="feels-good-to-have-smart-colleagues"&gt;&lt;a href="https://taslimi.me/post/Feels-good-to-have-smart-colleagues.aspx"&gt;Feels good to have smart colleagues&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
28. March 2011 11:52&lt;/p&gt;
&lt;p&gt;in this year’s Microsoft Tech-Ed Middle East our company had five speakers out of which 2 are in top 10 speakers of the event.&lt;/p&gt;
&lt;p&gt;Working with smart colleagues not only will help you new things everyday but also will motivate and encourage you to progress even more. well I am lucky to work in a company full of talents.&lt;/p&gt;</description></item><item><title>Teched Middle East 2011</title><link>https://taslimi.me/posts/teched-middle-east-2011/</link><pubDate>Fri, 11 Mar 2011 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/teched-middle-east-2011/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Funny-definition-of-jobs.aspx" title="Previous post"&gt;&amp;laquo; Funny definition of jobs&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Feels-good-to-have-smart-colleagues.aspx" title="Next post"&gt;Feels good to have smart colleagues &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="teched-middle-east-2011"&gt;&lt;a href="https://taslimi.me/post/Teched-Middle-East-2011.aspx"&gt;Teched Middle East 2011&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
11. March 2011 03:45&lt;/p&gt;
&lt;p&gt;Microsoft Tech-ed middle east which was held in Dubai is now over. it was a great experience to be and speak at the Tech-ed. it was also very nice to meet and chat with the other industry professionals. my session went very well and I have also got constructive feedbacks from the audience. Hope so see the guys there next year.&lt;/p&gt;</description></item><item><title>Funny definition of jobs</title><link>https://taslimi.me/posts/funny-definition-of-jobs/</link><pubDate>Fri, 04 Mar 2011 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/funny-definition-of-jobs/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/d8aad8b9d8b1d981-d8b7d986d8b2-d8a7d8b2-d985d8b4d8a7d8bad984.aspx" title="Previous post"&gt;&amp;laquo; تعرف طنز از مشاغل&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Teched-Middle-East-2011.aspx" title="Next post"&gt;Teched Middle East 2011 &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="funny-definition-of-jobs"&gt;&lt;a href="https://taslimi.me/post/Funny-definition-of-jobs.aspx"&gt;Funny definition of jobs&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
4. March 2011 04:50&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Accountant:&lt;/strong&gt; a person who knows the cost of everything and the value of nothing&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Consultant:&lt;/strong&gt; is someone who borrows your watch to tell you the time, and then keeps the watch&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Politician:&lt;/strong&gt; is someone who can convince you to go to hell but in a way that you would counting the seconds for it to happen&lt;/p&gt;</description></item><item><title>WP7 (Windows Phone 7) WrapPanel</title><link>https://taslimi.me/posts/wp7-windows-phone-7-wrappanel/</link><pubDate>Wed, 23 Feb 2011 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/wp7-windows-phone-7-wrappanel/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Windows-Server-AppFabric.aspx" title="Previous post"&gt;&amp;laquo; Windows Server AppFabric&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/d8aad8b9d8b1d981-d8b7d986d8b2-d8a7d8b2-d985d8b4d8a7d8bad984.aspx" title="Next post"&gt;تعرف طنز از مشاغل &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="wp7-windows-phone-7-wrappanel"&gt;&lt;a href="https://taslimi.me/post/WP7-(Windows-Phone-7)-WrapPanel.aspx"&gt;WP7 (Windows Phone 7) WrapPanel&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
23. February 2011 16:16&lt;/p&gt;
&lt;p&gt;I cannot believe that I spent half day figuring out how to wrap controls in a stackpanle control in WP7 &lt;img alt="Sad smile" loading="lazy" src="http://www.taslimi.me/domains/taslimi.me/image.axd?picture=wlEmoticon-sadsmile.png"&gt;&lt;/p&gt;
&lt;p&gt;but anyway I finally came to know that I should use WrapPanel instead of StackPanel. so please don’t make my mistake and download the Silverlight toolkit for WP7 from &lt;a href="http://silverlight.codeplex.com/releases/view/55034"&gt;here&lt;/a&gt; and then make a reference to “Microsoft.Phone.Controls.Toolkit.dll” assembly from this address:&lt;/p&gt;</description></item><item><title>Windows Server AppFabric</title><link>https://taslimi.me/posts/windows-server-appfabric/</link><pubDate>Sun, 13 Feb 2011 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/windows-server-appfabric/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Could-not-load-file-or-assembly-OracleDataAccess-or-one-of-its-dependencies-An-attempt-was-made-to-load-a-program-with-an-incorrect-format.aspx" title="Previous post"&gt;&amp;laquo; Could not load file or assembly &amp;lsquo;Oracle.DataAccess&amp;rsquo; or one of its dependencies. An attempt was made to load a program with an incorrect format&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/WP7-(Windows-Phone-7)-WrapPanel.aspx" title="Next post"&gt;WP7 (Windows Phone 7) WrapPanel &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="windows-server-appfabric"&gt;&lt;a href="https://taslimi.me/post/Windows-Server-AppFabric.aspx"&gt;Windows Server AppFabric&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
13. February 2011 05:15&lt;/p&gt;
&lt;p&gt;if you have been involved in the enterprise application architecture and development, for sure you have also faced the memory constraint when designing the application. the thing is that as soon as you talk about enterprise application –I mean real enterprise application- you are talking about a huge amount of data being processed and traveling between systems.  that’s when you say oops, I need to take care of this, user and my hardware cannot afford these expensive operations each and every time a request comes in. then you start thinking about caching the information somewhere. ok, some out of the box caching –i.e. ASP.net Caching- is there but we are talking about huge amount of data and keeping them on the same server as the application server would be out. and that’s the time you say Valla to keeping the data in a database. you go ahead and do it but as soon as you run the first load test with few thousand concurrent users the “sh..t” word comes out. you see the bottlenecks connecting to database, you see the performance degrade and you see that you have made your business owner to spend some good amount of money for the database licenses but you are not getting the result you were after. exactly at this point of time you would wish that there was a technology to help you out with the situation and if you have heard of Windows Server AppFabric and know it, than you feel how much you are blessed.&lt;/p&gt;</description></item><item><title>Could not load file or assembly 'Oracle.DataAccess' or one of its dependencies. An attempt was made to load a program with an incorrect format</title><link>https://taslimi.me/posts/could-not-load-file-or-assembly-oracledataaccess-or-one-of-its-dependencies-an-attempt-was-made-to-load-a-program-with-an-incorrect-format/</link><pubDate>Tue, 08 Feb 2011 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/could-not-load-file-or-assembly-oracledataaccess-or-one-of-its-dependencies-an-attempt-was-made-to-load-a-program-with-an-incorrect-format/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/First-Tip-On-SharePoint-2010.aspx" title="Previous post"&gt;&amp;laquo; First Tip On SharePoint 2010&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Windows-Server-AppFabric.aspx" title="Next post"&gt;Windows Server AppFabric &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="could-not-load-file-or-assembly"&gt;&lt;a href="https://taslimi.me/post/Could-not-load-file-or-assembly-OracleDataAccess-or-one-of-its-dependencies-An-attempt-was-made-to-load-a-program-with-an-incorrect-format.aspx"&gt;Could not load file or assembly &amp;lsquo;Oracle.DataAccess&amp;rsquo; or one of its dependencies. An attempt was made to load a program with an incorrect format&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
8. February 2011 11:32&lt;/p&gt;
&lt;p&gt;I  had deploying an asp.net application to a windows 2008 64bit server. the application uses odp.net to connect to an oracle database. but when I tried to access it I kept getting an error saying:&lt;/p&gt;</description></item><item><title>First Tip On SharePoint 2010</title><link>https://taslimi.me/posts/first-tip-on-sharepoint-2010/</link><pubDate>Wed, 29 Dec 2010 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/first-tip-on-sharepoint-2010/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Top-8-Mobile-OS-for-last-12-months.aspx" title="Previous post"&gt;&amp;laquo; Top 8 Mobile OS for last 12 months&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Could-not-load-file-or-assembly-OracleDataAccess-or-one-of-its-dependencies-An-attempt-was-made-to-load-a-program-with-an-incorrect-format.aspx" title="Next post"&gt;Could not load file or assembly &amp;lsquo;Oracle.DataAccess&amp;rsquo; or one of its dependencies. An attempt was made to load a program with an incorrect format &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="first-tip-on-sharepoint-2010"&gt;&lt;a href="https://taslimi.me/post/First-Tip-On-SharePoint-2010.aspx"&gt;First Tip On SharePoint 2010&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
29. December 2010 15:14&lt;/p&gt;
&lt;p&gt;recently I got involved in a SharePoint project. I am not a SharePoint pro but I have the opportunity to work with some of best SharePoint professionals so I am learning as I go.&lt;/p&gt;</description></item><item><title>Top 8 Mobile OS for last 12 months</title><link>https://taslimi.me/posts/top-8-mobile-os-for-last-12-months/</link><pubDate>Thu, 28 Oct 2010 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/top-8-mobile-os-for-last-12-months/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/d8a8d8af-d8b4d8a7d986d8b3-d8aad8b1d98ad986-d986d8b3d984-d8aad8a7d8b1d98ad8ae-d8a7d98ad8b1d8a7d986-d985d8a7-d987d8b3d8aad98ad985.aspx" title="Previous post"&gt;&amp;laquo; بد شانس ترين نسل تاريخ ايران ما هستيم&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/First-Tip-On-SharePoint-2010.aspx" title="Next post"&gt;First Tip On SharePoint 2010 &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="top-8-mobile-os-for-last-12-months"&gt;&lt;a href="https://taslimi.me/post/Top-8-Mobile-OS-for-last-12-months.aspx"&gt;Top 8 Mobile OS for last 12 months&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
28. October 2010 05:59&lt;/p&gt;
&lt;p&gt;Source: &lt;a href="http://gs.statcounter.com/#mobile_os-ww-monthly-200910-201009"&gt;StatCounter Global Stats - Mobile OS Market Share&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/category/Tools.aspx"&gt;Tools&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Top-8-Mobile-OS-for-last-12-months.aspx#comment"&gt;Comments (0)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Related posts&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Optimizing-Silverlight-pages-to-be-search-engine-friendly.aspx"&gt;Optimizing Silverlight pages to be search engine friendly&lt;/a&gt;recently i was involved in development of an web application whose interface was based on Microsoft &amp;hellip;&lt;a href="https://taslimi.me/post/Windows-Azure-The-future-platform-of-most-of-us.aspx"&gt;Windows Azure, The future platform of most of us&lt;/a&gt;
 
What is the Azure Services Platform?
he Azure™ Services Platform (Azure) is&amp;hellip;&lt;a href="https://taslimi.me/post/Java-learning-videos.aspx"&gt;Java learning videos&lt;/a&gt;
i just found a set of java and eclips learning videos. these are good mostely for begginers.
&amp;hellip;&lt;/p&gt;</description></item><item><title>do we use silverlight when HTML 5 is out?</title><link>https://taslimi.me/posts/do-we-use-silverlight-when-html-5-is-out/</link><pubDate>Thu, 02 Sep 2010 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/do-we-use-silverlight-when-html-5-is-out/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/T4-to-rescue-and-save-you-time.aspx" title="Previous post"&gt;&amp;laquo; T4 to rescue and save you time&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/d8a8d8af-d8b4d8a7d986d8b3-d8aad8b1d98ad986-d986d8b3d984-d8aad8a7d8b1d98ad8ae-d8a7d98ad8b1d8a7d986-d985d8a7-d987d8b3d8aad98ad985.aspx" title="Next post"&gt;بد شانس ترين نسل تاريخ ايران ما هستيم &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="do-we-use-silverlight-when-html-5-is-out"&gt;&lt;a href="https://taslimi.me/post/do-we-use-silverlight-when-HTML-5-is-out.aspx"&gt;do we use silverlight when HTML 5 is out?&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
2. September 2010 05:26&lt;/p&gt;
&lt;p&gt;This has been a question for me for sometimes. Although i knew silverlight is the future but i could never form a concrete answer to why silverlight is the future. till i came across the following blog post by the silverlight team. Make sure you read the post since it&amp;rsquo;s written what is in most of our minds but cannot stated in words.&lt;/p&gt;</description></item><item><title>T4 to rescue and save you time</title><link>https://taslimi.me/posts/t4-to-rescue-and-save-you-time/</link><pubDate>Fri, 11 Jun 2010 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/t4-to-rescue-and-save-you-time/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Have-you-heard-about-LESS-which-Improves-CSS.aspx" title="Previous post"&gt;&amp;laquo; Have you heard about .LESS which Improves CSS&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/do-we-use-silverlight-when-HTML-5-is-out.aspx" title="Next post"&gt;do we use silverlight when HTML 5 is out? &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="t4-to-rescue-and-save-you-time"&gt;&lt;a href="https://taslimi.me/post/T4-to-rescue-and-save-you-time.aspx"&gt;T4 to rescue and save you time&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
11. June 2010 05:56&lt;/p&gt;
&lt;p&gt;till yesterday i had never used T4 for a real problem solving. i knew what it is but i did not know how great and easy it is.&lt;/p&gt;
&lt;p&gt;in my current scenario i have a database table which contains options available for each property of 30 available properties of items to be added to the system. the table has almost 500 records.  in the item registration page i had to create a structure like this for each property:&lt;/p&gt;</description></item><item><title>Have you heard about .LESS which Improves CSS</title><link>https://taslimi.me/posts/have-you-heard-about-less-which-improves-css/</link><pubDate>Wed, 21 Apr 2010 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/have-you-heard-about-less-which-improves-css/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Waht-is-new-in-silverlight-40.aspx" title="Previous post"&gt;&amp;laquo; Waht is new in silverlight 4.0&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/T4-to-rescue-and-save-you-time.aspx" title="Next post"&gt;T4 to rescue and save you time &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="have-you-heard-about-less-which-improves-css"&gt;&lt;a href="https://taslimi.me/post/Have-you-heard-about-LESS-which-Improves-CSS.aspx"&gt;Have you heard about .LESS which Improves CSS&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
21. April 2010 08:57&lt;/p&gt;
&lt;p&gt;If you are also involved in web development as part of your day to day
job(sure most of us are), you know that dealing with css is inevitable. css is
so important that everybody has to consider it; from the application architects
to graphic designers.&lt;/p&gt;</description></item><item><title>Waht is new in silverlight 4.0</title><link>https://taslimi.me/posts/waht-is-new-in-silverlight-40/</link><pubDate>Wed, 21 Apr 2010 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/waht-is-new-in-silverlight-40/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Resize-partitions-in-windows-vista7.aspx" title="Previous post"&gt;&amp;laquo; Resize partitions in windows vista/7&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Have-you-heard-about-LESS-which-Improves-CSS.aspx" title="Next post"&gt;Have you heard about .LESS which Improves CSS &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="waht-is-new-in-silverlight-40"&gt;&lt;a href="https://taslimi.me/post/Waht-is-new-in-silverlight-40.aspx"&gt;Waht is new in silverlight 4.0&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
21. April 2010 05:39&lt;/p&gt;
&lt;p&gt;i have found a perfect blog post from mr. tim heuer on new features in silverlight 4.0. it&amp;rsquo;s definitely worth going through his post.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://timheuer.com/blog/archive/2009/11/18/whats-new-in-silverlight-4-complete-guide-new-features.aspx"&gt;http://timheuer.com/blog/archive/2009/11/18/whats-new-in-silverlight-4-complete-guide-new-features.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/category/Net.aspx"&gt;.Net&lt;/a&gt; | &lt;a href="https://taslimi.me/category/Learning-resource.aspx"&gt;Learning resource&lt;/a&gt; | &lt;a href="https://taslimi.me/category/Technical.aspx"&gt;Technical&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Waht-is-new-in-silverlight-40.aspx#comment"&gt;Comments (0)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Related posts&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Optimizing-Silverlight-pages-to-be-search-engine-friendly.aspx"&gt;Optimizing Silverlight pages to be search engine friendly&lt;/a&gt;recently i was involved in development of an web application whose interface was based on Microsoft &amp;hellip;&lt;a href="https://taslimi.me/post/do-we-use-silverlight-when-HTML-5-is-out.aspx"&gt;do we use silverlight when HTML 5 is out?&lt;/a&gt;This has been a question for me for sometimes. Although i knew silverlight is the future but i could&amp;hellip;&lt;a href="https://taslimi.me/post/The-C-Programming-Language-Version-40.aspx"&gt;The C# Programming Language Version 4.0&lt;/a&gt;c# 4.0 by vahid&lt;/p&gt;</description></item><item><title>Resize partitions in windows vista/7</title><link>https://taslimi.me/posts/resize-partitions-in-windows-vista7/</link><pubDate>Wed, 17 Mar 2010 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/resize-partitions-in-windows-vista7/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/You-have-two-choices-(nice-story-to-read).aspx" title="Previous post"&gt;&amp;laquo; You have two choices (nice story to read)&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Waht-is-new-in-silverlight-40.aspx" title="Next post"&gt;Waht is new in silverlight 4.0 &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="resize-partitions-in-windows-vista7"&gt;&lt;a href="https://taslimi.me/post/Resize-partitions-in-windows-vista7.aspx"&gt;Resize partitions in windows vista/7&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
17. March 2010 17:51&lt;/p&gt;
&lt;p&gt;i finally found the free software to resize i mean enlarze my C drive partition without reinstalling the os. This Free Partition Manager&amp;ndash;EASEUS Partition Master Home Edition is a partition magic alternative and partition management freeware. With its help, you can resize/move, copy, create, delete, format, hide, explore hard disk drive partitions. To extend system partition, have better disk space management, settle low disk space problem! The most attractive feature is it can resize/move partition without destroying data. This free partition manager is an ALL-IN-ONE partition solution and disk management utility. It allows you to extend partition (especially for system drive), manage disk space easily, settle low disk space problem under Windows 2000/XP/Vista/Windows 7 (Only for 32 bit). The most popular hard disk management functions are brought together with powerful data protection including: Partition Manager, Partition Recovery Wizard and Disk &amp;amp; Partition Copy Wizard.&lt;/p&gt;</description></item><item><title>You have two choices (nice story to read)</title><link>https://taslimi.me/posts/you-have-two-choices-nice-story-to-read/</link><pubDate>Thu, 14 Jan 2010 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/you-have-two-choices-nice-story-to-read/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Assign-a-static-port-to-Aspnet-Website.aspx" title="Previous post"&gt;&amp;laquo; Assign a static port to Asp.net Website&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Resize-partitions-in-windows-vista7.aspx" title="Next post"&gt;Resize partitions in windows vista/7 &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="you-have-two-choices-nice-story-to-read"&gt;&lt;a href="https://taslimi.me/post/You-have-two-choices-(nice-story-to-read).aspx"&gt;You have two choices (nice story to read)&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
14. January 2010 20:43&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;You have two choices&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Jerry is the manager of a restaurant. He is always in a good mood.&lt;/p&gt;
&lt;p&gt;When someone would ask him how he was doing, he would always reply:&lt;/p&gt;
&lt;p&gt;Many of the waiters at his restaurant quit their jobs when he changed jobs,&lt;/p&gt;</description></item><item><title>Assign a static port to Asp.net Website</title><link>https://taslimi.me/posts/assign-a-static-port-to-aspnet-website/</link><pubDate>Tue, 15 Dec 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/assign-a-static-port-to-aspnet-website/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Differences-between-aspnet-web-Site-and-aspnet-Web-Application.aspx" title="Previous post"&gt;&amp;laquo; Differences between asp.net web Site and asp.net Web Application&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/You-have-two-choices-(nice-story-to-read).aspx" title="Next post"&gt;You have two choices (nice story to read) &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="assign-a-static-port-to-aspnet-website"&gt;&lt;a href="https://taslimi.me/post/Assign-a-static-port-to-Aspnet-Website.aspx"&gt;Assign a static port to Asp.net Website&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
15. December 2009 08:04&lt;/p&gt;
&lt;p&gt;A while ago in a project we had the requirement to assign a static port number to our asp.net website project. The very first thing came to my mind was that we just can assign static port number to asp.net web application project type and we cannot assign a static port to asp.net web site project. Anyway I started searching in the internet for a solution to make sure about it. I spent quit a long time looking for an answer but I could not find any almost everywhere it was mentioned that we cannot assign a static port to a asp.net website and it is constrained to use dynamic port.I was convinced at the time and we managed to convert to asp.net web application. Surprisingly recently a friend of mine, Ali, referred a perfect solution for this issue to me and I thought it’s worth sharing with you. Step 1- the very first step is to add the asp.net Web Server external tool to Visual Studio. To do so&lt;/p&gt;</description></item><item><title>Differences between asp.net web Site and asp.net Web Application</title><link>https://taslimi.me/posts/differences-between-aspnet-web-site-and-aspnet-web-application/</link><pubDate>Thu, 10 Dec 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/differences-between-aspnet-web-site-and-aspnet-web-application/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/d8a7daafd8b1-daa9d8b1d98ad8b3d8aad988d981-daa9d984d985d8a8-d8a7d8b2d8afd988d8a7d8ac-daa9d8b1d8afd987-d8a8d988d8af.aspx" title="Previous post"&gt;&amp;laquo; اگر کريستوف کلمب ازدواج کرده بود&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Assign-a-static-port-to-Aspnet-Website.aspx" title="Next post"&gt;Assign a static port to Asp.net Website &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="differences-between-aspnet-web-site-and-aspnet-web-application"&gt;&lt;a href="https://taslimi.me/post/Differences-between-aspnet-web-Site-and-aspnet-Web-Application.aspx"&gt;Differences between asp.net web Site and asp.net Web Application&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
10. December 2009 06:05&lt;/p&gt;
&lt;p&gt;Have ever wondered what the differences between 2 types of asp.net web projects in visual studio 2005 (asp.net web site project and asp.net web application project) are?Well personally I had some idea here and there about the differences but when I found the following tables from &lt;a href="http://msdn.microsoft.com/en-us/library/aa730880%28VS.80%29.aspx#wapp_topic5"&gt;MSDN&lt;/a&gt; which describe the differences in an organized way, I thought of sharing them with you.Just one important thing is missing and this is:In asp.net web application project we can assign a static port number for your internal web server whereas in asp.net web site project we are restricted to use the dynamically assigned port number. Static port number assignment functionality comes handy in many situation starting from an automated testing.The following table lists Web project options or tasks and indicates which project model best implements those options.&lt;/p&gt;</description></item><item><title>Maximum Capacity Specifications for SQL Serve 2008</title><link>https://taslimi.me/posts/maximum-capacity-specifications-for-sql-serve-2008/</link><pubDate>Tue, 01 Dec 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/maximum-capacity-specifications-for-sql-serve-2008/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Microsoft-My-Phone.aspx" title="Previous post"&gt;&amp;laquo; Microsoft My Phone&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/d8a7daafd8b1-daa9d8b1d98ad8b3d8aad988d981-daa9d984d985d8a8-d8a7d8b2d8afd988d8a7d8ac-daa9d8b1d8afd987-d8a8d988d8af.aspx" title="Next post"&gt;اگر کريستوف کلمب ازدواج کرده بود &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="maximum-capacity-specifications-for-sql-serve-2008"&gt;&lt;a href="https://taslimi.me/post/Maximum-Capacity-Specifications-for-SQL-Serve-2008.aspx"&gt;Maximum Capacity Specifications for SQL Serve 2008&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;December 2009 09:18&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;it has been always a question for me that  what the maximum number of table in a sql server database is. searching for an answer to this question, i came across the following table in &lt;a href="http://msdn.microsoft.com/en-us/library/ms143432.aspx"&gt;msdn&lt;/a&gt;. i found it very usefull and thought of sharing it with you.&lt;/p&gt;</description></item><item><title>Microsoft My Phone</title><link>https://taslimi.me/posts/microsoft-my-phone/</link><pubDate>Mon, 12 Oct 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/microsoft-my-phone/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Export-to-PDF-Excel-Image-in-aspnet.aspx" title="Previous post"&gt;&amp;laquo; Export to PDF, Excel and Image in asp.net&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Maximum-Capacity-Specifications-for-SQL-Serve-2008.aspx" title="Next post"&gt;Maximum Capacity Specifications for SQL Serve 2008 &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="microsoft-my-phone"&gt;&lt;a href="https://taslimi.me/post/Microsoft-My-Phone.aspx"&gt;Microsoft My Phone&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
12. October 2009 14:07&lt;/p&gt;
&lt;p&gt;here is the long waiting service for windows mobile phones. it helps you backup you phone data including contacts, text messages, pictuers ect  online and access them from anywhere in the world where you are connected to internet. best of all, the service is for free.&lt;/p&gt;</description></item><item><title>Export to PDF, Excel and Image in asp.net</title><link>https://taslimi.me/posts/export-to-pdf-excel-image-in-aspnet/</link><pubDate>Sat, 18 Jul 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/export-to-pdf-excel-image-in-aspnet/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Oracle-Connection-String-Without-tnsnamesora-file-for-net.aspx" title="Previous post"&gt;&amp;laquo; Oracle Connection String Without tnsnames.ora file for .net&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Microsoft-My-Phone.aspx" title="Next post"&gt;Microsoft My Phone &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="export-to-pdf-excel-and-image-in-aspnet"&gt;&lt;a href="https://taslimi.me/post/Export-to-PDF-Excel-Image-in-aspnet.aspx"&gt;Export to PDF, Excel and Image in asp.net&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
18. July 2009 19:48&lt;/p&gt;
&lt;p&gt;recently in our project we had a requirement to export html to PDF in asp.net. there are so many components around which we can use to do this but the restriction for us was that we had to do it without spending money means we had to go for an open source component. doing so much I&amp;amp;D on this, we came to know about &lt;a href="http://itextsharp.sourceforge.net/"&gt;itextSharp&lt;/a&gt; which is a powerful open source component to create PDF files in .net. first it seemed good to us but spending sometimes on it we came to know it was not what we were looking for. two reason for that:&lt;/p&gt;</description></item><item><title>Oracle Connection String Without tnsnames.ora file for .net</title><link>https://taslimi.me/posts/oracle-connection-string-without-tnsnamesora-file-for-net/</link><pubDate>Sun, 12 Jul 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/oracle-connection-string-without-tnsnamesora-file-for-net/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Managing-Multiple-Configuration-File-For-Different-Application-Life-cycles-In-Net-Applications.aspx" title="Previous post"&gt;&amp;laquo; Managing Multiple Configuration File For Different Application Life cycles In .Net Applications&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Export-to-PDF-Excel-Image-in-aspnet.aspx" title="Next post"&gt;Export to PDF, Excel and Image in asp.net &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="oracle-connection-string-without-tnsnamesora-file-for-net"&gt;&lt;a href="https://taslimi.me/post/Oracle-Connection-String-Without-tnsnamesora-file-for-net.aspx"&gt;Oracle Connection String Without tnsnames.ora file for .net&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
12. July 2009 04:51&lt;/p&gt;
&lt;p&gt;ever wanted to connect to an oracle database in your .net application (asp.net, windows client ect) but tnsnames.ora file was missing? ok,i just found a solution for this in &lt;a href="https://www.connectionstrings.com/"&gt;connectionstrings.com&lt;/a&gt;. you can use the following connection strings to connect to an oracle database using both microsoft .net provider for oracle database and odp.net:&lt;/p&gt;</description></item><item><title>Managing Multiple Configuration File For Different Application Life cycles In .Net Applications</title><link>https://taslimi.me/posts/managing-multiple-configuration-file-for-different-application-life-cycles-in-net-applications/</link><pubDate>Mon, 25 May 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/managing-multiple-configuration-file-for-different-application-life-cycles-in-net-applications/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Differences-between-XML-and-JSON.aspx" title="Previous post"&gt;&amp;laquo; Differences between XML and JSON&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Oracle-Connection-String-Without-tnsnamesora-file-for-net.aspx" title="Next post"&gt;Oracle Connection String Without tnsnames.ora file for .net &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="managing-multiple-configuration-file-for-different-application-life-cycles-in-net-applications"&gt;&lt;a href="https://taslimi.me/post/Managing-Multiple-Configuration-File-For-Different-Application-Life-cycles-In-Net-Applications.aspx"&gt;Managing Multiple Configuration File For Different Application Life cycles In .Net Applications&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
25. May 2009 16:50&lt;/p&gt;
&lt;p&gt;All of us have already dealt with the problem of promoting configuration files in different application life cycles. this problem can be as simple as managing different connection strings for different databases in each environment to managing the other complicated settings in each environment.&lt;/p&gt;</description></item><item><title>Differences between XML and JSON</title><link>https://taslimi.me/posts/differences-between-xml-and-json/</link><pubDate>Sun, 24 May 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/differences-between-xml-and-json/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/An-inspiring-concept-video-about-next-generation-UX.aspx" title="Previous post"&gt;&amp;laquo; An inspiring concept video of what next-generation UX could be and what digital life might be&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Managing-Multiple-Configuration-File-For-Different-Application-Life-cycles-In-Net-Applications.aspx" title="Next post"&gt;Managing Multiple Configuration File For Different Application Life cycles In .Net Applications &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="differences-between-xml-and-json"&gt;&lt;a href="https://taslimi.me/post/Differences-between-XML-and-JSON.aspx"&gt;Differences between XML and JSON&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
24. May 2009 05:29&lt;/p&gt;
&lt;p&gt;Here are some key differences between JavaScript Object Notation (or JSON), an open and text-based data exchange format, that provides a standardized data exchange format better suited for Ajax-style web applications and XML.&lt;/p&gt;</description></item><item><title>An inspiring concept video of what next-generation UX could be and what digital life might be</title><link>https://taslimi.me/posts/an-inspiring-concept-video-about-next-generation-ux/</link><pubDate>Sun, 10 May 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/an-inspiring-concept-video-about-next-generation-ux/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/XPath-expressions-quick-reference.aspx" title="Previous post"&gt;&amp;laquo; XPath expressions quick reference:&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Differences-between-XML-and-JSON.aspx" title="Next post"&gt;Differences between XML and JSON &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="an-inspiring-concept-video-of-what-next-generation-ux-could-be-and-what-digital-life-might-be"&gt;&lt;a href="https://taslimi.me/post/An-inspiring-concept-video-about-next-generation-UX.aspx"&gt;An inspiring concept video of what next-generation UX could be and what digital life might be&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
10. May 2009 03:51&lt;/p&gt;
&lt;p&gt;i got the video from Nikhil Kothari blog. you got to check this out. watch and tell me how long is it going to take to be there?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/category/General.aspx"&gt;General&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/An-inspiring-concept-video-about-next-generation-UX.aspx#comment"&gt;Comments (0)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Related posts&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Extreme-WCF-Training-Video.aspx"&gt;Extreme WCF Training Video&lt;/a&gt;
Hi,
if you have been working with Windows communication foundation an&amp;hellip;&lt;a href="https://taslimi.me/post/Managing-Multiple-Configuration-File-For-Different-Application-Life-cycles-In-Net-Applications.aspx"&gt;Managing Multiple Configuration File For Different Application Life cycles In .Net Applications&lt;/a&gt;
All of us have already dealt with the problem of promoting configuration files in different applic&amp;hellip;&lt;a href="https://taslimi.me/post/Java-learning-videos.aspx"&gt;Java learning videos&lt;/a&gt;
i just found a set of java and eclips learning videos. these are good mostely for begginers.
&amp;hellip;&lt;/p&gt;</description></item><item><title>XPath expressions quick reference:</title><link>https://taslimi.me/posts/xpath-expressions-quick-reference/</link><pubDate>Thu, 07 May 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/xpath-expressions-quick-reference/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Do-You-Know-About-T4-(Text-Template-Transformation-Toolkit)-Code-Generation-In-Visual-Studio.aspx" title="Previous post"&gt;&amp;laquo; Do You Know About T4 (Text Template Transformation Toolkit) Code Generation In Visual Studio?&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/An-inspiring-concept-video-about-next-generation-UX.aspx" title="Next post"&gt;An inspiring concept video of what next-generation UX could be and what digital life might be &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="xpath-expressions-quick-reference"&gt;&lt;a href="https://taslimi.me/post/XPath-expressions-quick-reference.aspx"&gt;XPath expressions quick reference:&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
7. May 2009 07:00&lt;/p&gt;
&lt;p&gt;if you work with XML and xpath for sure the reference seems to be a trivial one for you. but if you stop working with xml and xpath for a while you’ll find the reference pretty handy. i personally keep it with me always. hope it also helps you.&lt;/p&gt;</description></item><item><title>Do You Know About T4 (Text Template Transformation Toolkit) Code Generation In Visual Studio?</title><link>https://taslimi.me/posts/do-you-know-about-t4-text-template-transformation-toolkit-code-generation-in-visual-studio/</link><pubDate>Tue, 14 Apr 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/do-you-know-about-t4-text-template-transformation-toolkit-code-generation-in-visual-studio/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Software-development-security-check-list.aspx" title="Previous post"&gt;&amp;laquo; Software development security check list&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/XPath-expressions-quick-reference.aspx" title="Next post"&gt;XPath expressions quick reference: &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="do-you-know-about-t4-text-template-transformation-toolkit-code-generation-in-visual-studio"&gt;&lt;a href="https://taslimi.me/post/Do-You-Know-About-T4-(Text-Template-Transformation-Toolkit)-Code-Generation-In-Visual-Studio.aspx"&gt;Do You Know About T4 (Text Template Transformation Toolkit) Code Generation In Visual Studio?&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
14. April 2009 03:15&lt;/p&gt;
&lt;p&gt;Working with Microsoft products always has some surprises, now be it a defect, missing functionality or an unknown cool new feature. What&amp;rsquo;s the story? Well recently i was listening to a &lt;a href="http://www.dotnetrocks.com"&gt;DotNetRocks&lt;/a&gt; show in which i heard the word &amp;ldquo;T4&amp;rdquo; which is something regarding to code generation in Visual Studio 2008! i was like, what is this? How come that i have not heard it before? Anyway I was really surprised. So as a code generation passionate i did some R&amp;amp;D about it and here is the outcome.  &lt;strong&gt;What is&lt;/strong&gt; &lt;a href="http://msdn.microsoft.com/en-us/library/bb126445.aspx"&gt;&lt;strong&gt;T4&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;?&lt;/strong&gt; &lt;a href="http://msdn.microsoft.com/en-us/library/bb126445.aspx"&gt;&lt;strong&gt;T4&lt;/strong&gt;&lt;/a&gt;**is a code generator built right into Visual Studio. To be clear, we HAVE THIS NOW on our system.**So now is the right time to introduce code generation to our company. this means &lt;em&gt;If we are doing something twice or more, manually, in our project, we should stop it and generate it instead.&lt;/em&gt; However, there is an issue with this technology and that&amp;rsquo;s the fact that Microsoft does not support it completely as of now and this reason why it is kind of hidden in VS. There&amp;rsquo;s no item templates in File | New Item and there&amp;rsquo;s no intellisense or syntax highlighting. However you don&amp;rsquo;t need this, but if you want really get the most out of T4, first, have a look at &amp;ldquo;&lt;a href="http://www.t4editor.net/downloads.html"&gt;&lt;strong&gt;T4 Editor Community Edition&lt;/strong&gt;&lt;/a&gt;.&amp;rdquo; That&amp;rsquo;ll get you some basic coloring.&lt;/p&gt;</description></item><item><title>Software development security check list</title><link>https://taslimi.me/posts/software-development-security-check-list/</link><pubDate>Mon, 06 Apr 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/software-development-security-check-list/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/The-C-Programming-Language-Version-40.aspx" title="Previous post"&gt;&amp;laquo; The C# Programming Language Version 4.0&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Do-You-Know-About-T4-(Text-Template-Transformation-Toolkit)-Code-Generation-In-Visual-Studio.aspx" title="Next post"&gt;Do You Know About T4 (Text Template Transformation Toolkit) Code Generation In Visual Studio? &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="software-development-security-check-list"&gt;&lt;a href="https://taslimi.me/post/Software-development-security-check-list.aspx"&gt;Software development security check list&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
6. April 2009 17:11&lt;/p&gt;
&lt;p&gt;Recentely i have joined a new as a technical architect. the very thing after getting to the domain was to evaluate the team technical capabalities. so i went through some their codes and found some disaster. i can say that nothing is done regarding to security. i still cannot believe what i have seen. but anyway i shared a handy document about application security with them. hope it will be helpfull for them. so i thought of sharing the same &lt;a href="http://download.microsoft.com/documents/uk/msdn/security/The%20Developer%20Highway%20Code.pdf"&gt;document&lt;/a&gt; with you.&lt;/p&gt;</description></item><item><title>The C# Programming Language Version 4.0</title><link>https://taslimi.me/posts/the-c-programming-language-version-40/</link><pubDate>Sat, 04 Apr 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/the-c-programming-language-version-40/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Optimizing-Silverlight-pages-to-be-search-engine-friendly.aspx" title="Previous post"&gt;&amp;laquo; Optimizing Silverlight pages to be search engine friendly&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Software-development-security-check-list.aspx" title="Next post"&gt;Software development security check list &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="the-c-programming-language-version-40"&gt;&lt;a href="https://taslimi.me/post/The-C-Programming-Language-Version-40.aspx"&gt;The C# Programming Language Version 4.0&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
4. April 2009 16:02&lt;/p&gt;
&lt;p&gt;browsing in the internet i came across a blog post about the new C# programming language spesifications (C# 4.0) and thought of sharing them with you. hope you like it.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://software.intel.com/en-us/blogs/2009/03/30/the-c-programming-language-version-40/"&gt;http://software.intel.com/en-us/blogs/2009/03/30/the-c-programming-language-version-40/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/category/Net.aspx"&gt;.Net&lt;/a&gt; | &lt;a href="https://taslimi.me/category/Technical.aspx"&gt;Technical&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/The-C-Programming-Language-Version-40.aspx#comment"&gt;Comments (0)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Related posts&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Learning-JAVA.aspx"&gt;Comparision between C# and JAVA&lt;/a&gt;
 
here is a quick comparision between microsoft c# (.net) and java 
 
&amp;hellip;&lt;a href="https://taslimi.me/post/IsNumeric()-function-in-C.aspx"&gt;IsNumeric() function in C#?&lt;/a&gt;
hi,
as you may know c# is missing the nice and usfull IsNumeric function which is available &amp;hellip;&lt;a href="https://taslimi.me/post/Waht-is-new-in-silverlight-40.aspx"&gt;Waht is new in silverlight 4.0&lt;/a&gt;
i have found a perfect blog post from mr. tim heuer on new features in silverlight 4.0. it&amp;rsquo;s d&amp;hellip;&lt;/p&gt;</description></item><item><title>Optimizing Silverlight pages to be search engine friendly</title><link>https://taslimi.me/posts/optimizing-silverlight-pages-to-be-search-engine-friendly/</link><pubDate>Tue, 31 Mar 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/optimizing-silverlight-pages-to-be-search-engine-friendly/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Free-ASPNET-MVC-eBook-Tutorial.aspx" title="Previous post"&gt;&amp;laquo; Free ASP.NET MVC eBook Tutorial from Scott Guthrie&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/The-C-Programming-Language-Version-40.aspx" title="Next post"&gt;The C# Programming Language Version 4.0 &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="optimizing-silverlight-pages-to-be-search-engine-friendly"&gt;&lt;a href="https://taslimi.me/post/Optimizing-Silverlight-pages-to-be-search-engine-friendly.aspx"&gt;Optimizing Silverlight pages to be search engine friendly&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
31. March 2009 14:49&lt;/p&gt;
&lt;h4 id="recently-i-was-involved-in-development-of-an-web-application-whose-interface-was-based-on-microsoft-silverlight-as-silverlight-is-a-new-technology-we-had-so-much-challenges-to-get-the-job-done-but-out-of-them-the-most-important-one-for-us-was-to-make-the-application-search-engine-friendly-so-after-doing-some-id-on-it-and-spending-some-late-night-hours-on-the-issue-i-got-some-good-references-and-experiences-which-i-thought-of-sharing-them-with-you"&gt;recently i was involved in development of an web application whose interface was based on Microsoft Silverlight. as Silverlight is a new technology we had so much challenges to get the job done but out of them the most important one for us was to make the application search engine friendly. so after doing some I&amp;amp;D on it and spending some late night hours on the issue, i got some good references and experiences which i thought of sharing them with you.&lt;/h4&gt;
&lt;p&gt;This document describes some best practices for search engine optimization of Silverlight applications. These practices are designed to help developers make their Silverlight content discoverable on a search engine results page and to provide an acceptable experience for users who do not have Silverlight enabled.&lt;/p&gt;</description></item><item><title>Free ASP.NET MVC eBook Tutorial from Scott Guthrie</title><link>https://taslimi.me/posts/free-aspnet-mvc-ebook-tutorial/</link><pubDate>Wed, 18 Mar 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/free-aspnet-mvc-ebook-tutorial/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Some-cool-Net-open-source-applicaitons.aspx" title="Previous post"&gt;&amp;laquo; Some cool .Net open source applicaitons&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Optimizing-Silverlight-pages-to-be-search-engine-friendly.aspx" title="Next post"&gt;Optimizing Silverlight pages to be search engine friendly &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="free-aspnet-mvc-ebook-tutorial-from-scott-guthrie"&gt;&lt;a href="https://taslimi.me/post/Free-ASPNET-MVC-eBook-Tutorial.aspx"&gt;Free ASP.NET MVC eBook Tutorial from Scott Guthrie&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
18. March 2009 06:43&lt;/p&gt;
&lt;p&gt;Scott Guthrie, Scott Hanselman, Rob Conery, and Phil Haack have release a book named ASP.NET MVC 1.0. first chapter of the book which is writen by Scott Guthrie is available to download for free. if you are new to MVC and also eager to know more about LINQ to SQL then you need to check this out. as always scott discribes the topics in practical manner so that we learn it much better. any way the chapter is available at the following &lt;a href="http://aspnetmvcbook.s3.amazonaws.com/aspnetmvc-nerdinner_v1.pdf"&gt;link&lt;/a&gt;. download it, go through it and dont forget to thank scott.&lt;/p&gt;</description></item><item><title>Shifted to the new home.</title><link>https://taslimi.me/posts/shifted-to-the-new-home/</link><pubDate>Tue, 10 Mar 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/shifted-to-the-new-home/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/ASPNET-Web-User-Controls-VS-Web-Custom-Controls.aspx" title="Previous post"&gt;&amp;laquo; ASP.NET Web User Controls VS. Web Custom Controls&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Some-cool-Net-open-source-applicaitons.aspx" title="Next post"&gt;Some cool .Net open source applicaitons &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="shifted-to-the-new-home"&gt;&lt;a href="https://taslimi.me/post/Shifted-to-the-new-home.aspx"&gt;Shifted to the new home.&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
10. March 2009 17:29&lt;/p&gt;
&lt;p&gt;finally it&amp;rsquo;s over. i had heard that moving is a difficault word to do but i had not experienced it. anyway there has been a delay in my recent posts because of this fact. but anyway it&amp;rsquo;s over.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/category/General.aspx"&gt;General&lt;/a&gt; | &lt;a href="https://taslimi.me/category/Personal.aspx"&gt;Personal&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Shifted-to-the-new-home.aspx#comment"&gt;Comments (0)&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Some cool .Net open source applicaitons</title><link>https://taslimi.me/posts/some-cool-net-open-source-applicaitons/</link><pubDate>Tue, 10 Mar 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/some-cool-net-open-source-applicaitons/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Shifted-to-the-new-home.aspx" title="Previous post"&gt;&amp;laquo; Shifted to the new home.&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Free-ASPNET-MVC-eBook-Tutorial.aspx" title="Next post"&gt;Free ASP.NET MVC eBook Tutorial from Scott Guthrie &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="some-cool-net-open-source-applicaitons"&gt;&lt;a href="https://taslimi.me/post/Some-cool-Net-open-source-applicaitons.aspx"&gt;Some cool .Net open source applicaitons&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
10. March 2009 17:31&lt;/p&gt;
&lt;p&gt;i have worked with some cool open source applications which are based on microsoft .net framework and i thought of sharing them with you.&lt;/p&gt;
&lt;h2 id="dotnetnuke"&gt;DotNetNuke&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;URL:&lt;/strong&gt; &lt;a href="http://www.dotnetnuke.com/"&gt;http://www.dotnetnuke.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dotnetnuke.com/"&gt;&lt;img alt="dotnetnuke" loading="lazy" src="http://blog.webdistortion.com/wp-content/uploads/2009/03/dotnetnuke.jpg" title="dotnetnuke"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;DotNetNuke® is
the most widely adopted framework for building websites and web
applications on Microsoft ASP.NET.  Using DotNetNuke, businesses can
quickly develop and deploy interactive, dynamic websites, intranets,
extranets and applications.&lt;/p&gt;</description></item><item><title>ASP.NET Web User Controls VS. Web Custom Controls</title><link>https://taslimi.me/posts/aspnet-web-user-controls-vs-web-custom-controls/</link><pubDate>Tue, 03 Mar 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/aspnet-web-user-controls-vs-web-custom-controls/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Integrating-PayPal-Payments-into-E-Commerce-Applications-with-ASPNET.aspx" title="Previous post"&gt;&amp;laquo; Integrating PayPal Payments into E-Commerce Applications with ASP.NET&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Shifted-to-the-new-home.aspx" title="Next post"&gt;Shifted to the new home. &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="aspnet-web-user-controls-vs-web-custom-controls"&gt;&lt;a href="https://taslimi.me/post/ASPNET-Web-User-Controls-VS-Web-Custom-Controls.aspx"&gt;ASP.NET Web User Controls VS. Web Custom Controls&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
3. March 2009 03:54&lt;/p&gt;
&lt;p&gt;Web user controls are easy to make, but they can be less convenient to use in advanced scenarios. You develop Web user controls almost exactly the same way that you develop Web Forms pages. Like Web Forms, user controls can be created in the visual designer, they can be written with code separated from the HTML, and they can handle execution events. However, because Web user controls are compiled dynamically at run time they cannot be added to the Toolbox, and they are represented by a simple placeholder glyph when added to a page. This makes Web user controls harder to use if you are accustomed to full Visual Studio .NET design-time support, including the Properties window and Design view previews. Also, the only way to share the user control between applications is to put a separate copy in each application, which takes more maintenance if you make changes to the control.&lt;/p&gt;</description></item><item><title>Integrating PayPal Payments into E-Commerce Applications with ASP.NET</title><link>https://taslimi.me/posts/integrating-paypal-payments-into-e-commerce-applications-with-aspnet/</link><pubDate>Sun, 01 Mar 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/integrating-paypal-payments-into-e-commerce-applications-with-aspnet/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Limitation-in-dbms_outputput_line-in-plsql.aspx" title="Previous post"&gt;&amp;laquo; Limitation in dbms_output.put_line in pl/sql&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/ASPNET-Web-User-Controls-VS-Web-Custom-Controls.aspx" title="Next post"&gt;ASP.NET Web User Controls VS. Web Custom Controls &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="integrating-paypal-payments-into-e-commerce-applications-with-aspnet"&gt;&lt;a href="https://taslimi.me/post/Integrating-PayPal-Payments-into-E-Commerce-Applications-with-ASPNET.aspx"&gt;Integrating PayPal Payments into E-Commerce Applications with ASP.NET&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;March 2009 16:24&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Check out the following article about Integrating PayPal Payments into ASP.NET E-Commerce Applications. this a very descriptive, useful article.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.west-wind.com/presentations/PayPalIntegration/PayPalIntegration.asp"&gt;http://www.west-wind.com/presentations/PayPalIntegration/PayPalIntegration.asp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" src="file:///C:/Users/Vahid/AppData/Local/Temp/moz-screenshot.jpg"&gt;&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" src="https://taslimi.me/images/integrating-paypal-payments-into-e-commerce-applications-with-aspnet/image.axd"&gt;&lt;br&gt;
The process of integrating a PayPal
payment involves several pages and HTTP POST backs.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/category/Net.aspx"&gt;.Net&lt;/a&gt; | &lt;a href="https://taslimi.me/category/Learning-resource.aspx"&gt;Learning resource&lt;/a&gt; | &lt;a href="https://taslimi.me/category/Technical.aspx"&gt;Technical&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Integrating-PayPal-Payments-into-E-Commerce-Applications-with-ASPNET.aspx#comment"&gt;Comments (0)&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Limitation in dbms_output.put_line in pl/sql</title><link>https://taslimi.me/posts/limitation-in-dbms-outputput-line-in-plsql/</link><pubDate>Wed, 18 Feb 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/limitation-in-dbms-outputput-line-in-plsql/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Customizing-Entity-Framework-Classes-in-VS-2010.aspx" title="Previous post"&gt;&amp;laquo; Customizing Entity Framework Classes in VS 2010&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Integrating-PayPal-Payments-into-E-Commerce-Applications-with-ASPNET.aspx" title="Next post"&gt;Integrating PayPal Payments into E-Commerce Applications with ASP.NET &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="limitation-in-dbms_outputput_line-in-plsql"&gt;&lt;a href="https://taslimi.me/post/Limitation-in-dbms_outputput_line-in-plsql.aspx"&gt;Limitation in dbms_output.put_line in pl/sql&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
18. February 2009 10:32&lt;/p&gt;
&lt;p&gt;Today I was testing a function in pl/sql using pl/sql developer. In the function we are contenting so many strings that the leng of the final string would go more than 4000. As usual I was trying to use dbms_output.put_line to debug the function and make sure the end result is ok. But at the end of the function when I was trying to print the final string using this function I was not  getting the expected result. the string was being truncated. First I thought there is a problem with varchar2(4000) data type which I had declared for my variable. So I changed the data type to LONG which can hold unto 2GB of data. But still the same issue was there.Spending sometimes on the issue I thought there may be some limitation to the put_line function. So I created a temporary table with a single clob column and inserted the final string into that column instead of printing to out window. Surprisingly it worked properly and I was able to see the whole string from the column. Doing some R&amp;amp;D on this I came to know that dbms_output.put_line() function has just a buffer of 2000 characters and it will only print 2000 chars. I was not able to find out any way to increase this buffer size but once I find it, I’ll write about it.&lt;/p&gt;</description></item><item><title>Customizing Entity Framework Classes in VS 2010</title><link>https://taslimi.me/posts/customizing-entity-framework-classes-in-vs-2010/</link><pubDate>Tue, 17 Feb 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/customizing-entity-framework-classes-in-vs-2010/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Entity-Framework-learning-resouce.aspx" title="Previous post"&gt;&amp;laquo; Entity Framework learning resouce&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Limitation-in-dbms_outputput_line-in-plsql.aspx" title="Next post"&gt;Limitation in dbms_output.put_line in pl/sql &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="customizing-entity-framework-classes-in-vs-2010"&gt;&lt;a href="https://taslimi.me/post/Customizing-Entity-Framework-Classes-in-VS-2010.aspx"&gt;Customizing Entity Framework Classes in VS 2010&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
17. February 2009 15:32&lt;/p&gt;
&lt;p&gt;need to know about new cool features in visual studio 2010? check this link which describes new features for entity framwork in vs 2010&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.msdn.com/efdesign/archive/2009/01/22/customizing-entity-classes-with-t4.aspx"&gt;http://blogs.msdn.com/efdesign/archive/2009/01/22/customizing-entity-classes-with-t4.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/category/Net.aspx"&gt;.Net&lt;/a&gt; | &lt;a href="https://taslimi.me/category/Learning-resource.aspx"&gt;Learning resource&lt;/a&gt; | &lt;a href="https://taslimi.me/category/Technical.aspx"&gt;Technical&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Customizing-Entity-Framework-Classes-in-VS-2010.aspx#comment"&gt;Comments (0)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Related posts&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Entity-Framework-learning-resouce.aspx"&gt;Entity Framework learning resouce&lt;/a&gt;
browsing internet i found this document about ado.net entity framework which comes with microsoft &amp;hellip;&lt;a href="https://taslimi.me/post/Update-Single-Column-In-Entity-Framework.aspx"&gt;Update Single Column In Entity Framework&lt;/a&gt;I was working with Entity Framework and I needed to update a single column of a row in the database&amp;hellip;.&lt;a href="https://taslimi.me/post/Perfect-reference-to-get-started-with-EntityFramework-41.aspx"&gt;Perfect reference to get started with EntityFramework 4.1&lt;/a&gt;Just found these set of post in the MSDN site for getting started with EntityFramework 4.1. if you a&amp;hellip;&lt;/p&gt;</description></item><item><title>Entity Framework learning resouce</title><link>https://taslimi.me/posts/entity-framework-learning-resouce/</link><pubDate>Tue, 17 Feb 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/entity-framework-learning-resouce/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Windows-Azure-The-future-platform-of-most-of-us.aspx" title="Previous post"&gt;&amp;laquo; Windows Azure, The future platform of most of us&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Customizing-Entity-Framework-Classes-in-VS-2010.aspx" title="Next post"&gt;Customizing Entity Framework Classes in VS 2010 &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="entity-framework-learning-resouce"&gt;&lt;a href="https://taslimi.me/post/Entity-Framework-learning-resouce.aspx"&gt;Entity Framework learning resouce&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
17. February 2009 15:17&lt;/p&gt;
&lt;p&gt;browsing internet i found this document about ado.net entity framework which comes with microsoft .net framework 3.5 sp1.&lt;/p&gt;
&lt;p&gt;check it out at:&lt;/p&gt;
&lt;p&gt;(reference &lt;a href="https://cid-245ed00edb4c374e.skydrive.live.com/self.aspx/Public/entity%20framework%20learning%20guide.pdf"&gt;http://cid-245ed00edb4c374e.skydrive.live.com/self.aspx/Public/entity%20framework%20learning%20guide.pdf&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/category/Net.aspx"&gt;.Net&lt;/a&gt; | &lt;a href="https://taslimi.me/category/Learning-resource.aspx"&gt;Learning resource&lt;/a&gt; | &lt;a href="https://taslimi.me/category/Technical.aspx"&gt;Technical&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Entity-Framework-learning-resouce.aspx#comment"&gt;Comments (0)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Related posts&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Update-Single-Column-In-Entity-Framework.aspx"&gt;Update Single Column In Entity Framework&lt;/a&gt;I was working with Entity Framework and I needed to update a single column of a row in the database&amp;hellip;.&lt;a href="https://taslimi.me/post/Perfect-reference-to-get-started-with-EntityFramework-41.aspx"&gt;Perfect reference to get started with EntityFramework 4.1&lt;/a&gt;Just found these set of post in the MSDN site for getting started with EntityFramework 4.1. if you a&amp;hellip;&lt;a href="https://taslimi.me/post/Customizing-Entity-Framework-Classes-in-VS-2010.aspx"&gt;Customizing Entity Framework Classes in VS 2010&lt;/a&gt;
 need to know about new cool features in visual studio 2010? check this link which describes &amp;hellip;&lt;/p&gt;</description></item><item><title>Windows Azure, The future platform of most of us</title><link>https://taslimi.me/posts/windows-azure-the-future-platform-of-most-of-us/</link><pubDate>Tue, 17 Feb 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/windows-azure-the-future-platform-of-most-of-us/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/db8cdaa9-d8add982db8cd982d8aa-d8afd8b1d8a8d8a7d8b1d987-d985d8a7-d8a7db8cd8b1d8a7d986db8cd8a7d986.aspx" title="Previous post"&gt;&amp;laquo; یک حقیقت درباره ما ایرانیان&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Entity-Framework-learning-resouce.aspx" title="Next post"&gt;Entity Framework learning resouce &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="windows-azure-the-future-platform-of-most-of-us"&gt;&lt;a href="https://taslimi.me/post/Windows-Azure-The-future-platform-of-most-of-us.aspx"&gt;Windows Azure, The future platform of most of us&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
17. February 2009 13:30&lt;/p&gt;
&lt;p&gt;What is the Azure Services Platform?&lt;/p&gt;
&lt;p&gt;he Azure™ Services Platform (Azure) is an internet-scale cloud services
platform hosted in Microsoft data centers, which provides an operating
system and a set of developer services that can be used individually or
together. Azure’s flexible and interoperable platform can be used to
build new applications to run from the cloud or enhance existing
applications with cloud-based capabilities. Its open architecture gives
developers the choice to build web applications, applications running
on connected devices, PCs, servers, or hybrid solutions offering the
best of online and on-premises.&lt;/p&gt;</description></item><item><title>This is called CAR</title><link>https://taslimi.me/posts/this-is-called-car/</link><pubDate>Wed, 11 Feb 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/this-is-called-car/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Extreme-WCF-Training-Video.aspx" title="Previous post"&gt;&amp;laquo; Extreme WCF Training Video&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/db8cdaa9-d8add982db8cd982d8aa-d8afd8b1d8a8d8a7d8b1d987-d985d8a7-d8a7db8cd8b1d8a7d986db8cd8a7d986.aspx" title="Next post"&gt;یک حقیقت درباره ما ایرانیان &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="this-is-called-car"&gt;&lt;a href="https://taslimi.me/post/This-is-called-CAR.aspx"&gt;This is called CAR&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
11. February 2009 06:02&lt;/p&gt;
&lt;p&gt;look at this Mercedes Benz SLR whose body is fully white gold. the pictures have been taken in the Mall of emirates in Dubai.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.taslimi.ir/image.axd?picture=BenzSLRWhiteGold1.png"&gt;&lt;img alt="Benz SLR - White Gold 1" loading="lazy" src="http://www.taslimi.ir/image.axd?picture=BenzSLRWhiteGold1_thumb.png" title="Benz SLR - White Gold 1"&gt;&lt;/a&gt; &lt;a href="http://www.taslimi.ir/image.axd?picture=BenzSLRWhiteGold2.png"&gt;&lt;img alt="Benz SLR - White Gold 2" loading="lazy" src="http://www.taslimi.ir/image.axd?picture=BenzSLRWhiteGold2_thumb.png" title="Benz SLR - White Gold 2"&gt;&lt;/a&gt; &lt;a href="http://www.taslimi.ir/image.axd?picture=BenzSLRWhiteGold3.png"&gt;&lt;img alt="Benz SLR - White Gold 3" loading="lazy" src="http://www.taslimi.ir/image.axd?picture=BenzSLRWhiteGold3_thumb.png" title="Benz SLR - White Gold 3"&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Extreme WCF Training Video</title><link>https://taslimi.me/posts/extreme-wcf-training-video/</link><pubDate>Tue, 10 Feb 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/extreme-wcf-training-video/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Marriage-Factse280a6-Enjoy.aspx" title="Previous post"&gt;&amp;laquo; Marriage Facts… Enjoy&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/This-is-called-CAR.aspx" title="Next post"&gt;This is called CAR &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="extreme-wcf-training-video"&gt;&lt;a href="https://taslimi.me/post/Extreme-WCF-Training-Video.aspx"&gt;Extreme WCF Training Video&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
10. February 2009 13:46&lt;/p&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;if you have been working with Windows communication foundation and you still don’t know how to organize your layers in a very good way, you have to check this out. in this video of DNRTV Miguel Castro shows us how to get the best out of Windows Communication Foundation. Miguel extholls the virtues of doing WCF projects from scratch, and not using the Visual Studio templates.  you can get/watch the video from the following link&lt;/p&gt;</description></item><item><title>Marriage Facts… Enjoy</title><link>https://taslimi.me/posts/marriage-factse280a6-enjoy/</link><pubDate>Wed, 04 Feb 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/marriage-factse280a6-enjoy/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Steve-Jobs-speech-you-must-watch-twice-a-day.aspx" title="Previous post"&gt;&amp;laquo; Steve Jobs speech. you must watch twice a day&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Extreme-WCF-Training-Video.aspx" title="Next post"&gt;Extreme WCF Training Video &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="marriage-facts-enjoy"&gt;&lt;a href="https://taslimi.me/post/Marriage-Factse280a6-Enjoy.aspx"&gt;Marriage Facts… Enjoy&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
4. February 2009 03:41&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;W****hen a man steals your wife, there is no better revenge than to let him keep her.&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;&lt;strong&gt;David Bissonette&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;**After marriage, husband and wife  become two sides of a coin; they just can&amp;rsquo;t face each other, but still they stay together.**&lt;strong&gt;Sacha Guitry&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;By all means marry. If you get a good wife, you&amp;rsquo;ll be happy. If you get a bad one, you&amp;rsquo;ll become a philosopher.&lt;/strong&gt; &lt;strong&gt;Socrates&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Steve Jobs speech. you must watch twice a day</title><link>https://taslimi.me/posts/steve-jobs-speech-you-must-watch-twice-a-day/</link><pubDate>Tue, 03 Feb 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/steve-jobs-speech-you-must-watch-twice-a-day/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/PointUI-a-fancy-UI-for-windows-moible.aspx" title="Previous post"&gt;&amp;laquo; PointUI, a fancy UI for windows moible&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Marriage-Factse280a6-Enjoy.aspx" title="Next post"&gt;Marriage Facts… Enjoy &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="steve-jobs-speech-you-must-watch-twice-a-day"&gt;&lt;a href="https://taslimi.me/post/Steve-Jobs-speech-you-must-watch-twice-a-day.aspx"&gt;Steve Jobs speech. you must watch twice a day&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
3. February 2009 16:07&lt;/p&gt;
&lt;p&gt;Here we see Steve Jobs delivering his commencement speech to the graduates of Stanford University in 2005.&lt;/p&gt;
&lt;p&gt;You should watch this video at least twice a day. Steve gives such an impressive speech which is full of nice, fantastic and useful advices.&lt;/p&gt;</description></item><item><title>PointUI, a fancy UI for windows moible</title><link>https://taslimi.me/posts/pointui-a-fancy-ui-for-windows-moible/</link><pubDate>Sun, 01 Feb 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/pointui-a-fancy-ui-for-windows-moible/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/LinqPad-A-great-tool-to-work-and-learn-LINQ.aspx" title="Previous post"&gt;&amp;laquo; LinqPad, A great tool to work and learn LINQ&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Steve-Jobs-speech-you-must-watch-twice-a-day.aspx" title="Next post"&gt;Steve Jobs speech. you must watch twice a day &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="pointui-a-fancy-ui-for-windows-moible"&gt;&lt;a href="https://taslimi.me/post/PointUI-a-fancy-UI-for-windows-moible.aspx"&gt;PointUI, a fancy UI for windows moible&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;February 2009 18:21&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;i just installed PointUI on my pocket pc and loved it. it&amp;rsquo;s an alternative fancy UI for windows mobile. if you got a pocket pc you should try it. you can download it at&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.pocketpcfreeware.mobi/download-pointui.html"&gt;http://www.pocketpcfreeware.mobi/download-pointui.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;here are some snap shots :&lt;/p&gt;</description></item><item><title>Developing E-Commerce application in .NET</title><link>https://taslimi.me/posts/developing-e-commerce-application-in-net/</link><pubDate>Fri, 30 Jan 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/developing-e-commerce-application-in-net/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Need-Credit-card-numbers-to-test-your-E-Commerce-site.aspx" title="Previous post"&gt;&amp;laquo; Need Credit card numbers to test your E-Commerce site?&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/LinqPad-A-great-tool-to-work-and-learn-LINQ.aspx" title="Next post"&gt;LinqPad, A great tool to work and learn LINQ &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="developing-e-commerce-application-in-net"&gt;&lt;a href="https://taslimi.me/post/Developing-E-Commerce-application-in-NET.aspx"&gt;Developing E-Commerce application in .NET&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
30. January 2009 03:34&lt;/p&gt;
&lt;p&gt;if you want to develop and ECommerce application in .net, you should definitely check the post regarding a &lt;a href="http://www.west-wind.com/presentations/aspnetecommerce/aspnetecommerce.asp"&gt;real eCommerce article&lt;/a&gt;. For sure it will help a lot.&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" src="https://taslimi.me/images/developing-e-commerce-application-in-net/image.axd"&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/category/Net.aspx"&gt;.Net&lt;/a&gt; | &lt;a href="https://taslimi.me/category/Learning-resource.aspx"&gt;Learning resource&lt;/a&gt; | &lt;a href="https://taslimi.me/category/Technical.aspx"&gt;Technical&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Developing-E-Commerce-application-in-NET.aspx#comment"&gt;Comments (0)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Related posts&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Differences-between-aspnet-web-Site-and-aspnet-Web-Application.aspx"&gt;Differences between asp.net web Site and asp.net Web Application&lt;/a&gt;Have ever wondered what the differences between 2 types of asp.net web projects in visual studio 200&amp;hellip;&lt;a href="https://taslimi.me/post/Integrating-PayPal-Payments-into-E-Commerce-Applications-with-ASPNET.aspx"&gt;Integrating PayPal Payments into E-Commerce Applications with ASP.NET&lt;/a&gt;
 Check out the following article about Integrating PayPal Payments into ASP.NET E-Commerce Ap&amp;hellip;&lt;a href="https://taslimi.me/post/Managing-Multiple-Configuration-File-For-Different-Application-Life-cycles-In-Net-Applications.aspx"&gt;Managing Multiple Configuration File For Different Application Life cycles In .Net Applications&lt;/a&gt;
All of us have already dealt with the problem of promoting configuration files in different applic&amp;hellip;&lt;/p&gt;</description></item><item><title>LinqPad, A great tool to work and learn LINQ</title><link>https://taslimi.me/posts/linqpad-a-great-tool-to-work-and-learn-linq/</link><pubDate>Fri, 30 Jan 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/linqpad-a-great-tool-to-work-and-learn-linq/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Developing-E-Commerce-application-in-NET.aspx" title="Previous post"&gt;&amp;laquo; Developing E-Commerce application in .NET&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/PointUI-a-fancy-UI-for-windows-moible.aspx" title="Next post"&gt;PointUI, a fancy UI for windows moible &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="linqpad-a-great-tool-to-work-and-learn-linq"&gt;&lt;a href="https://taslimi.me/post/LinqPad-A-great-tool-to-work-and-learn-LINQ.aspx"&gt;LinqPad, A great tool to work and learn LINQ&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
30. January 2009 14:36&lt;/p&gt;
&lt;p&gt;Want to learn LINQ? looking for a lightweigh and fast application to evaluate your linq expression? now check this out. i found a very good free application which lets you interactively query SQL databases
in a &lt;em&gt;modern query language&lt;/em&gt;: &lt;strong&gt;LINQ.&lt;/strong&gt; LINQPad is also a great way to learn LINQ: it comes preloaded with 200 examples
from the book, &lt;a href="http://www.albahari.com/nutshell/"&gt;C# 3.0 in a Nutshell&lt;/a&gt;.  And finally LINQPad is more than just a LINQ tool: it&amp;rsquo;s a &lt;em&gt;&lt;strong&gt;code snippet IDE&lt;/strong&gt;&lt;/em&gt;
that instantly executes any C#/VB.net expression, statement block or
program. Put an end to those hundreds of Visual Studio Console projects
cluttering your source folder! you can get it from &lt;a href="http://www.linqpad.net/"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Need Credit card numbers to test your E-Commerce site?</title><link>https://taslimi.me/posts/need-credit-card-numbers-to-test-your-e-commerce-site/</link><pubDate>Wed, 28 Jan 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/need-credit-card-numbers-to-test-your-e-commerce-site/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Java-learning-videos.aspx" title="Previous post"&gt;&amp;laquo; Java learning videos&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Developing-E-Commerce-application-in-NET.aspx" title="Next post"&gt;Developing E-Commerce application in .NET &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="need-credit-card-numbers-to-test-your-e-commerce-site"&gt;&lt;a href="https://taslimi.me/post/Need-Credit-card-numbers-to-test-your-E-Commerce-site.aspx"&gt;Need Credit card numbers to test your E-Commerce site?&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
28. January 2009 03:24&lt;/p&gt;
&lt;p&gt;one issue we usually face while developing an ECommerce application is testing credit card  payment system. so here is list of credit card numbers we can use to test payment system.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://weblogs.asp.net/blogs/mikedopp/WindowsLiveWriter/CreditCardNumbersforTestingyourEcommerce_B744/AmericanExpress.png"&gt;&lt;img alt="AmericanExpress" loading="lazy" src="https://weblogs.asp.net/blogs/mikedopp/WindowsLiveWriter/CreditCardNumbersforTestingyourEcommerce_B744/AmericanExpress_thumb.png" title="AmericanExpress"&gt;&lt;/a&gt;American Express: 3111-1111-1111-1117&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://weblogs.asp.net/blogs/mikedopp/WindowsLiveWriter/CreditCardNumbersforTestingyourEcommerce_B744/Visa.png"&gt;&lt;img alt="Visa" loading="lazy" src="https://weblogs.asp.net/blogs/mikedopp/WindowsLiveWriter/CreditCardNumbersforTestingyourEcommerce_B744/Visa_thumb.png" title="Visa"&gt;&lt;/a&gt;Visa: 4111-1111-1111-1111 or 4222-2222-2222-2222&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://weblogs.asp.net/blogs/mikedopp/WindowsLiveWriter/CreditCardNumbersforTestingyourEcommerce_B744/masterCard.png"&gt;&lt;img alt="masterCard" loading="lazy" src="https://weblogs.asp.net/blogs/mikedopp/WindowsLiveWriter/CreditCardNumbersforTestingyourEcommerce_B744/masterCard_thumb.png" title="masterCard"&gt;&lt;/a&gt;MasterCard: 5111-1111-1111-1118&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://weblogs.asp.net/blogs/mikedopp/WindowsLiveWriter/CreditCardNumbersforTestingyourEcommerce_B744/DiscoverCard.png"&gt;&lt;img alt="DiscoverCard" loading="lazy" src="https://weblogs.asp.net/blogs/mikedopp/WindowsLiveWriter/CreditCardNumbersforTestingyourEcommerce_B744/DiscoverCard_thumb.png" title="DiscoverCard"&gt;&lt;/a&gt;Discover: 6111-1111-1111-1116&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;remember that  &lt;strong&gt;CCV&lt;/strong&gt; number and &lt;strong&gt;Name&lt;/strong&gt; does not matter but you should keep the amount bellow $500 dollars and also make sure expiration date is not today but in the future.&lt;/p&gt;</description></item><item><title>Comparision between C# and JAVA</title><link>https://taslimi.me/posts/learning-java/</link><pubDate>Sun, 25 Jan 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/learning-java/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/export-to-excel-but-in-new-page.aspx" title="Previous post"&gt;&amp;laquo; export to excel but in new page&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Java-learning-videos.aspx" title="Next post"&gt;Java learning videos &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="comparision-between-c-and-java"&gt;&lt;a href="https://taslimi.me/post/Learning-JAVA.aspx"&gt;Comparision between C# and JAVA&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
25. January 2009 15:30&lt;/p&gt;
&lt;p&gt;here is a quick comparision between microsoft c# (.net) and java&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;strong&gt;Concept&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;C#&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Java&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Notes&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Virtual machine&lt;/td&gt;
&lt;td&gt;CLR&lt;/td&gt;
&lt;td&gt;JVM&lt;/td&gt;
&lt;td&gt;CLR is not quite the same as JVM concept, but very similar.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Namespace&lt;/td&gt;
&lt;td&gt;namespace/ using&lt;/td&gt;
&lt;td&gt;package/ imports&lt;/td&gt;
&lt;td&gt;C# allows multiple namespaces in a file, Java does not.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Attributes&lt;/td&gt;
&lt;td&gt;[&lt;em&gt;attribute&lt;/em&gt;]&lt;/td&gt;
&lt;td&gt;@&lt;em&gt;annotation&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;C# 1.0, Java 1.5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Base class&lt;/td&gt;
&lt;td&gt;base&lt;/td&gt;
&lt;td&gt;super&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;abstract objects&lt;/td&gt;
&lt;td&gt;abstract class&lt;/td&gt;
&lt;td&gt;abstract class&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;abstract methods&lt;/td&gt;
&lt;td&gt;abstract&lt;/td&gt;
&lt;td&gt;abstract&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;sealed objects&lt;/td&gt;
&lt;td&gt;sealed&lt;/td&gt;
&lt;td&gt;final&lt;/td&gt;
&lt;td&gt;In both cases, sealing is discouraged.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;sealed methods&lt;/td&gt;
&lt;td&gt;sealed&lt;/td&gt;
&lt;td&gt;final&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;replacement methods&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;new&lt;/strong&gt; keyword&lt;/td&gt;
&lt;td&gt;not supported&lt;/td&gt;
&lt;td&gt;Effectively ignores the base method.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;constants&lt;/td&gt;
&lt;td&gt;const / readonly&lt;/td&gt;
&lt;td&gt;final static&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Enum&amp;rsquo;s&lt;/td&gt;
&lt;td&gt;enum keyword&lt;/td&gt;
&lt;td&gt;enum keyword&lt;/td&gt;
&lt;td&gt;C# 1.0, Java 1.5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;virtual functions&lt;/td&gt;
&lt;td&gt;explicit virtual&lt;/td&gt;
&lt;td&gt;always virtual&lt;/td&gt;
&lt;td&gt;This is one of the gotcha&amp;rsquo;s when working between the two languages&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;override intention&lt;/td&gt;
&lt;td&gt;override&lt;/td&gt;
&lt;td&gt;@Override (though members override by default)&lt;/td&gt;
&lt;td&gt;Causes compiler error if method is not actually overriding a base method.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Class/Type representation of simple types&lt;/td&gt;
&lt;td&gt;Map 1:1 with the simple type keywords.&lt;/td&gt;
&lt;td&gt;Behave different to simple type keywords.&lt;/td&gt;
&lt;td&gt;C# seems more natural than Java in it&amp;rsquo;s behavior&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Getters/Setters&lt;/td&gt;
&lt;td&gt;get/set keywords, behave like properties&lt;/td&gt;
&lt;td&gt;Explicit get/set methods&lt;/td&gt;
&lt;td&gt;Again, C# seems more natural with this.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Events&lt;/td&gt;
&lt;td&gt;Typically via delegates&lt;/td&gt;
&lt;td&gt;Typically via interfaces&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Reference equivalence&lt;/td&gt;
&lt;td&gt;Object. ReferenceEquals()&lt;/td&gt;
&lt;td&gt;==&lt;/td&gt;
&lt;td&gt;Another C# vs Java gotcha.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Value equivalence&lt;/td&gt;
&lt;td&gt;== or Object.Equals()&lt;/td&gt;
&lt;td&gt;object.equals(), == for value types&lt;/td&gt;
&lt;td&gt;Java&amp;rsquo;s choice of using == for reference equals adds to the need to distinguish between objects and value types.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Object introspection&lt;/td&gt;
&lt;td&gt;Object.GetType()&lt;/td&gt;
&lt;td&gt;object.class&lt;/td&gt;
&lt;td&gt;Very similar&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Exceptions thrown by method&lt;/td&gt;
&lt;td&gt;implicit&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;throws&lt;/strong&gt; keyword&lt;/td&gt;
&lt;td&gt;Actually liking Java&amp;rsquo;s philosophy here, albeit taking some getting used to.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Stack scoping&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;using&lt;/strong&gt; keyword, or &lt;strong&gt;try/finally&lt;/strong&gt; keywords&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;try/finally&lt;/strong&gt; keywords&lt;/td&gt;
&lt;td&gt;&amp;lsquo;using&amp;rsquo; keyword is syntax sugar that calls IDisposable.Dispose() method at end of block.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Simple synchronization&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;lock&lt;/strong&gt; keyword&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;synchronized&lt;/strong&gt; keyword&lt;/td&gt;
&lt;td&gt;&amp;lsquo;synchronized&amp;rsquo; can also be used on a method.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Generics&lt;/td&gt;
&lt;td&gt;&lt;em&gt;class&lt;/em&gt;&amp;lt;&lt;em&gt;type&lt;/em&gt;&amp;gt;&lt;/td&gt;
&lt;td&gt;&lt;em&gt;class&lt;/em&gt;&amp;lt;&lt;em&gt;type&lt;/em&gt;&amp;gt;&lt;/td&gt;
&lt;td&gt;C# 2.0. Java 1.5. C# has a cleaner implementation and discovery of generics in reflection. In Java, &lt;em&gt;class&lt;/em&gt; and &lt;em&gt;class&amp;lt;type&lt;/em&gt;&amp;gt; cannot co-exist. &lt;em&gt;class&lt;/em&gt; becomes synonymous to &lt;em&gt;class&lt;/em&gt;&lt;object&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Output parameters&lt;/td&gt;
&lt;td&gt;&lt;em&gt;out, ref&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Not allowed&lt;/td&gt;
&lt;td&gt;Not a huge loss in Java, there are simple workarounds.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Switch fall-through&lt;/td&gt;
&lt;td&gt;&lt;em&gt;Not allowed&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;Allowed&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;iteration&lt;/td&gt;
&lt;td&gt;&lt;em&gt;foreach(type&lt;/em&gt; &lt;em&gt;&lt;strong&gt;x&lt;/strong&gt; in &lt;strong&gt;y&lt;/strong&gt;)&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;for (&lt;em&gt;type&lt;/em&gt; &lt;strong&gt;x&lt;/strong&gt; : &lt;strong&gt;y&lt;/strong&gt;)&lt;/td&gt;
&lt;td&gt;C# 1.0. Java 1.5.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Lambda/Closures&lt;/td&gt;
&lt;td&gt;&lt;em&gt;=&amp;gt;&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;(future)&lt;/td&gt;
&lt;td&gt;C# 3.0. Java 1.7 (maybe)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/category/Net.aspx"&gt;.Net&lt;/a&gt; | &lt;a href="https://taslimi.me/category/JAVA.aspx"&gt;JAVA&lt;/a&gt; | &lt;a href="https://taslimi.me/category/Technical.aspx"&gt;Technical&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Java learning videos</title><link>https://taslimi.me/posts/java-learning-videos/</link><pubDate>Sun, 25 Jan 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/java-learning-videos/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Learning-JAVA.aspx" title="Previous post"&gt;&amp;laquo; Comparision between C# and JAVA&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Need-Credit-card-numbers-to-test-your-E-Commerce-site.aspx" title="Next post"&gt;Need Credit card numbers to test your E-Commerce site? &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="java-learning-videos"&gt;&lt;a href="https://taslimi.me/post/Java-learning-videos.aspx"&gt;Java learning videos&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
25. January 2009 17:04&lt;/p&gt;
&lt;p&gt;i just found a set of java and eclips learning videos. these are good mostely for begginers.&lt;/p&gt;
&lt;p&gt;you can find them &lt;a href="http://sourceforge.net/project/showfiles.php?group_id=200662"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://sourceforge.net/project/showfiles.php?group_id=200662"&gt;http://sourceforge.net/project/showfiles.php?group_id=200662&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/category/Technical.aspx"&gt;Technical&lt;/a&gt; | &lt;a href="https://taslimi.me/category/JAVA.aspx"&gt;JAVA&lt;/a&gt; | &lt;a href="https://taslimi.me/category/Learning-resource.aspx"&gt;Learning resource&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Java-learning-videos.aspx#comment"&gt;Comments (0)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Related posts&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Learning-JAVA.aspx"&gt;Comparision between C# and JAVA&lt;/a&gt;
 
here is a quick comparision between microsoft c# (.net) and java 
 
&amp;hellip;&lt;a href="https://taslimi.me/post/Entity-Framework-learning-resouce.aspx"&gt;Entity Framework learning resouce&lt;/a&gt;
browsing internet i found this document about ado.net entity framework which comes with microsoft &amp;hellip;&lt;a href="https://taslimi.me/post/Differences-between-XML-and-JSON.aspx"&gt;Differences between XML and JSON&lt;/a&gt;
Here are some key differences between JavaScript Object Notation (or JSON), an open and text-&amp;hellip;&lt;/p&gt;</description></item><item><title>export to excel but in new page</title><link>https://taslimi.me/posts/export-to-excel-but-in-new-page/</link><pubDate>Tue, 20 Jan 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/export-to-excel-but-in-new-page/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Why-Grandma-should-not-do-sky-diving.aspx" title="Previous post"&gt;&amp;laquo; Why Grandma should not do sky diving&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Learning-JAVA.aspx" title="Next post"&gt;Comparision between C# and JAVA &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="export-to-excel-but-in-new-page"&gt;&lt;a href="https://taslimi.me/post/export-to-excel-but-in-new-page.aspx"&gt;export to excel but in new page&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
20. January 2009 05:42&lt;/p&gt;
&lt;p&gt;in the last sub system which we were working on, there was requirement to export the result of a query which is from oracle database and is displayed in an asp.net data grid into excel file. but the component we are using for export to excel functionality gets the collection as input parameter and export the data to excel file and write the excel file into response object of the asp.net. this means once the functionality is invoked, a dialog box will be displayed asking Open the file, save the file of cancel the operation. no issue with save and cancel. but when they clicked on the open it opens the excel file in the same browser window where they were viewing the page and they close the window once they were through with viewing the excel file. this means they close the application.&lt;/p&gt;</description></item><item><title>Why Grandma should not do sky diving</title><link>https://taslimi.me/posts/why-grandma-should-not-do-sky-diving/</link><pubDate>Fri, 16 Jan 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/why-grandma-should-not-do-sky-diving/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/free-lightweight-source-code-editor.aspx" title="Previous post"&gt;&amp;laquo; free lightweight source code editor&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/export-to-excel-but-in-new-page.aspx" title="Next post"&gt;export to excel but in new page &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="why-grandma-should-not-do-sky-diving"&gt;&lt;a href="https://taslimi.me/post/Why-Grandma-should-not-do-sky-diving.aspx"&gt;Why Grandma should not do sky diving&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
16. January 2009 05:59&lt;/p&gt;
&lt;p&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Funny"&gt;Funny&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/category/General.aspx"&gt;General&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Why-Grandma-should-not-do-sky-diving.aspx#comment"&gt;Comments (0)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Related posts&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Why-I-believe-software-development-should-be-like-amazon-kindle.aspx"&gt;Why I believe software development should be like amazon kindle development&lt;/a&gt;Few weeks ago I got myself an Amazon Kindle to facilitate book reading and hopefully get back my rea&amp;hellip;&lt;a href="https://taslimi.me/post/Could-not-create-the-driver-from-NHibernateDriverOracleDataClientDriver-error-in-NHibernate.aspx"&gt;Could not create the driver from NHibernate.Driver.OracleDataClientDriver error in NHibernate&lt;/a&gt;I have been playing with Nhibernate to connect to an oracle database using ODP.NET. first POC projec&amp;hellip;&lt;a href="https://taslimi.me/post/Could-not-load-file-or-assembly-OracleDataAccess-or-one-of-its-dependencies-An-attempt-was-made-to-load-a-program-with-an-incorrect-format.aspx"&gt;Could not load file or assembly &amp;lsquo;Oracle.DataAccess&amp;rsquo; or one of its dependencies. An attempt was made to load a program with an incorrect format&lt;/a&gt;I  had deploying an asp.net application to a windows 2008 64bit server. the application uses od&amp;hellip;&lt;/p&gt;</description></item><item><title>free lightweight source code editor</title><link>https://taslimi.me/posts/free-lightweight-source-code-editor/</link><pubDate>Thu, 15 Jan 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/free-lightweight-source-code-editor/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/patterns-practices-Application-Architecture-Guide-20.aspx" title="Previous post"&gt;&amp;laquo; patterns &amp;amp; practices Application Architecture Guide 2.0&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Why-Grandma-should-not-do-sky-diving.aspx" title="Next post"&gt;Why Grandma should not do sky diving &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="free-lightweight-source-code-editor"&gt;&lt;a href="https://taslimi.me/post/free-lightweight-source-code-editor.aspx"&gt;free lightweight source code editor&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
15. January 2009 07:27&lt;/p&gt;
&lt;p&gt;Guys, looking for a free lightweight code editor? then you gatta check &lt;a href="http://www.pnotepad.org/"&gt;Programmer’s Notepad&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;very nice and usefull tool to edit  and compile different kind of source code including : Assembly, C#, Java, ASP.net, Javascript, Sql, pl/sql, CSS, C, C++, HTML, Fortran, XML, Pascal, Pear, PHP, PHP script, powershell, vbscript, Python, Ruby, Visual Basic and so many more. it has also a set of nice feature like :&lt;/p&gt;</description></item><item><title>patterns &amp; practices Application Architecture Guide 2.0</title><link>https://taslimi.me/posts/patterns-practices-application-architecture-guide-20/</link><pubDate>Wed, 14 Jan 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/patterns-practices-application-architecture-guide-20/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Solution-for-CS0016-Error-on-ASPNET-and-IIS7.aspx" title="Previous post"&gt;&amp;laquo; Solution for CS0016 Error on ASP.NET and IIS7&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/free-lightweight-source-code-editor.aspx" title="Next post"&gt;free lightweight source code editor &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="patterns--practices-application-architecture-guide-20"&gt;&lt;a href="https://taslimi.me/post/patterns-practices-Application-Architecture-Guide-20.aspx"&gt;patterns &amp;amp; practices Application Architecture Guide 2.0&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
14. January 2009 07:29&lt;/p&gt;
&lt;p&gt;I have been waiting for this for long time. the first version has been really usefull for me.&lt;/p&gt;
&lt;p&gt;this is an official guied for application architecture provided by patterns and practicess team at microsoft. i hope this will be usefull for you also and let&amp;rsquo;s thank the team for the greate job.&lt;/p&gt;</description></item><item><title>Base Class Library Samples</title><link>https://taslimi.me/posts/base-class-library-samples/</link><pubDate>Tue, 13 Jan 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/base-class-library-samples/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Sort-based-on-input-parameter-in-oracle-query.aspx" title="Previous post"&gt;&amp;laquo; Sort based on input parameter in oracle query.&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Know-more-about-Representational-state-transfer-(REST).aspx" title="Next post"&gt;Know more about Representational state transfer (REST) &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="base-class-library-samples"&gt;&lt;a href="https://taslimi.me/post/Base-Class-Library-Samples.aspx"&gt;Base Class Library Samples&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
13. January 2009 13:30&lt;/p&gt;
&lt;p&gt;i found a set of usefull samples for .net BCL (base class library). you can take them at the following link:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/netframework/aa569267.aspx"&gt;http://msdn.microsoft.com/en-us/netframework/aa569267.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/category/Net.aspx"&gt;.Net&lt;/a&gt; | &lt;a href="https://taslimi.me/category/Technical.aspx"&gt;Technical&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Base-Class-Library-Samples.aspx#comment"&gt;Comments (0)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Related posts&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Sort-based-on-input-parameter-in-oracle-query.aspx"&gt;Sort based on input parameter in oracle query.&lt;/a&gt;Today I was tracing a defect happened in a stored procedure with paging functionality. After spendin&amp;hellip;&lt;a href="https://taslimi.me/post/Customizing-Entity-Framework-Classes-in-VS-2010.aspx"&gt;Customizing Entity Framework Classes in VS 2010&lt;/a&gt;
 need to know about new cool features in visual studio 2010? check this link which describes &amp;hellip;&lt;a href="https://taslimi.me/post/Learning-JAVA.aspx"&gt;Comparision between C# and JAVA&lt;/a&gt;
 
here is a quick comparision between microsoft c# (.net) and java 
 
&amp;hellip;&lt;/p&gt;</description></item><item><title>Know more about Representational state transfer (REST)</title><link>https://taslimi.me/posts/know-more-about-representational-state-transfer-rest/</link><pubDate>Tue, 13 Jan 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/know-more-about-representational-state-transfer-rest/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Base-Class-Library-Samples.aspx" title="Previous post"&gt;&amp;laquo; Base Class Library Samples&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Solution-for-CS0016-Error-on-ASPNET-and-IIS7.aspx" title="Next post"&gt;Solution for CS0016 Error on ASP.NET and IIS7 &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="know-more-about-representational-state-transfer-rest"&gt;&lt;a href="https://taslimi.me/post/Know-more-about-Representational-state-transfer-(REST).aspx"&gt;Know more about Representational state transfer (REST)&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
13. January 2009 13:42&lt;/p&gt;
&lt;p&gt;i am sure these you hear about REST, so want to know what rest is? then have a look at the following definition&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Representational state transfer&lt;/strong&gt; (&lt;strong&gt;REST&lt;/strong&gt;) is a style of software architecture for distributed hypermedia systems such as the World Wide Web. As such, it is not strictly a method for building &amp;ldquo;web services.&amp;rdquo; The terms “representational state transfer” and “REST” were introduced in 2000 in the doctoral dissertation of Roy Fielding,one of the principal authors of the Hypertext Transfer Protocol (HTTP) specification.&lt;/p&gt;</description></item><item><title>Solution for CS0016 Error on ASP.NET and IIS7</title><link>https://taslimi.me/posts/solution-for-cs0016-error-on-aspnet-and-iis7/</link><pubDate>Tue, 13 Jan 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/solution-for-cs0016-error-on-aspnet-and-iis7/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Know-more-about-Representational-state-transfer-(REST).aspx" title="Previous post"&gt;&amp;laquo; Know more about Representational state transfer (REST)&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/patterns-practices-Application-Architecture-Guide-20.aspx" title="Next post"&gt;patterns &amp;amp; practices Application Architecture Guide 2.0 &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="solution-for-cs0016-error-on-aspnet-and-iis7"&gt;&lt;a href="https://taslimi.me/post/Solution-for-CS0016-Error-on-ASPNET-and-IIS7.aspx"&gt;Solution for CS0016 Error on ASP.NET and IIS7&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
13. January 2009 16:37&lt;/p&gt;
&lt;p&gt;if you are also new to IIS7 like me and have tried to deploy an ASP.net web site to IIS7, you must have faced the same problem i was facing which was so annoying. i was trying to deploy a web application to IIS7 running on vista home premium. deployment was ok, but when i was trying to access the site i was receiving the following error&lt;/p&gt;</description></item><item><title>Sort based on input parameter in oracle query.</title><link>https://taslimi.me/posts/sort-based-on-input-parameter-in-oracle-query/</link><pubDate>Sat, 10 Jan 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/sort-based-on-input-parameter-in-oracle-query/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/IsNumeric()-function-in-C.aspx" title="Previous post"&gt;&amp;laquo; IsNumeric() function in C#?&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Base-Class-Library-Samples.aspx" title="Next post"&gt;Base Class Library Samples &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="sort-based-on-input-parameter-in-oracle-query"&gt;&lt;a href="https://taslimi.me/post/Sort-based-on-input-parameter-in-oracle-query.aspx"&gt;Sort based on input parameter in oracle query.&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
10. January 2009 09:15&lt;/p&gt;
&lt;p&gt;Today I was tracing a defect happened in a stored procedure with paging functionality. After spending sometimes on it I came to know that sorting does not work properly. In the order by clause of the procedure we were using an input parameter which holds the column name based on which the result was to be sorted. But it seems that oracle and pl-sql does not support this feature and if we want to sort based on an input parameter we have to go for dynamic query which I don’t like at all.But it&amp;rsquo;s funny that the feature is not there in oracle because the same thing can be done in ms sql server easily.Anyone got some idea about this, please let me know.&lt;/p&gt;</description></item><item><title>IsNumeric() function in C#?</title><link>https://taslimi.me/posts/isnumeric-function-in-c/</link><pubDate>Sat, 03 Jan 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/isnumeric-function-in-c/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/HR-Manager-story.aspx" title="Previous post"&gt;&amp;laquo; HR Manager story&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/Sort-based-on-input-parameter-in-oracle-query.aspx" title="Next post"&gt;Sort based on input parameter in oracle query. &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="isnumeric-function-in-c"&gt;&lt;a href="https://taslimi.me/post/IsNumeric()-function-in-C.aspx"&gt;IsNumeric() function in C#?&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
3. January 2009 05:36&lt;/p&gt;
&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;as you may know c# is missing the nice and usfull IsNumeric function which is available in VB.net. but it is a trivial task to implement a generic equvelant function for it. look at the following code. it will return true if the value is numeric and false if the value is false.&lt;/p&gt;</description></item><item><title>HR Manager story</title><link>https://taslimi.me/posts/hr-manager-story/</link><pubDate>Thu, 01 Jan 2009 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/hr-manager-story/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/XML-Tools.aspx" title="Previous post"&gt;&amp;laquo; XML Tools&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/IsNumeric()-function-in-C.aspx" title="Next post"&gt;IsNumeric() function in C#? &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="hr-manager-story"&gt;&lt;a href="https://taslimi.me/post/HR-Manager-story.aspx"&gt;HR Manager story&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;January 2009 18:59&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;One day while walking down the street a highly successfulHuman
Resources Manager was tragically hit by a bus and she died. Her soul
arrived up in heaven where she was met at the Pearly Gates by St. Peter
himself.  &amp;ldquo;Welcome
to Heaven,&amp;rdquo; said St. Peter. &amp;ldquo;Before you get settled in though, it seems
we have a problem. You see, strangely enough, we&amp;rsquo;ve never once had a
Human Resources Manager make it this far and we&amp;rsquo;re not really sure what
to do with you.&amp;rdquo;  &amp;ldquo;No problem, just let me in,&amp;rdquo; said the woman. &amp;ldquo;Well,
I&amp;rsquo;d like to, but I have higher orders. What we&amp;rsquo;re going to do is let
you have a day in Hell and a day in Heaven and then you can choose
whichever one you want to spend an eternity in.&amp;rdquo;  &amp;ldquo;Actually, I think I&amp;rsquo;ve made up my mind, I prefer to stay in Heaven&amp;rdquo;, said the woman &amp;ldquo;Sorry, we have rules&amp;hellip;&amp;rdquo; And with that St. Peter put the executive in an elevator and it went down-down-down to hell.  The
doors opened and she found herself stepping out onto the putting green
of a beautiful golf course. In the distance was a country club and
standing in front of her were all her friends - fellow executives that
she had worked with and they were well dressed in evening gowns and
cheering for her. Th! ey ran up and kissed her on both cheeks and they
talked about old times. They played an excellent round of golf and at
night went to the country club where she enjoyed an excellent steak and
lobster dinner.  She met the Devil who was actually a really nice guy (kindof
cute) and she had a great time telling jokes and dancing. She was
having such a good time that before she knew it, it was time to leave.
Everybody shook her hand and waved goodbye as she got on the elevator.  The elevator went up-up-up and opened back up at the Pearly Gates and found St. Peter waiting for her. &amp;ldquo;Now
it&amp;rsquo;s time to spend a day in heaven,&amp;rdquo; he said. So she spent the next 24
hours lounging around on clouds and playing the harp and singing. She
had great time and before she knew it her 24 hours were up and St.
Peter came and got her.  &amp;ldquo;So, you&amp;rsquo;ve spent a day in hell and you&amp;rsquo;ve spent a day in heaven. Now you must choose your eternity,&amp;rdquo; The
woman paused for a second and then replied, &amp;ldquo;Well, I never thought I&amp;rsquo;d
say this, I mean, Heaven has been really great and all, but I think I
had a better time in Hell.&amp;rdquo;  So St. Peter escorted her to the elevator and again she went down-down-down back to Hell. When
the doors of the elevator opened she found herself standing in a
desolate wasteland covered in garbage and filth. She saw her friends
were dressed in rags and were picking up the garbage and putting it in
sacks.  The Devil came up to her and put his arm around her. &amp;ldquo;I
don&amp;rsquo;t understand,&amp;rdquo; stammered the woman, &amp;ldquo;yesterday I was here and there
was a golf course and a country club and we ate lobster and we danced
and had a great time. Now all there is a wasteland of garbage and all
my friends look miserable.&amp;rdquo;  The Devil looked at her smiled and told&amp;hellip;  &lt;/p&gt;</description></item><item><title>XML Tools</title><link>https://taslimi.me/posts/xml-tools/</link><pubDate>Thu, 25 Dec 2008 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/xml-tools/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/History-Lesson.aspx" title="Previous post"&gt;&amp;laquo; History Lesson&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/HR-Manager-story.aspx" title="Next post"&gt;HR Manager story &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="xml-tools"&gt;&lt;a href="https://taslimi.me/post/XML-Tools.aspx"&gt;XML Tools&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
25. December 2008 20:36&lt;/p&gt;
&lt;p&gt;working extensively on XML these days, i was in need a good tool which has
the ability to evaluate XPath queries. i have been using &lt;a href="http://www.codeplex.com/xmlnotepath"&gt;XML Notepad&lt;/a&gt; for a long time
and really like the tool but there is not feature in the tool to evaluate Xpath
queries. searching around i found &lt;a href="http://www.codeplex.com/xmlexplorer"&gt;XML Explorer&lt;/a&gt;.
the tool supports so many functions and it is really fast. You need to work on
xml like me, take the tools from here&lt;/p&gt;</description></item><item><title>History Lesson</title><link>https://taslimi.me/posts/history-lesson/</link><pubDate>Wed, 24 Dec 2008 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/history-lesson/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/Bush-Security-Upgraded.aspx" title="Previous post"&gt;&amp;laquo; Bush Security Upgraded&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/XML-Tools.aspx" title="Next post"&gt;XML Tools &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="history-lesson"&gt;&lt;a href="https://taslimi.me/post/History-Lesson.aspx"&gt;History Lesson&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
24. December 2008 18:48&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" src="https://taslimi.me/images/history-lesson/image.axd"&gt;&lt;/p&gt;
&lt;p&gt;Have a history teacher
explain this&amp;mdash;&amp;ndash; if they can.&lt;/p&gt;
&lt;p&gt;Abraham Lincoln was
elected to Congress in 1846.&lt;/p&gt;
&lt;p&gt;John F. Kennedy was
elected to Congress in 1946.&lt;/p&gt;
&lt;p&gt;Abraham Lincoln was
elected President in 1860.&lt;/p&gt;
&lt;p&gt;John F. Kennedy was
elected President in 1960.&lt;/p&gt;
&lt;p&gt;Both were particularly
concerned with civil rights.&lt;/p&gt;
&lt;p&gt;Both wives lost their
children while living in the White House.&lt;/p&gt;</description></item><item><title>Bush Security Upgraded</title><link>https://taslimi.me/posts/bush-security-upgraded/</link><pubDate>Sun, 21 Dec 2008 00:00:00 +0000</pubDate><guid>https://taslimi.me/posts/bush-security-upgraded/</guid><description>&lt;p&gt;&lt;a href="https://taslimi.me/post/d8b3d988d8a7d984-d987d8a7db8c-d986d8a7d8acd988d8b1.aspx" title="Previous post"&gt;&amp;laquo; سوال و جواب های مهم زندگی&lt;/a&gt; |
&lt;a href="https://taslimi.me/post/History-Lesson.aspx" title="Next post"&gt;History Lesson &amp;raquo;&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="bush-security-upgraded"&gt;&lt;a href="https://taslimi.me/post/Bush-Security-Upgraded.aspx"&gt;Bush Security Upgraded&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;by &lt;a href="https://taslimi.me/author/vahid.aspx"&gt;Vahid&lt;/a&gt;
21. December 2008 16:15&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" src="https://taslimi.me/images/bush-security-upgraded/image.axd"&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/category/General.aspx"&gt;General&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Bush-Security-Upgraded.aspx#comment"&gt;Comments (0)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Related posts&lt;/p&gt;
&lt;p&gt;&lt;a href="https://taslimi.me/post/Software-development-security-check-list.aspx"&gt;Software development security check list&lt;/a&gt;
Recentely i have joined a new as a technical architect. the very thing after getting to the domain&amp;hellip;&lt;a href="https://taslimi.me/post/Solution-for-CS0016-Error-on-ASPNET-and-IIS7.aspx"&gt;Solution for CS0016 Error on ASP.NET and IIS7&lt;/a&gt;if you are also new to IIS7 like me and have tried to deploy an ASP.net web site to IIS7, you must h&amp;hellip;&lt;a href="https://taslimi.me/post/T4-to-rescue-and-save-you-time.aspx"&gt;T4 to rescue and save you time&lt;/a&gt;
till yesterday i had never used T4 for a real problem solving. i knew what it is but i did not kno&amp;hellip;&lt;/p&gt;</description></item></channel></rss>