<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" gd:etag="W/&quot;CUYAQ3gyfSp7ImA9WhRaFEg.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257</id><updated>2012-02-16T20:32:22.695-08:00</updated><category term="Mobile" /><category term="Windows Mobile" /><category term="Visual Studio" /><category term="Windows x64" /><category term="Internet" /><category term="MVC" /><category term="SQL" /><category term="apple" /><category term="Semantic Web" /><category term="UML" /><category term="youtube" /><category term="Windows" /><category term="Banking" /><category term="Latex" /><category term="Ajax" /><category term="ASP.NET" /><category term="C#" /><category term="C++" /><category term="PHP" /><category term="Crystal Report" /><category term="Tomcat" /><category term="Firefox" /><category term="Gridview" /><category term="Linux" /><category term="HTML" /><category term="CMS" /><category term="Mac" /><category term="Software" /><category term="IT News" /><category term="Free" /><category term="ubuntu" /><category term="JavaScript" /><category term="Video" /><category term="WPF" /><category term="Facebook" /><title>Softminer.Net</title><subtitle type="html">Softminer.net</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://www.softminer.net/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://www.softminer.net/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>146</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/Softminer" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="softminer" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;CkIGQns8fip7ImA9WhRQEUQ.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-261726430413974977</id><published>2011-12-06T08:54:00.000-08:00</published><updated>2011-12-06T08:55:23.576-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-06T08:55:23.576-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Visual Studio" /><title>Team Foundation Build 2008 TFS</title><summary>Here are some usefull videos to show Building VS projects with Build and View Build Definition and writing Custom tasks.

Understanding Team Foundation Build Configuration Files





</summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/261726430413974977/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=261726430413974977" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/261726430413974977?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/261726430413974977?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/12/build-in-tfs.html" title="Team Foundation Build 2008 TFS" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://img.youtube.com/vi/T-EcEm3E5Bs/default.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DE4NQno6fyp7ImA9WhRSEks.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-8417998895264960750</id><published>2011-11-14T02:36:00.001-08:00</published><updated>2011-11-14T02:36:33.417-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-14T02:36:33.417-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="C#" /><title>Regex Validation for English strings in C#</title><summary>string English_pattern = "^([\u0000-\u007F]+)*$";
string Noallowed_pattern = "^[^*?&lt;&gt;:\\//|]*$";

string content = userFile.FileName;
if (!Regex.IsMatch(content, English_pattern) || !Regex.IsMatch(content, Noallowed_pattern))
{
//English
}
else
{
Non-English
}
</summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/8417998895264960750/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=8417998895264960750" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/8417998895264960750?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/8417998895264960750?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/11/regex-validation-for-english-strings-in.html" title="Regex Validation for English strings in C#" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DUYFSH4zeCp7ImA9WhdVFk0.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-5063413099470402993</id><published>2011-09-21T05:11:00.000-07:00</published><updated>2011-09-21T05:11:59.080-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-21T05:11:59.080-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows" /><category scheme="http://www.blogger.com/atom/ns#" term="SQL" /><title>Restaring SQL Server Agent Service on Windows</title><summary>Usually after a long run time of SQL service, ther process takes a lot of memory resources. by restarting the service the token memory resource will be released.

restarting can be accomplished using the

net stop 
net start 
A full list of the exact services is found in the registry (run regedit.exe) under the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services key.

Alternatively, you can </summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/5063413099470402993/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=5063413099470402993" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/5063413099470402993?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/5063413099470402993?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/09/restaring-sql-server-agent-service-on.html" title="Restaring SQL Server Agent Service on Windows" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;A0EHRns_eCp7ImA9WhdWFUo.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-5239128165745913240</id><published>2011-09-09T07:47:00.000-07:00</published><updated>2011-09-09T07:47:17.540-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-09T07:47:17.540-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows" /><category scheme="http://www.blogger.com/atom/ns#" term="C#" /><title>How to backup your IIS 7 configuration</title><summary>you can use web Deployment tool or IIS Remote manager to migrate from one IIS server to another.

Easily right click on IIS and Deploy -&gt; Export Server Package


.NET Framework 2.0 SP1 or greater
Web Deployment Tool
IIS 7.0 or IIS Remote Manager



http://learn.iis.net/page.aspx/514/export-a-package-through-iis-manager/
http://www.iis.net/download/WebDeploy</summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/5239128165745913240/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=5239128165745913240" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/5239128165745913240?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/5239128165745913240?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/09/how-to-backup-your-iis-7-configuration.html" title="How to backup your IIS 7 configuration" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-EeB18GH55dw/TmomvOs0JeI/AAAAAAAACvM/oCw5t-41bH8/s72-c/export.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;D0YNQn0-fCp7ImA9WhdWFUs.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-4940316195178693923</id><published>2011-09-09T03:46:00.000-07:00</published><updated>2011-09-09T03:46:33.354-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-09T03:46:33.354-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows" /><title>Setting Default Network Adapter in Windows</title><summary>If you have multiple network adaptor, for example network adaptor and Lan adaptor and you want to change the default adaptor which is used by windows follow the instruction:

you have to manually add a "metric" to each interface. Windows will automatically use the interface with a lower metric. To check and change your network adapters' metric:

1. Open Command Prompt and type: route print - you </summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/4940316195178693923/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=4940316195178693923" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/4940316195178693923?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/4940316195178693923?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/09/setting-default-network-adapter-in.html" title="Setting Default Network Adapter in Windows" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-Xcesud62mEc/TmnuMzzxQ6I/AAAAAAAACvI/xizgxXij8ik/s72-c/image0041272712470352.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C0AMQ3k9cCp7ImA9WhdXFkw.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-3222634185945178089</id><published>2011-08-02T07:02:00.000-07:00</published><updated>2011-08-29T02:56:22.768-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-29T02:56:22.768-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="C#" /><category scheme="http://www.blogger.com/atom/ns#" term="Visual Studio" /><title>Some usufull Functions for C#</title><summary>Create Your Own Test Certificate and add it to your solution (key certificate)
http://msdn.microsoft.com/en-us/library/ff699202.aspx



How to run application in startup in registry 
Microsoft.Win32.RegistryKey key = Microsoft.Win32.Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run", true);
key.SetValue("sysadmin", Application.ExecutablePath.ToString());


Get </summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/3222634185945178089/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=3222634185945178089" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/3222634185945178089?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/3222634185945178089?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/08/some-usufull-links.html" title="Some usufull Functions for C#" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DE8MSHY4eip7ImA9WhdREkU.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-4255655790292669337</id><published>2011-08-02T05:08:00.000-07:00</published><updated>2011-08-02T05:08:09.832-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-02T05:08:09.832-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Internet" /><title>How to snatch and backorder expiring domain</title><summary>Domain backordering refers to a service that most domain registrars offer which will allow you to register a domain name that will soon be expiring in hopes of capturing the rights to that domain name before someone else grabs it. 

to read more:
http://www.mikeindustries.com/blog/archive/2005/03/how-to-snatch-an-expiring-domain

http://www.registercompass.com/wiki/domains/backorder.aspx

these </summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/4255655790292669337/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=4255655790292669337" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/4255655790292669337?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/4255655790292669337?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/08/how-to-snatch-and-backorder-expiring.html" title="How to snatch and backorder expiring domain" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C0MFRXY7eCp7ImA9WhdREkU.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-8088013200102875776</id><published>2011-08-02T03:36:00.000-07:00</published><updated>2011-08-02T03:36:54.800-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-02T03:36:54.800-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET" /><title>Encryption and Decryption of Web.config in ASP.net</title><summary>For security its recommended to encrypt web.config after deploy.

MSDN article is here
Encrypting and Decrypting Configuration Sections


cmd should run as Administrator in Windows Server 2008

Example:

Encrypt:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -pe "connectionString" -app "/appname"

Decryption:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -pd "</summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/8088013200102875776/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=8088013200102875776" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/8088013200102875776?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/8088013200102875776?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/08/encryption-and-decryption-of-webconfig.html" title="Encryption and Decryption of Web.config in ASP.net" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;D0UFR3ozcCp7ImA9WhdREk0.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-8525226922319785579</id><published>2011-08-01T06:24:00.001-07:00</published><updated>2011-08-01T06:26:56.488-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-01T06:26:56.488-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Banking" /><title>Nominal vs Book vs Market Value</title><summary>Nominal Value
The stated value of an issued security that remains fixed, as opposed to its market value, which fluctuates.


Book Value
1. It is the total value of the company's assets that shareholders would theoretically receive if a company were liquidated.

2. By being compared to the company's market value, the book value can indicate whether a stock is under- or overpriced.

3. In personal </summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/8525226922319785579/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=8525226922319785579" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/8525226922319785579?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/8525226922319785579?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/08/nominal-vs-book-vs-market-value.html" title="Nominal vs Book vs Market Value" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CEMMR3w8fCp7ImA9WhdREk0.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-1382534020858869793</id><published>2011-08-01T05:40:00.000-07:00</published><updated>2011-08-01T05:41:26.274-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-01T05:41:26.274-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows" /><title>How to set up Windows 7 as an wi-fi access point</title><summary>i you want to make a wireless lan which use your lan internet follow the instruction:
go to
Control Panel\Network and Internet\Network Connections
right click on your local area connection and share the connection.
allow you wlan connection with name "Microsft Virtual WiFi Mniport Adaptor" which is usually Wireless network Connection 2
run command prompt as administrator and type
netsh wlan set </summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/1382534020858869793/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=1382534020858869793" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/1382534020858869793?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/1382534020858869793?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/08/how-to-set-up-windows-7-as-wi-fi-access.html" title="How to set up Windows 7 as an wi-fi access point" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CkcGSXs-fyp7ImA9WhdTE0o.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-5819024575528671688</id><published>2011-07-11T00:40:00.000-07:00</published><updated>2011-07-11T00:40:28.557-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-11T00:40:28.557-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mobile" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows Mobile" /><title>Mobile Phone OS review</title><summary>
   OS   Company   Mobile  
   WebOS   HP   HP  
   Android   Google   HTC, Samsung, LG, Motorola  
   WP7   Microsoft   HTC, Nokia, Samsung  
   iOS   Apple   iphone, ipad  
   Bada   Samsung   Samsung  
   Symbian   Symbian   Sony Ericsson, Nokia  
   Meego   Intel – Nokia   Nokia  
   Blackberry OS – Play Book   Blackberry   Blackberry  
   
   
   
  


</summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/5819024575528671688/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=5819024575528671688" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/5819024575528671688?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/5819024575528671688?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/07/mobile-phone-os-review.html" title="Mobile Phone OS review" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DEUGQn09fSp7ImA9WhdTE00.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-7437515307842494820</id><published>2011-07-10T06:56:00.001-07:00</published><updated>2011-07-10T06:57:03.365-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-10T06:57:03.365-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Facebook" /><title>Facebook applications</title><summary>There are some great applications that can be used to setup a fanpage for music like

http://www.rootmusic.com/
rootmusic is free for fanpages more than 50k fans.

http://www.facebook.com/iFrameWrapper
professional version is 15 € donation.

http://www.damntheradio.com
Fan bridge.</summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/7437515307842494820/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=7437515307842494820" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/7437515307842494820?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/7437515307842494820?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/07/facebook-applications.html" title="Facebook applications" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CkcHR3Y5eip7ImA9WhdTEEg.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-406606355016430893</id><published>2011-07-07T07:47:00.000-07:00</published><updated>2011-07-07T07:47:16.822-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-07T07:47:16.822-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="HTML" /><title>HTML5 features</title><summary>HTML5 is not just about having Audio &amp; Video. 

there are many important features like

Web SQL DataBase
Web Socket
Web Storage
Offline Web Apps
Web Workers

to read more visit html5rocks.com
and dont forget to view this slides</summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/406606355016430893/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=406606355016430893" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/406606355016430893?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/406606355016430893?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/07/html5-features.html" title="HTML5 features" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DEYMSHgycSp7ImA9WhZaGUs.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-555709363855499066</id><published>2011-07-06T08:29:00.000-07:00</published><updated>2011-07-06T08:29:49.699-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-06T08:29:49.699-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Visual Studio" /><title>Debugging in VS 2010</title><summary>IntelliTrace

Debugging with IntelliTrace, available in Microsoft Visual Studio 2010 Ultimate, provides an enhanced picture of your application compared with traditional debuggers. read more




Debugger Canvas
Debugger Canvas is a new user experience for the debugger in Visual Studio Ultimate. It pulls together the code you’re exploring onto a single pan-and-zoom display. read more



PS:Please </summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/555709363855499066/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=555709363855499066" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/555709363855499066?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/555709363855499066?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/07/debugging-in-vs-2010.html" title="Debugging in VS 2010" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://img.youtube.com/vi/fLBpZNXs-Lw/default.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;D0MNSXc_cCp7ImA9WhZaGUs.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-7923730404480109234</id><published>2011-07-06T08:18:00.000-07:00</published><updated>2011-07-06T08:18:18.948-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-06T08:18:18.948-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Visual Studio" /><title>Nuget Extension for Visual Studio 2010</title><summary>NuGet is a free, open source developer focused package management system for the .NET platform intent on simplifying the process of incorporating third party libraries into a .NET application during development.

you can download it from http://nuget.codeplex.com/

and here is short video to show how to get the latest packet of some libraries.

</summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/7923730404480109234/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=7923730404480109234" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/7923730404480109234?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/7923730404480109234?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/07/nuget-extension-for-visual-studio-2010.html" title="Nuget Extension for Visual Studio 2010" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://img.youtube.com/vi/wfuoLiwsLfw/default.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CkIAR3g-fCp7ImA9WhZaGUs.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-326303321052144467</id><published>2011-07-06T06:39:00.000-07:00</published><updated>2011-07-06T06:55:46.654-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-06T06:55:46.654-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Visual Studio" /><title>Productivity Power Tools for Visual Studio 2010</title><summary>Productivity Power Tools is a Visual studio Extension which help you coding easier. 


you can get the extension from here

http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef/

you can read about it from scottgu's blog or here 

and there are some video introducing features in visual studio 2010.

Part 1 


Part 2 
</summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/326303321052144467/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=326303321052144467" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/326303321052144467?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/326303321052144467?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/07/productivity-power-tools.html" title="Productivity Power Tools for Visual Studio 2010" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CUMNRHo7eyp7ImA9WhZVFEU.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-3893929225252645341</id><published>2011-05-27T01:04:00.001-07:00</published><updated>2011-05-27T01:04:55.403-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-05-27T01:04:55.403-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><title>How to Fix skype Crash on upgrading to version 5.3</title><summary>Windows Vista and Windows 7

1.    Close Skype.
a.    Right-click the Skype icon in the system tray (at the bottom right of the screen)
b.    Choose Quit.
2.    Ensure that "Show hidden files and folders" is switched on.
a.    Click Start, type run and press Enter.
b.    Type control folders and click OK.
c.    Select the View tab and ensure relevant entry is enabled.
3.    Locate the shared.xml </summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/3893929225252645341/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=3893929225252645341" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/3893929225252645341?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/3893929225252645341?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/05/how-to-fix-skype-crash-on-upgrading-to.html" title="How to Fix skype Crash on upgrading to version 5.3" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total></entry><entry gd:etag="W/&quot;CEMASHg4fip7ImA9Wx9UE0g.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-3846114243568150031</id><published>2011-02-10T02:19:00.000-08:00</published><updated>2011-02-10T07:40:49.636-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-02-10T07:40:49.636-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows" /><title>Comparing two files in windows</title><summary>1. using Notepad ++
to compare files using notepad++ you need to install compare plugin
download the plugin (.ddl) from http://sourceforge.net/projects/npp-plugins/files/ComparePlugin/
go to notepad++ and from Import -&gt; import plugin 
restart notepad++

2. DiffMerge is a free product from sourcegear
http://www.sourcegear.com/diffmerge/

3. TFS (Team Foundation System) in visual studio 
right </summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/3846114243568150031/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=3846114243568150031" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/3846114243568150031?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/3846114243568150031?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/02/compare-two-files-in-windows.html" title="Comparing two files in windows" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CkIFSXgzeCp7ImA9Wx9WE0g.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-1434897198941486250</id><published>2011-01-18T03:31:00.000-08:00</published><updated>2011-01-18T03:35:18.680-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-18T03:35:18.680-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="MVC" /><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET" /><title>ASP.NET MVC 2 Strongly Typed Html Helpers</title><summary>using Strongly Typed Html Helpers will map the model to the view and it will help to have compile time checking of the views. 

in views instead of using 
&lt;%=Html.TextBox("username", Model.UserName)%&gt;

you can use 

&lt;%= Html.TextBoxFor( m =&gt; m.UserName)%&gt;

in controller:

public ActionResult LogOn(string userName, string password)

use

public ActionResult LogOn(LoginViewModel loginviewModel)

</summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/1434897198941486250/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=1434897198941486250" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/1434897198941486250?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/1434897198941486250?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/01/aspnet-mvc-2-strongly-typed-html.html" title="ASP.NET MVC 2 Strongly Typed Html Helpers" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C04FSXY4eCp7ImA9Wx9XGUw.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-7227985823164348067</id><published>2011-01-13T01:44:00.000-08:00</published><updated>2011-01-13T01:45:18.830-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-13T01:45:18.830-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Visual Studio" /><title>Visual Studio Web Test - Toolbar add-ons is not loaded</title><summary>I was trying to record some web test via Internet explorer 8 and the problem was that the plugin is not loaded. the problem was that "Microsoft Web Test Recorder Helper" was disable.

so to fix this , go to TOOLS -&gt; Manage Add-ons and Enable the "Microsoft Web Test Recorder Helper" and try to restart IE.



for more infomation you can visit 
Diagnosing and fixing Web Test recorder bar issues.</summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/7227985823164348067/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=7227985823164348067" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/7227985823164348067?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/7227985823164348067?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/01/visual-studio-web-test-toolbar-add-ons.html" title="Visual Studio Web Test - Toolbar add-ons is not loaded" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_wWxQAbcVSCg/TS7JYlTyxKI/AAAAAAAACp8/Fd-KwIczRIA/s72-c/Web%2BTest%2BRecorder.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CUUCQHw9cCp7ImA9Wx9XEkk.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-6939629512260833776</id><published>2011-01-05T08:01:00.000-08:00</published><updated>2011-01-05T08:01:01.268-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-05T08:01:01.268-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="HTML" /><title>How to embed bing map into your website</title><summary>this is the html code to embed Losvegas map:

&lt;html&gt;
&lt;body&gt;
&lt;div id='earthMap' style="position:relative; width:400px; height:400px;"&gt;
&lt;/div&gt;
&lt;script charset="UTF-8" type="text/javascript" 
    src="http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.2&amp;mkt=en-us"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
    var map = null;
    var mapID = '';
    // map from losvegas
    map = new VEMap('</summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/6939629512260833776/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=6939629512260833776" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/6939629512260833776?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/6939629512260833776?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/01/how-to-embed-bing-map-into-your-website.html" title="How to embed bing map into your website" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CUINRHszeip7ImA9Wx9XEk8.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-4633835408921086066</id><published>2011-01-05T02:31:00.000-08:00</published><updated>2011-01-05T02:33:15.582-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-05T02:33:15.582-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Facebook" /><category scheme="http://www.blogger.com/atom/ns#" term="HTML" /><title>How to set custom thumbnail  for facebook link of your page</title><summary>sometime facebook can not fetch your image in your page. to add image to your link you can use :

&lt;link rel="image_src" href="http://media.clickonf5.org/image/logo.png" /&gt;

facebook will cache the facebook pages, if you want to refresh the cache you can add some parameter to your page like mypage.html?t=! or using URL Linter

URL Linter
http://developers.facebook.com/tools/lint/

read more +,+</summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/4633835408921086066/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=4633835408921086066" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/4633835408921086066?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/4633835408921086066?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2011/01/how-to-set-cusom-image-for-facebook.html" title="How to set custom thumbnail  for facebook link of your page" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CEQAQX4_eyp7ImA9Wx9REkg.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-1136696356162712913</id><published>2010-12-13T06:56:00.000-08:00</published><updated>2010-12-13T06:59:00.043-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-13T06:59:00.043-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="WPF" /><category scheme="http://www.blogger.com/atom/ns#" term="Visual Studio" /><title>How to run WPF Browser Application on Visual Studio 2010</title><summary>XAML browser applications (XBAPs) combines features of both Web applications and rich-client applications. Like Web applications, XBAPs can be deployed to a Web server and started from Internet Explorer or Firefox.
Create an HTML page that contains a hyperlink to open the deployment manifest, which is the file that has the .xbap extension.


&lt;html&gt; 
  &lt;head&gt;&lt;/head&gt;
  &lt;body&gt; 
    &lt;a href="</summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/1136696356162712913/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=1136696356162712913" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/1136696356162712913?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/1136696356162712913?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2010/12/how-to-run-wpf-browser-application-on.html" title="How to run WPF Browser Application on Visual Studio 2010" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_wWxQAbcVSCg/TQY0EB6BlvI/AAAAAAAACpY/9zoaeixSv_s/s72-c/Security.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CE8MRXY6fCp7ImA9Wx9SFkg.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-7348596661079904678</id><published>2010-12-06T08:27:00.000-08:00</published><updated>2010-12-06T08:28:04.814-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-06T08:28:04.814-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET" /><category scheme="http://www.blogger.com/atom/ns#" term="CMS" /><category scheme="http://www.blogger.com/atom/ns#" term="SQL" /><title>Installing BlogEngine on SQL Server</title><summary>






First Download the latest version of BlogEngine from following URL
http://blogengine.codeplex.com/

by defualt BlogEngine is using XmlBlogProvider. therefore all data is saved in APP_DATA in XML files.

to change it to SQL Server follow the instructions:

create a Database in SQL Server 2005 or 2008.

Run the SQL script on you Database, the script is in this Folder:
BlogEngine.Web\setup\</summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/7348596661079904678/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=7348596661079904678" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/7348596661079904678?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/7348596661079904678?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2010/12/installing-blogengine-on-sql-server.html" title="Installing BlogEngine on SQL Server" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_wWxQAbcVSCg/TP0O3JA65WI/AAAAAAAACpA/B7ReI04F8_0/s72-c/benlogo80%2B%25281%2529.gif" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CUEEQnw_eSp7ImA9Wx9SFkk.&quot;"><id>tag:blogger.com,1999:blog-1028077953964733257.post-6121740184258123301</id><published>2010-12-06T05:50:00.000-08:00</published><updated>2010-12-06T05:53:23.241-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-06T05:53:23.241-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET" /><category scheme="http://www.blogger.com/atom/ns#" term="HTML" /><title>Some ASP.NET tools</title><summary>Elmah:
Error Logging Modules and Handlers for ASP.NET

Error Handling in MVC with ELMAH
Error Logging Modules and Handlers for ASP.NET 

Pingdom
Be the first to know when your website is down

Host Tracker
website monitoring service

LinqPad
Convert Linq to SQL</summary><link rel="replies" type="application/atom+xml" href="http://www.softminer.net/feeds/6121740184258123301/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1028077953964733257&amp;postID=6121740184258123301" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/6121740184258123301?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1028077953964733257/posts/default/6121740184258123301?v=2" /><link rel="alternate" type="text/html" href="http://www.softminer.net/2010/12/some-aspnet-tools.html" title="Some ASP.NET tools" /><author><name>Badragheh</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry></feed>

