<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3329741649076743405</id><updated>2011-12-07T13:03:00.810+05:30</updated><category term='C#'/><category term='.Net Interview Questions'/><category term='SQL'/><category term='General'/><category term='Exam Results'/><category term='SilverLight'/><category term='Physics'/><category term='Admission Notice'/><category term='Gadgets'/><category term='ASP'/><category term='Downloads'/><category term='Useful links'/><category term='C# FAQ'/><category term='FUN'/><category term='.NET'/><category term='ASP.NET'/><title type='text'>\\Developers Place\...</title><subtitle type='html'>\debug \build \deploy \defects \issues \...</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>73</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-3353531704076801611</id><published>2011-12-07T13:02:00.000+05:30</published><updated>2011-12-07T13:03:00.844+05:30</updated><title type='text'>Best Practice for deleting large records from a table</title><content type='html'>&lt;div&gt;&lt;font color="#3333ff"&gt;&lt;font size="2"&gt;&lt;font face="comic sans ms,sans-serif"&gt;Request Timed out for Large Table records delaetion.&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color="#3333ff" face="Comic Sans MS"&gt;Even sometime it sayes Transaction Logs Full, or sometime Memory Issues... &lt;/font&gt;&lt;/div&gt;  &lt;div&gt;&lt;font color="#3333ff" face="Comic Sans MS"&gt;So here i get the &lt;/font&gt;&lt;font color="#3333ff"&gt;&lt;font size="2"&gt;&lt;font face="comic sans ms,sans-serif"&gt;Best Practice for deleting large records from a table...&lt;br clear="all"&gt; &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;   &lt;p style="margin: 0in; font-family: &amp;quot;Courier New&amp;quot;;"&gt;&lt;span style="background: rgb(250, 250, 250); color: blue; font-size: 9.75pt;"&gt;WHILE&lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: rgb(85, 85, 85); font-size: 9pt;"&gt; (&lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: blue; font-size: 9.75pt;"&gt;SELECT&lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: rgb(85, 85, 85); font-size: 9pt;"&gt; &lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: blue; font-size: 9.75pt;"&gt;COUNT&lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: rgb(85, 85, 85); font-size: 9pt;"&gt;(*) &lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: blue; font-size: 9.75pt;"&gt;FROM&lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: rgb(85, 85, 85); font-size: 9pt;"&gt; &amp;lt;&lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: blue; font-size: 9.75pt;"&gt;table&lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: rgb(85, 85, 85); font-size: 9pt;"&gt; name&amp;gt; &lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: blue; font-size: 9.75pt;"&gt;WHERE&lt;font color="#555555"&gt; [Filter Condition]&lt;/font&gt;&lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: rgb(85, 85, 85); font-size: 9pt;"&gt; &amp;gt; 0&lt;br&gt;   &lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: blue; font-size: 9.75pt;"&gt;BEGIN&lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: rgb(85, 85, 85); font-size: 9pt;"&gt;&lt;br&gt; &lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: blue; font-size: 9.75pt;"&gt;DELETE&lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: rgb(85, 85, 85); font-size: 9pt;"&gt; &lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: blue; font-size: 9.75pt;"&gt;TOP&lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: rgb(85, 85, 85); font-size: 9pt;"&gt; 10 &lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: blue; font-size: 9.75pt;"&gt;FROM&lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: rgb(85, 85, 85); font-size: 9pt;"&gt; &amp;lt;&lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: blue; font-size: 9.75pt;"&gt;table&lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: rgb(85, 85, 85); font-size: 9pt;"&gt; name&amp;gt; &lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: blue; font-size: 9.75pt;"&gt;WHERE&lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: rgb(85, 85, 85); font-size: 9pt;"&gt; [Filter Condition]&lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: rgb(85, 85, 85); font-size: 9pt;"&gt;&lt;br&gt;   &lt;/span&gt;&lt;span style="background: rgb(250, 250, 250); color: blue; font-size: 9.75pt;"&gt;END&lt;/span&gt;&lt;/p&gt;&lt;div&gt; &lt;br&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-3353531704076801611?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/3353531704076801611/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2011/12/best-practice-for-deleting-large.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3353531704076801611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3353531704076801611'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2011/12/best-practice-for-deleting-large.html' title='Best Practice for deleting large records from a table'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-2731132463484789584</id><published>2011-10-12T10:18:00.001+05:30</published><updated>2011-10-12T17:09:48.156+05:30</updated><title type='text'>Debug (F5) Global.asax.cs Application_Start() Method</title><content type='html'>Many Times we need to debug the Application_Start on server where we can not debug with Visual Studio IDE, instead we use CLR Debugger. So debugging on Global.asax.cs is deifficult as you need to attach the W3WP process, but it starts only when your application get a first hit, and so Application_Start code already executed. So how we can debug ??&lt;br /&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;So I was reading few discussion over mail thread when I came across this wonderful ideas.&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;(Hey Guys accept my thanks and from others as well [who read this ] for your good debugging tricks.)&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in;"&gt;So here we goes - &lt;/div&gt;&lt;ol style="direction: ltr; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; margin-bottom: 0in; margin-left: 0.375in; margin-top: 0in; unicode-bidi: embed;" type="1"&gt;&lt;li style="margin-bottom: 0px; margin-top: 0px; vertical-align: middle;" value="1"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;Put delay in      Application_Start Methods first Line as approx. you need to attach the      debugger.&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-bottom: 0px; margin-top: 0px; vertical-align: middle;"&gt;&lt;span style="color: black; font-family: Calibri; font-size: 11pt;"&gt;#if DEBUG&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px; vertical-align: middle;"&gt;&lt;span style="color: black; font-family: Calibri; font-size: 11pt;"&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; if(ApplicationSetting("DebugStartup"))&lt;/div&gt;&lt;div style="font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;&lt;span style="color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.Diagnostics.&lt;/span&gt;&lt;span style="color: #2b91af;"&gt;Debugger&lt;/span&gt;&lt;span style="color: black;"&gt;.Break();&lt;/span&gt;&lt;/div&gt;&lt;div style="color: black; font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #end if&lt;/div&gt;&lt;div style="color: black; font-family: Calibri; font-size: 11pt; margin: 0in 0in 0in 0.375in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-2731132463484789584?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/2731132463484789584/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2011/10/debug-f5-globalasaxcs-applicationstart.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/2731132463484789584'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/2731132463484789584'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2011/10/debug-f5-globalasaxcs-applicationstart.html' title='Debug (F5) Global.asax.cs Application_Start() Method'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-5986869640391041190</id><published>2011-08-18T23:51:00.001+05:30</published><updated>2011-08-18T23:51:20.128+05:30</updated><title type='text'>Info about Lokpal</title><content type='html'>&lt;div class="gmail_quote"&gt;&lt;div style="background-color:#fff"&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div dir="ltr"&gt; &lt;div&gt;  &lt;div dir="ltr"&gt; &lt;div&gt; &lt;div dir="ltr"&gt; &lt;div&gt; &lt;div dir="ltr"&gt; &lt;div&gt; &lt;div&gt; &lt;div&gt; &lt;p style="background:white"&gt;&lt;b&gt;&lt;u&gt;&lt;font color="red" face="Trebuchet MS" size="2"&gt;&lt;span style="color:red;font-size:11pt;font-weight:bold"&gt;As Received!&lt;/span&gt;&lt;/font&gt;&lt;/u&gt;&lt;/b&gt;&lt;br&gt; &lt;/p&gt;&lt;p style="background:white"&gt;&lt;b&gt;&lt;font color="maroon" face="Trebuchet MS" size="2"&gt;&lt;span style="color:maroon;font-size:11pt;font-weight:bold"&gt;See how Lokpal Bill can curb the politicians&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;b&gt;&lt;font color="black" face="Trebuchet MS" size="2"&gt;&lt;span style="color:black;font-size:11pt;font-weight:bold"&gt;,&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font color="maroon" face="Trebuchet MS" size="2"&gt;&lt;span style="color:maroon;font-size:11pt"&gt; Circulate it to create awareness&lt;/span&gt;&lt;/font&gt;&lt;br&gt;   &lt;/p&gt;&lt;p style="background:white"&gt;&lt;font color="black" face="Trebuchet MS" size="2"&gt;&lt;span style="color:black;font-size:11pt"&gt;    &lt;/span&gt;&lt;/font&gt;&lt;/p&gt; &lt;table style="border-collapse:collapse" border="0" cellpadding="0" cellspacing="0" width="553"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td style="border-bottom:black 1pt solid;border-left:black 1pt solid;border-top:black 1pt solid;border-right:windowtext 1pt solid" valign="top" width="274"&gt; &lt;p&gt;&lt;b&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt;font-weight:bold"&gt;Existing System&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td style="border-bottom:windowtext 1pt solid;border-left:medium none;border-top:windowtext 1pt solid;border-right:windowtext 1pt solid" valign="top" width="278"&gt; &lt;p&gt;&lt;b&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt;font-weight:bold"&gt;System Proposed by civil society&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td style="border-bottom:1pt solid;border-left:1pt solid;border-top:medium none;border-right:1pt solid" valign="top" width="274"&gt; &lt;p&gt;&lt;b&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt;font-weight:bold"&gt;No politician or senior officer ever goes to jail despite huge evidence&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;span style="font-size:11pt"&gt; because Anti Corruption Branch (ACB) and CBI directly come under the government. Before starting investigation or initiating prosecution in any case, they have to take permission from the same bosses, against whom the case has to be investigated.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt; &lt;td style="border-bottom:1pt solid;border-left:medium none;border-top:medium none;border-right:1pt solid" valign="top" width="278"&gt; &lt;p style="text-indent:1.25pt"&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt"&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt"&gt;Lokpal&lt;/span&gt;&lt;/font&gt; at centre and Lokayukta at state level will be independent bodies. ACB and CBI will be merged into these bodies. They will have power to initiate investigations and prosecution against any officer or politician without needing anyone's permission. Investigation should be completed within 1 year and trial to get over in next 1 year. &lt;b&gt;&lt;span style="font-weight:bold"&gt;Within two years, the corrupt should go to jail.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td style="border-bottom:1pt solid;border-left:1pt solid;border-top:medium none;border-right:1pt solid" valign="top" width="274"&gt; &lt;p&gt;&lt;b&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt;font-weight:bold"&gt;No corrupt officer is dismissed from the job &lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;span style="font-size:11pt"&gt;because Central Vigilance Commission, which is supposed to dismiss corrupt officers, is only an advisory body. Whenever it advises government to dismiss any senior corrupt officer, its advice is never implemented.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt; &lt;td style="border-bottom:1pt solid;border-left:medium none;border-top:medium none;border-right:1pt solid" valign="top" width="278"&gt; &lt;p style="text-indent:1.25pt"&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt"&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt"&gt;Lokpal&lt;/span&gt;&lt;/font&gt; and Lokayukta will have &lt;b&gt;&lt;span style="font-weight:bold"&gt;complete powers to order dismissal of a corrupt officer.&lt;/span&gt;&lt;/b&gt; CVC and all departmental vigilance will be merged into Lokpal and state vigilance will be merged into Lokayukta.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td style="border-bottom:1pt solid;border-left:1pt solid;border-top:medium none;border-right:1pt solid" valign="top" width="274"&gt; &lt;p style="text-indent:1.25pt"&gt;&lt;b&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt;font-weight:bold"&gt;No action is taken against corrupt judges&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;span style="font-size:11pt"&gt; because permission is required from the Chief Justice of India to even register an FIR against corrupt judges.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt; &lt;td style="border-bottom:1pt solid;border-left:medium none;border-top:medium none;border-right:1pt solid" valign="top" width="278"&gt; &lt;p style="text-indent:1.25pt"&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt"&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt"&gt;Lokpal&lt;/span&gt;&lt;/font&gt; &amp;amp; Lokayukta shall have &lt;b&gt;&lt;span style="font-weight:bold"&gt;powers to investigate and prosecute any judge&lt;/span&gt;&lt;/b&gt; without needing anyone's permission.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td style="border-bottom:1pt solid;border-left:1pt solid;border-top:medium none;border-right:1pt solid" valign="top" width="274"&gt; &lt;p style="text-indent:1.25pt"&gt;&lt;b&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt;font-weight:bold"&gt;Nowhere to go&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;span style="font-size:11pt"&gt; - People expose corruption but no action is taken on their complaints.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt; &lt;td style="border-bottom:1pt solid;border-left:medium none;border-top:medium none;border-right:1pt solid" valign="top" width="278"&gt; &lt;p style="text-indent:1.25pt"&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt"&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt"&gt;Lokpal&lt;/span&gt;&lt;/font&gt; &amp;amp; Lokayukta will have to &lt;b&gt;&lt;span style="font-weight:bold"&gt;enquire into and hear every complaint.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td style="border-bottom:1pt solid;border-left:1pt solid;border-top:medium none;border-right:1pt solid" valign="top" width="274"&gt; &lt;p style="text-indent:1.25pt"&gt;&lt;b&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt;font-weight:bold"&gt;There is so much corruption within CBI and vigilance departments&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;span style="font-size:11pt"&gt;. Their functioning is so secret that it encourages corruption within these agencies. &lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt; &lt;td style="border-bottom:1pt solid;border-left:medium none;border-top:medium none;border-right:1pt solid" valign="top" width="278"&gt; &lt;p style="text-indent:1.25pt"&gt;&lt;b&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt;font-weight:bold"&gt;All investigations in Lokpal &amp;amp; Lokayukta shall be transparent.&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;span style="font-size:11pt"&gt; After completion of investigation, all case records shall be open to public.  Complaint against any staff of Lokpal &amp;amp; Lokayukta shall be enquired and punishment announced within two months.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td style="border-bottom:1pt solid;border-left:1pt solid;border-top:medium none;border-right:1pt solid" valign="top" width="274"&gt; &lt;p style="text-indent:1.25pt"&gt;&lt;b&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt;font-weight:bold"&gt;Weak and corrupt people are appointed as heads&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;span style="font-size:11pt"&gt; of anti-corruption agencies.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt; &lt;td style="border-bottom:1pt solid;border-left:medium none;border-top:medium none;border-right:1pt solid" valign="top" width="278"&gt; &lt;p style="text-indent:1.25pt"&gt;&lt;b&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt;font-weight:bold"&gt;Politicians will have absolutely no say in selection &lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;span style="font-size:11pt"&gt;of Chairperson and members of Lokpal &amp;amp; Lokayukta. Selections will take place through a transparent and public participatory process.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td style="border-bottom:1pt solid;border-left:1pt solid;border-top:medium none;border-right:1pt solid" valign="top" width="274"&gt; &lt;p style="text-indent:1.25pt"&gt;&lt;b&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt;font-weight:bold"&gt;Citizens face harassment&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;span style="font-size:11pt"&gt; in government offices. Sometimes they are forced to pay bribes. One can only complaint to senior officers. No action is taken on complaints because senior officers also get their cut.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt; &lt;td style="border-bottom:1pt solid;border-left:medium none;border-top:medium none;border-right:1pt solid" valign="top" width="278"&gt; &lt;p style="text-indent:1.25pt"&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt"&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt"&gt;Lokpal&lt;/span&gt;&lt;/font&gt; &amp;amp; Lokayukta will get &lt;b&gt;&lt;span style="font-weight:bold"&gt;public grievances resolved in time bound manner&lt;/span&gt;&lt;/b&gt;, impose a penalty of Rs 250 per day of delay to be deducted from the salary of guilty officer and award that amount as compensation to the aggrieved citizen.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td style="border-bottom:1pt solid;border-left:1pt solid;border-top:medium none;border-right:1pt solid" valign="top" width="274"&gt; &lt;p style="text-indent:1.25pt"&gt;&lt;b&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt;font-weight:bold"&gt;Nothing in law to recover ill gotten wealth. &lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;span style="font-size:11pt"&gt;A corrupt person can come out of jail and enjoy that money.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt; &lt;td style="border-bottom:1pt solid;border-left:medium none;border-top:medium none;border-right:1pt solid" valign="top" width="278"&gt; &lt;p style="text-indent:1.25pt"&gt;&lt;b&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt;font-weight:bold"&gt;Loss&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;span style="font-size:11pt"&gt; caused to the government due to corruption &lt;b&gt;&lt;span style="font-weight:bold"&gt;will be recovered&lt;/span&gt;&lt;/b&gt; from all accused.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td style="border-bottom:1pt solid;border-left:1pt solid;border-top:medium none;border-right:1pt solid" valign="top" width="274"&gt; &lt;p style="text-indent:1.25pt"&gt;&lt;b&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt;font-weight:bold"&gt;Small punishment for corruption-&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;span style="font-size:11pt"&gt; Punishment for corruption is minimum 6 months and maximum 7 years.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt; &lt;td style="border-bottom:1pt solid;border-left:medium none;border-top:medium none;border-right:1pt solid" valign="top" width="278"&gt; &lt;p style="text-indent:1.25pt"&gt;&lt;b&gt;&lt;font color="#990000" face="Trebuchet MS" size="2"&gt;&lt;span style="color:rgb(153,0,0);font-size:11pt;font-weight:bold"&gt;Enhanced punishment -&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font face="Trebuchet MS" size="2"&gt;&lt;span style="font-size:11pt"&gt; The punishment would be minimum 5 years and maximum of life imprisonment.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;      &lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-5986869640391041190?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/5986869640391041190/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2011/08/info-about-lokpal.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5986869640391041190'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5986869640391041190'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2011/08/info-about-lokpal.html' title='Info about Lokpal'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-871703836382654673</id><published>2011-08-05T15:03:00.000+05:30</published><updated>2011-08-05T15:04:09.931+05:30</updated><title type='text'>Iftaar Timing Noida Delhi 2011</title><content type='html'>&lt;font color="#3333ff"&gt;&lt;font size="2"&gt;&lt;font face="verdana,sans-serif"&gt;&lt;br clear="all"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#3333ff"&gt;&lt;font size="2"&gt;&lt;font face="verdana,sans-serif"&gt;Noida &amp;amp; Delhi&lt;br clear="all"&gt;&lt;font color="#000000" size="3" face="Times New Roman"&gt;  &lt;/font&gt;&lt;table style="margin: auto auto auto 4.65pt; width: 384pt; border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0" width="512"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;font face="Times New Roman"&gt;  &lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tbody&gt;&lt;tr style="min-height: 15.75pt;"&gt;&lt;td&gt;&lt;font face="Times New Roman"&gt;   &lt;/font&gt;&lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt; border-style: none solid solid; border-color: rgb(0, 0, 0) white white; padding: 0in 5.4pt; width: 48pt; min-height: 15.75pt;" width="64"&gt;&lt;font face="Times New Roman"&gt;   &lt;/font&gt;&lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Date&lt;/span&gt;&lt;span style="color: black; font-size: 10pt;"&gt;&lt;/span&gt;&lt;/p&gt;      &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 15.75pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Day&lt;/span&gt;&lt;span style="color: black; font-size: 10pt;"&gt;&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 15.75pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Sehar&lt;/span&gt;&lt;span style="color: black; font-size: 10pt;"&gt;&lt;/span&gt;&lt;/p&gt;      &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 15.75pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Iftar&lt;/span&gt;&lt;span style="color: black; font-size: 10pt;"&gt;&lt;/span&gt;&lt;/p&gt;      &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 15.75pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Date&lt;/span&gt;&lt;span style="color: black; font-size: 10pt;"&gt;&lt;/span&gt;&lt;/p&gt;      &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 15.75pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Day&lt;/span&gt;&lt;span style="color: black; font-size: 10pt;"&gt;&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 15.75pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Sehar&lt;/span&gt;&lt;span style="color: black; font-size: 10pt;"&gt;&lt;/span&gt;&lt;/p&gt;      &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 15.75pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Iftar&lt;/span&gt;&lt;span style="color: black; font-size: 10pt;"&gt;&lt;/span&gt;&lt;/p&gt;      &lt;/td&gt;  &lt;/td&gt;&lt;/tr&gt;  &lt;tr style="min-height: 16.5pt;"&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt; border-style: none solid solid; border-color: rgb(0, 0, 0) white white; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;   &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;2-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Tue&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:16&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;7:12&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;17-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Wed&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:28&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;7:00&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="min-height: 16.5pt;"&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt; border-style: none solid solid; border-color: rgb(0, 0, 0) white white; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;   &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;3-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Wed&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:17&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;7:12&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;18-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Thu&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:29&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;6:59&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="min-height: 16.5pt;"&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt; border-style: none solid solid; border-color: rgb(0, 0, 0) white white; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;   &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Thu&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:18&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;7:11&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;19-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Fri&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:30&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;6:58&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="min-height: 16.5pt;"&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt; border-style: none solid solid; border-color: rgb(0, 0, 0) white white; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;   &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;5-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Fri&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:19&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;7:10&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;20-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Sat&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:30&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;6:57&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="min-height: 16.5pt;"&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt; border-style: none solid solid; border-color: rgb(0, 0, 0) white white; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;   &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;6-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Sat&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:19&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;7:09&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;21-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Sun&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:31&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;6:56&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="min-height: 16.5pt;"&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt; border-style: none solid solid; border-color: rgb(0, 0, 0) white white; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;   &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;7-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Sun&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:20&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;7:09&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;22-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Mon&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:32&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;6:55&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="min-height: 16.5pt;"&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt; border-style: none solid solid; border-color: rgb(0, 0, 0) white white; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;   &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;8-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Mon&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:21&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;7:08&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;23-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Tue&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:32&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;6:54&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="min-height: 16.5pt;"&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt; border-style: none solid solid; border-color: rgb(0, 0, 0) white white; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;   &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;9-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Tue&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:22&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;7:07&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;24-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Wed&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:33&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;6:53&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="min-height: 16.5pt;"&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt; border-style: none solid solid; border-color: rgb(0, 0, 0) white white; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;   &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;10-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Wed&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:23&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;7:06&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;25-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Thu&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:34&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;6:52&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="min-height: 16.5pt;"&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt; border-style: none solid solid; border-color: rgb(0, 0, 0) white white; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;   &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;11-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Thu&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:23&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;7:05&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;26-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Fri&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:35&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;6:50&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="min-height: 16.5pt;"&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt; border-style: none solid solid; border-color: rgb(0, 0, 0) white white; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;   &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;12-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Fri&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:24&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;7:04&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;27-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Sat&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:35&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;6:49&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="min-height: 16.5pt;"&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt; border-style: none solid solid; border-color: rgb(0, 0, 0) white white; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;   &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;13-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Sat&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:25&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;7:03&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;28-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Sun&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:36&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;6:48&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="min-height: 16.5pt;"&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt; border-style: none solid solid; border-color: rgb(0, 0, 0) white white; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;   &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;14-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Sun&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:26&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;7:03&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;29-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Mon&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:37&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;6:47&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="min-height: 16.5pt;"&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt; border-style: none solid solid; border-color: rgb(0, 0, 0) white white; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;   &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;15-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Mon&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:26&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;7:02&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;30-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Tue&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:37&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;6:46&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="min-height: 16.5pt;"&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt; border-style: none solid solid; border-color: rgb(0, 0, 0) white white; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;   &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;16-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Tue&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:27&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(253, 228, 208); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;7:01&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(247, 150, 70); border-width: 0px 1pt 1.5pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;31-Aug&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;Wed&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;4:38&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;   &lt;td style="background: rgb(251, 202, 162); border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; padding: 0in 5.4pt; width: 48pt; min-height: 16.5pt;" width="64"&gt;    &lt;p style="margin: 0in 0in 0pt; text-align: center; line-height: normal;" class="MsoNormal" align="center"&gt;&lt;span style="color: black; font-size: 10pt;"&gt;6:45&lt;/span&gt;&lt;/p&gt;    &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;font color="#000000" size="3"&gt;  &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt; &lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-871703836382654673?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/871703836382654673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2011/08/iftaar-timing-noida-delhi-2011_05.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/871703836382654673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/871703836382654673'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2011/08/iftaar-timing-noida-delhi-2011_05.html' title='Iftaar Timing Noida Delhi 2011'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-7563395649062074402</id><published>2011-06-26T13:48:00.000+05:30</published><updated>2011-06-26T13:48:23.941+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='FUN'/><category scheme='http://www.blogger.com/atom/ns#' term='General'/><title type='text'>MOTHERS &amp; CHILDRENS</title><content type='html'>&lt;div class="gmail_quote"&gt;&lt;blockquote class="gmail_quote" style="border-left: #ccc 1px solid; margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms, sans-serif;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="color: #0070c0; font-family: &amp;quot;Segoe Print&amp;quot;; font-size: 12pt;"&gt;Pencil: I'm sorry&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="color: #0070c0; font-family: &amp;quot;Segoe Print&amp;quot;; font-size: 12pt;"&gt;Eraser: For what? You didn't do anything wrong.&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="color: #0070c0; font-family: &amp;quot;Segoe Print&amp;quot;; font-size: 12pt;"&gt;Pencil: I'm sorry cause you get hurt because of me. Whenever I made a mistake, you're always there to erase it. But as you make my mistakes vanish, you lose a part of yourself. You get smaller and smaller each time.&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="color: #0070c0; font-family: &amp;quot;Segoe Print&amp;quot;; font-size: 12pt;"&gt;Eraser: That's true. But I don't really mind. You see, I was made to do this. I was made to help you whenever you do something wrong. Even though one day, I know I'll be gone and you'll replace me with a new one, I'm actually happy with my job. So please, stop worrying. I hate seeing you sad. :)&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="color: #0070c0; font-family: &amp;quot;Segoe Print&amp;quot;; font-size: 12pt;"&gt;I found this conversation between the pencil and the eraser very inspirational.&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="color: #0070c0; font-family: &amp;quot;Segoe Print&amp;quot;; font-size: 12pt;"&gt;Mother is like the eraser whereas their children are the pencil.&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="color: #0070c0; font-family: &amp;quot;Segoe Print&amp;quot;; font-size: 12pt;"&gt;She is always there for their children, cleaning up their mistakes.&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="color: #0070c0; font-family: &amp;quot;Segoe Print&amp;quot;; font-size: 12pt;"&gt;Sometimes along the way...&amp;nbsp; She get hurt, and become smaller (older, and eventually pass on).&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="color: #0070c0; font-family: &amp;quot;Segoe Print&amp;quot;; font-size: 12pt;"&gt;Though her children will eventually find someone new (spouse), but she is still happy with what she do for their children, and will always hate seeing her precious ones worrying, or sad.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #0070c0; font-family: &amp;quot;Segoe Print&amp;quot;; font-size: 12pt;"&gt;This is to all the MOTHERS &amp;amp; CHILDRENS..............!!!!!!!!!!!!!!!!!&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #0070c0; font-family: &amp;quot;Segoe Print&amp;quot;; font-size: 12pt;"&gt;Ref: Dont know the origin but I get it from Ahsan&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: #0070c0; font-family: &amp;quot;Segoe Print&amp;quot;; font-size: 12pt;"&gt;P.S. Thanks a lot (whomsoever compose it) for writing such a wonderful inspirational message..&lt;/span&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-7563395649062074402?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/7563395649062074402/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2010/11/mothers-childrens_26.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7563395649062074402'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7563395649062074402'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2010/11/mothers-childrens_26.html' title='MOTHERS &amp; CHILDRENS'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-8192620770163213891</id><published>2011-02-20T09:07:00.002+05:30</published><updated>2011-02-20T09:20:23.827+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>How to pass variable to sql script from batch file?</title><content type='html'>&lt;div class="gmail_quote"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="MsoNormal" style="margin: 0in 0in 10pt;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;How to pass variable to sql script from batch file?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;1.&lt;/span&gt;&lt;span style="font: 7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Create a Table called Employees&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;id int&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;fname varchar(50)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;lname varchar(50)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;dept varchar(10)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;2.&lt;/span&gt;&lt;span style="font: 7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Insert few records into it as &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Id &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fname&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lname&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dept&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mohd&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Irfan&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;02&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gaurav&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thakur&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;03 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Animesh&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mishra&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Security&lt;br /&gt;04&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ashok&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Roy&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Admin&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;3.&lt;/span&gt;&lt;span style="font: 7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Create the sql script as getEmployees.sql&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;use $(dbname)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;select * from $(tablename)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;4.&lt;/span&gt;&lt;span style="font: 7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Create the runsqlscript.bat file for running the sql script as below.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;sqlcmd -S %1 -i getEmployees.sql -v dbname = %2 tablename = %3 -o %4&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;5.&lt;/span&gt;&lt;span style="font: 7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Run this command from cmd.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;&amp;gt;runsqlscript.bat SQLServerName DBName Employees D:\EmployeesList.txt&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 10pt 0.5in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin: 0in 0in 10pt;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: trebuchet ms,sans-serif;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Ref - &lt;/span&gt;&lt;a href="http://blogs.msdn.com/b/ssehgal/archive/2009/04/03/passing-parameters-to-sql-script-using-batch-files.aspx" target="_blank"&gt;&lt;span style="color: blue; font-family: Calibri; font-size: small;"&gt;http://blogs.msdn.com/b/ssehgal/archive/2009/04/03/passing-parameters-to-sql-script-using-batch-files.aspx&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0in 0in 0pt 0.5in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-8192620770163213891?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/8192620770163213891/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2011/02/how-to-pass-variable-to-sql-script-from.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8192620770163213891'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8192620770163213891'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2011/02/how-to-pass-variable-to-sql-script-from.html' title='How to pass variable to sql script from batch file?'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-2266357509154417251</id><published>2010-09-02T11:17:00.000+05:30</published><updated>2010-09-02T11:18:05.939+05:30</updated><title type='text'>HCL Care Noida</title><content type='html'>&lt;div&gt;&lt;font color="#000000"&gt;&lt;font size="2"&gt;&lt;font face="trebuchet ms,sans-serif"&gt;Hcltouch Number for Noida - 18601800425&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt; &lt;div&gt;&lt;font color="#000000"&gt;&lt;font size="2"&gt;&lt;font face="trebuchet ms,sans-serif"&gt;For Desktop - Monday to Saturday 9:00 AM to 5:00 PM&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt; &lt;div&gt;&lt;font face="Trebuchet MS"&gt;For Labtop - 24x7&lt;/font&gt;&lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-2266357509154417251?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/2266357509154417251/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2010/09/hcl-care-noida.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/2266357509154417251'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/2266357509154417251'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2010/09/hcl-care-noida.html' title='HCL Care Noida'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-889489686130852888</id><published>2010-03-18T11:17:00.002+05:30</published><updated>2010-03-27T19:42:56.891+05:30</updated><title type='text'>Equivalent SQLWB Command in SLQ 2008</title><content type='html'>&lt;div&gt;Run command for opening SQL2005 management studio is SQLWB, however the same is not availabl ein sql 2008.&lt;/div&gt;&lt;div&gt;So what is the run command for SQL 2008&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Its SMSS&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Go to Start -&amp;gt; RUN &lt;/div&gt;&lt;div&gt;Type SSMS&lt;/div&gt;&lt;div&gt;Click Enter&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;And here you are with SQL2008 Management Studio.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-889489686130852888?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/889489686130852888/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2010/03/equivakent-sqlwb-command-in-slq-2008.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/889489686130852888'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/889489686130852888'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2010/03/equivakent-sqlwb-command-in-slq-2008.html' title='Equivalent SQLWB Command in SLQ 2008'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-5043984138719117265</id><published>2010-01-22T21:07:00.000+05:30</published><updated>2010-01-22T21:08:13.119+05:30</updated><title type='text'>It is possible to have dynamic query in LINQ?</title><content type='html'>It is possible to have dynamic query in LINQ?&lt;br&gt;&lt;br&gt;var data = items in ItemsList&lt;br&gt;where items=&amp;#39;some condition&amp;#39;&lt;br&gt;select items;&lt;br&gt;&lt;br&gt;&lt;br&gt;The above query is static query as its already written and it will be executed good.&lt;br&gt;  &lt;br&gt;I wanna know if we can make the same query into some string and exec the same?? &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-5043984138719117265?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/5043984138719117265/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2010/01/it-is-possible-to-have-dynamic-query-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5043984138719117265'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5043984138719117265'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2010/01/it-is-possible-to-have-dynamic-query-in.html' title='It is possible to have dynamic query in LINQ?'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-7124921448783222235</id><published>2010-01-18T15:45:00.001+05:30</published><updated>2010-01-18T16:26:31.644+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='ASP.NET'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>Can SQL Mirroring be implemented on .NET 1.1</title><content type='html'>The straight answer is NO, let me find some tweeks and update this topic.&lt;br /&gt;&lt;br /&gt;And yes its true, for mirroring , failover implementation it need to provide the failover partner into the connection string which is not supported for .NET Framework 1.1 and 1.0.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.connectionstring.aspx&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Key: Failover Partner&lt;br /&gt;Default Value :  N/A&lt;br /&gt;Description: The name of the failover partner server where database mirroring is configured.&lt;br /&gt;The Failover Partner keyword is not supported by .NET Framework version 1.0 or 1.1.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-7124921448783222235?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/7124921448783222235/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2010/01/can-sql-mirroring-be-implemented-on-net.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7124921448783222235'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7124921448783222235'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2010/01/can-sql-mirroring-be-implemented-on-net.html' title='Can SQL Mirroring be implemented on .NET 1.1'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-6995888536869713179</id><published>2010-01-15T15:56:00.001+05:30</published><updated>2010-01-15T15:56:33.537+05:30</updated><title type='text'>Database Mirroring Vs Database Replication [SQL 2005 and Above]</title><content type='html'>&lt;div class="gmail_quote"&gt;&lt;br&gt; &lt;table style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-COLLAPSE: collapse; BORDER-TOP: medium none; BORDER-RIGHT: medium none" border="1" cellspacing="0" cellpadding="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 239.4pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0in" valign="top" width="319"&gt;   &lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;b&gt;&lt;font face="Calibri"&gt;Database Mirroring&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 239.4pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0in" valign="top" width="319"&gt;   &lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;b&gt;&lt;font face="Calibri"&gt;Database Replication&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 239.4pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0in" valign="top" width="319"&gt;   &lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font face="Calibri"&gt;Making the same database with transaction logs [ synchronous or asynchronous]&lt;/font&gt;&lt;/p&gt;&lt;/td&gt; &lt;td style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 239.4pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0in" valign="top" width="319"&gt;   &lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font face="Calibri"&gt;Making the same database replicated on other server.&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 239.4pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0in" valign="top" width="319"&gt;   &lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font face="Calibri"&gt;Only snapshot can be used to fetch the data from mirroring server.&lt;/font&gt;&lt;/p&gt;&lt;/td&gt; &lt;td style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 239.4pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0in" valign="top" width="319"&gt;   &lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font face="Calibri"&gt;Can be fetched data directly from the replicated server.&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 239.4pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0in" valign="top" width="319"&gt;   &lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font face="Calibri"&gt;Mirroring is preferred when we want database online most of the time.&lt;/font&gt;&lt;/p&gt;&lt;/td&gt; &lt;td style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 239.4pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0in" valign="top" width="319"&gt;   &lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font face="Calibri"&gt;Replication used when we need to run the reports without affecting the primary database performance.&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: windowtext 1pt solid; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 239.4pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0in" valign="top" width="319"&gt;   &lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font face="Calibri"&gt;In case of failover the mirroring database in as primary database.&lt;/font&gt;&lt;/p&gt;&lt;/td&gt; &lt;td style="BORDER-BOTTOM: windowtext 1pt solid; BORDER-LEFT: #f0f0f0; PADDING-BOTTOM: 0in; BACKGROUND-COLOR: transparent; PADDING-LEFT: 5.4pt; WIDTH: 239.4pt; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: windowtext 1pt solid; PADDING-TOP: 0in" valign="top" width="319"&gt;   &lt;p style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font face="Calibri"&gt;In case of failover you have to specify the secondary database name, it's not failover automatically.&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt;&lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-6995888536869713179?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/6995888536869713179/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2010/01/database-mirroring-vs-database.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/6995888536869713179'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/6995888536869713179'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2010/01/database-mirroring-vs-database.html' title='Database Mirroring Vs Database Replication [SQL 2005 and Above]'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-1209325474946537096</id><published>2009-05-31T12:20:00.001+05:30</published><updated>2009-05-31T12:20:44.467+05:30</updated><title type='text'>Microsoft BING is Releasing on 3 June 09</title><content type='html'>Microsoft BING is coming its way on 3rd June, so keep watching the new search engine wars among google &amp;amp; bing. &lt;div&gt;So what Microsoft say about Bing &amp;quot; Its will be great tool for strategic search, its search intelligently. Every seconds there are 4 new sites are being listing, current search engines are not taking these sites, but BING do.&amp;quot;&lt;/div&gt;  &lt;div&gt;Currently the search engines percentage worldwide is Live 3% , Yahoo 16% and Google 81% ......&lt;/div&gt;&lt;div&gt;So lets watch going to happen..&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;You can get more information about bing &lt;a href="http://video.allthingsd.com/video/d7-video-steve-ballmer/B6291873-95A2-4164-9006-F1D5589CCAD9"&gt;here &lt;/a&gt;&lt;/div&gt;  &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Previously also there were search engines launched but not get popular.&lt;/div&gt;&lt;div&gt;Some of the search engine you can see&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://scour.com"&gt;scour.com&lt;/a&gt; &lt;/div&gt;&lt;div&gt;&lt;a href="http://guruji.com"&gt;guruji.com&lt;/a&gt; &lt;/div&gt;  &lt;div&gt;&lt;a href="http://getit.in"&gt;getit.in&lt;/a&gt;  [targeted for india market for searching products/services]&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-1209325474946537096?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/1209325474946537096/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2009/05/microsoft-bing-is-releasing-on-3-june.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/1209325474946537096'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/1209325474946537096'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2009/05/microsoft-bing-is-releasing-on-3-june.html' title='Microsoft BING is Releasing on 3 June 09'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-8437375332579465059</id><published>2009-03-08T12:30:00.000+05:30</published><updated>2009-03-08T12:32:18.754+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='.Net Interview Questions'/><title type='text'>.Net Interview Questions | Assembly - Part -3</title><content type='html'>&lt;span style="font-weight: bold;"&gt;11.    Do you know BCL?&lt;/span&gt;&lt;br /&gt;The BCL (Base Class Library) is a combination of classes or we can say that it’s a library of functionalities and types available to all languages that used in .NET Framework. To make the programmer job more easier dot net gave a advantage to includes the BCL in order to collect a large number of common functions, just like to read a file and write to file, graphic rendering, database interaction, and XML document manipulation at one place . The scope of this is large and standard libraries for most other languages, including C++, and would be comparable in scope to the standard libraries is just like Java. The BCL is sometimes incorrectly referred to as the Framework Class Library (FCL), which is a superset including the Microsoft namespaces.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;12.     In Assembly which work as GacBrowser ?&lt;/span&gt;&lt;br /&gt;The GACPicker class allows the user to select an assembly from the Global Assembly Cache. It does this by looking at the filesystem representation of the GAC, since there appears to be no actual API in the current .NET environment.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.Net Interview Questions | [&lt;a href="http://matespoint.blogspot.com/2009/03/net-interview-questions-assembly.html"&gt;Assembly&lt;/a&gt;]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-8437375332579465059?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/8437375332579465059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2009/03/net-interview-questions-assembly-part-3.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8437375332579465059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8437375332579465059'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2009/03/net-interview-questions-assembly-part-3.html' title='.Net Interview Questions | Assembly - Part -3'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-3747327438165182382</id><published>2009-03-08T12:27:00.002+05:30</published><updated>2009-03-08T12:30:37.571+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='.Net Interview Questions'/><title type='text'>.Net Interview Questions | Assembly - Part -2</title><content type='html'>&lt;span style="font-weight: bold;"&gt;6.    How strong name being defined? OR What is strong name?&lt;/span&gt;&lt;br /&gt;A strong name consists of the assembly's identity—its simple text name, version number, and culture information (if provided)—plus a public key and a digital signature. It is generated from an assembly file (the file that contains the assembly manifest, which in turn contains the names and hashes of all the files that make up the assembly), using the corresponding private key. There are SDK tools to sign an assembly with strong name. Assemblies with the same strong name are expected to be identical.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;7.    How to Sign an Assembly with strong Name?&lt;/span&gt;&lt;br /&gt;The Windows Software Development Kit (SDK) provides several ways to sign an assembly with a strong name:&lt;br /&gt;•    Using the Assembly Linker(Al.exe) provided by the Windows SDK.&lt;br /&gt;•    Using assembly attributes to insert the strong name information in your code. You can use either the AssemblyKeyFileAttribute or the AssemblyKeyNameAttribute, depending on where the key file to be used is ocated.&lt;br /&gt;Note: In the .NET Framework version 2.0, some compilers issue warning messages when attributes are used.&lt;br /&gt;To create and sign an assembly with a strong name using the Assembly Linker&lt;br /&gt;At the command prompt, type the following command:&lt;br /&gt;al /out:&lt;assembly&gt; &lt;module&gt; /keyfile:&lt;file&gt;&lt;br /&gt;In this command, assembly name is the name of the assembly to sign with a strong name, module name is the name of the code module used to create the assembly, and file name is the name of the container or file that contains the key pair.&lt;br /&gt;The following example signs the assembly MyAssembly.dll with a strong name using the key file sgKey.snk.&lt;br /&gt;al /out:MyAssembly.dll MyModule.netmodule /keyfile:sgKey.snk&lt;br /&gt;&lt;br /&gt;To sign an assembly with a strong name using attributes&lt;br /&gt;In a code module, add the AssemblyKeyFileAttribute or the AssemblyKeyNameAttribute, specifying the name of the file or container that contains the key pair to use when signing the assembly with a strong name.&lt;br /&gt;The following code example uses the AssemblyKeyFileAttribute with a key file called sgKey.snk, located in the directory where the assembly is compiled. This assumes that the assembly is compiled using the command-line compilers vbc.exe and csc.exe.&lt;br /&gt;Visual Basic&lt;br /&gt;    &lt;assembly:assemblykeyfileattribute("sgkey.snk")&gt;&lt;br /&gt;C#&lt;br /&gt;    [assembly:AssemblyKeyFileAttribute(@"sgKey.snk")]&lt;br /&gt;   &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;8.    What is delay signing?&lt;/span&gt;&lt;br /&gt;When signing an assembly, you might not always have access to a private key. For example, an organization might have a closely guarded key pair that developers do not have access to on a daily basis. While the public key might be available, access to the private key is restricted to a few individuals. In such a case, you can use delayed or partial signing to provide the public key, deferring the addition of the private key until the assembly is handed off.&lt;br /&gt;Delay signing can be enabled in the Signing pane of the Project Designer as follows.&lt;br /&gt;To delay sign an assembly&lt;br /&gt;•    With the project node selected in Solution Explorer, from the Project menu, click Properties (or right-click the project node in Solution Explorer, and click Properties).&lt;br /&gt;•    In the Project Designer, click the Signing tab.&lt;br /&gt;•    Select the Sign the assembly check box.&lt;br /&gt;•    Specify a key file. (ie key.snk)&lt;br /&gt;•    Select the Delay sign only check box. Note that a delay signed project will not run and cannot be debugged. You can, however, use the Strong Name Tool (Sn.exe) with the -Vr option to skip verification during development.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;9.    What is version number and Culture into Manifest?&lt;/span&gt;&lt;br /&gt;Version number:- A major and minor version number, and a revision and build number. The common language runtime uses these numbers to enforce version policy.For example &lt;major&gt;.&lt;minor&gt;.&lt;revision&gt;.&lt;builfnumber&gt; - 1.02.0012.0113&lt;br /&gt;Culture:- This relates to Satellite assembly. This information should be used only to Pick an assembly as a satellite assembly containing culture- or language-specific information.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;10.    What do you mean by satellite assemblies?&lt;/span&gt;&lt;br /&gt;The assemblies which contains only culture information are known as satellite assemblies.This assembly is used to get language specific resources for an application.&lt;br /&gt;To know how to create satellite assmblies refer to http://msdn.microsoft.com/en-us/library/21a15yht(VS.71).aspx&lt;br /&gt;&lt;br /&gt;.Net Interview Questions | [&lt;a href="http://matespoint.blogspot.com/2009/03/net-interview-questions-assembly.html"&gt;Assembly&lt;/a&gt;]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-3747327438165182382?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/3747327438165182382/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2009/03/net-interview-questions-assembly-part-2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3747327438165182382'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3747327438165182382'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2009/03/net-interview-questions-assembly-part-2.html' title='.Net Interview Questions | Assembly - Part -2'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-6724404449408024826</id><published>2009-03-08T11:32:00.002+05:30</published><updated>2009-03-08T12:04:14.063+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='.Net Interview Questions'/><title type='text'>.Net Interview Questions | Assembly - Part -1</title><content type='html'>&lt;span style="font-weight: bold;"&gt;1.    What you mean by Assembly?&lt;/span&gt;&lt;br /&gt;Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. An assembly is a collection of types and resources that are built to work together and form a logical unit of functionality. All the .NET assemblies contain the definition of types, versioning information for the type, meta-data, and manifest.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;2.    What is menifest?&lt;/span&gt;&lt;br /&gt;Detailed description of the assembly contents. A manifest contains metadata describing the name, resources, types, and version of the assembly as well as dependencies upon other assemblies. The manifest makes an assembly self-describing, easier to deploy, and not bound to a particular system because of storing data in the Windows registry.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3.    How many type of assembly are there?&lt;/span&gt;&lt;br /&gt;There are two types of Assembly in .NET&lt;br /&gt;•    Private Assembly&lt;br /&gt;•    Shared Assembly&lt;br /&gt;Private Assembly: These are simple assemblies and being copied with each applications running folder.Dont nned to have strong name.&lt;br /&gt;Shared Assembly: Also named as Strong Named Assemblies are copied to a single location (usually the Global assembly cache). For all calling assemblies within the same application, the same copy of the shared assembly is used from its original location. Hence, shared assemblies are not copied in the private folders of each calling assembly. Each shared assembly has a four part name including its face name, version, public key token and culture information. The public key token and version information makes it almost impossible for two different assemblies with the same name or for two similar assemblies with different version to mix with each other.&lt;br /&gt;An assembly can be a single file or it may consist of the multiple files. In case of multi-file, there is one master module containing the manifest while other assemblies exist as non-manifest modules. A module in .NET is a sub part of a multi-file .NET assembly. Assembly is one of the most interesting and extremely useful areas of .NET architecture along with reflections and attributes.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4.    What is GAC? WhereGAC located on machine?&lt;/span&gt;&lt;br /&gt;GAC is known as Global Assembly Cache where the shared assembiles are being kept. GAC can be found on a system at &lt;root&gt;\&lt;windos&gt;\Assembly ie. C:\Windows\Assembly&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;5.    Can we have two DLL with same name into GAC?&lt;/span&gt;&lt;br /&gt;GAC is a Folder that contains DLL that have strong name.We can say that  GAC is a very special folder, and it is not possible to place two files with the same name into a Windows folder,But  GAC differentiates DLL by strong names and since strong name can not be same hence wwe can put two DLL with same name into GAC. For example SameNameApp.dll and SameNameApp.dll to co-exist in GAC if the first one have version 1.0.0.0 and the second have 1.1.0.0.&lt;br /&gt;&lt;br /&gt;.Net Interview Questions | [&lt;a href="http://matespoint.blogspot.com/2009/03/net-interview-questions-assembly.html"&gt;Assembly&lt;/a&gt;]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-6724404449408024826?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/6724404449408024826/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2009/03/net-interview-questions-assembly-part-1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/6724404449408024826'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/6724404449408024826'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2009/03/net-interview-questions-assembly-part-1.html' title='.Net Interview Questions | Assembly - Part -1'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-3361079065824911109</id><published>2009-03-08T11:17:00.003+05:30</published><updated>2009-03-08T12:06:09.730+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='.Net Interview Questions'/><title type='text'>.Net Interview Questions | Assembly</title><content type='html'>In this section I included only questions related to Assembly.&lt;br /&gt;&lt;br /&gt;1.    What is assembly?&lt;br /&gt;2.    What is manifest?&lt;br /&gt;3.    How many type of assembly are there?&lt;br /&gt;4.    What is GAC? Where you found GAC on a machine?&lt;br /&gt;5.    Can we have two DLL with same name into GAC?&lt;br /&gt;6.    What is strong name?&lt;br /&gt;7.    How to Sign an Assembly with strong Name?&lt;br /&gt;8.    What is delay signing?&lt;br /&gt;9.    What is version number and Culture into Manifest?&lt;br /&gt;10.    What do you mean by satellite assemblies?&lt;br /&gt;11.    Do you know BCL?&lt;br /&gt;12.    In Assembly which work as GacBrowser ?&lt;br /&gt;&lt;br /&gt;Answers [&lt;a href="http://matespoint.blogspot.com/2009/03/net-interview-questions-assembly-part-1.html"&gt;1-5&lt;/a&gt;] [&lt;a href="http://matespoint.blogspot.com/2009/03/net-interview-questions-assembly-part-2.html"&gt;6-10&lt;/a&gt;] [&lt;a href="http://matespoint.blogspot.com/2009/03/net-interview-questions-assembly-part-3.html"&gt;11-12&lt;/a&gt;]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-3361079065824911109?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/3361079065824911109/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2009/03/net-interview-questions-assembly.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3361079065824911109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3361079065824911109'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2009/03/net-interview-questions-assembly.html' title='.Net Interview Questions | Assembly'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-5239697199894216998</id><published>2009-02-28T16:59:00.000+05:30</published><updated>2009-02-28T17:00:56.305+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='ASP.NET'/><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><title type='text'>Global Variable in C# | Application Cache Vs Static Variable</title><content type='html'>&lt;div class="GoodTextColor"&gt; Some times we need to use some variable globaly so that it may be available to application wide. For having a global variable we can use static variables as well application cache.&lt;br /&gt;&lt;br /&gt;Example :&lt;br /&gt;&lt;br /&gt;Application["gVar1"]="Global variable One stored here";&lt;br /&gt;and this can be get anywhere in application by using string var1 = (string)Application["Var1"];&lt;br /&gt;&lt;br /&gt;The same thing can be by using static variable also.&lt;br /&gt;&lt;br /&gt;public static string GVar1;&lt;br /&gt;&lt;br /&gt;These variables need to be initialized first time into Global.asax.cs application_start() method and keep alive until a IIS reset or worker process recycle not occurs.&lt;br /&gt;&lt;br /&gt;Application_Start()&lt;br /&gt;{&lt;br /&gt;   Application["gVar1"]="Global variable One stored here";&lt;br /&gt;   Gvar2= "Global Variable Two is here";&lt;br /&gt;}&lt;br /&gt;For using the Gvar2 we need to simply write the className.Gvar2 // Here Global.Gvar2 will do the work for us.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So the question arise as both are doing the same work which we prefer to use.&lt;br /&gt;I must say It depends!!&lt;br /&gt;&lt;br /&gt;Why I said so? Because there are reasons behind this.&lt;br /&gt;In the above scenario I must say I MUST use static variable. (Please make static property rather than directly using static variable)&lt;br /&gt;So what factors you must count for choosing static -&lt;br /&gt;1. Application holds variable as Object.&lt;br /&gt;2. While getting the value we need to caste into the objects which it stores. Of course casting need some value.&lt;br /&gt;&lt;br /&gt;So when we need to use some primitive variables and they are not going to changes very frequent (locking issue in case of frequent changes) we should use static variable.&lt;br /&gt;Application need to be used when we need to Hold some objects application wide.&lt;br /&gt;(Note Its my own experience please do not take it as hard and fast rule).&lt;br /&gt;&lt;br /&gt;Thanks                     &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-5239697199894216998?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/5239697199894216998/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2009/02/global-variable-in-c-application-cache.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5239697199894216998'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5239697199894216998'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2009/02/global-variable-in-c-application-cache.html' title='Global Variable in C# | Application Cache Vs Static Variable'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-5163759784060016724</id><published>2009-02-22T18:19:00.001+05:30</published><updated>2009-02-23T21:36:13.908+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Admission Notice'/><title type='text'>UP CPMT2009</title><content type='html'>&lt;p&gt;Uttar Pradesh Combined Pre Medical Test is an examination conducted by University of Lucknow on behalf of the Government of Uttar Pradesh. The examination is conducted for admission to various medical courses in Government and recognized, approved Medical, Dental, Homeopathic, Ayurvedic and Unani Colleges of Uttar Pradesh.&lt;/p&gt; 	&lt;p&gt;&lt;b&gt;Important dates of UPCPMT&lt;/b&gt;&lt;/p&gt; 	&lt;p&gt;1. Feb to first week of March 2009 – availability of application forms.&lt;br&gt; 2. 2nd week of March 2009 – deadline for submission of completed application forms.&lt;br&gt; 3. Mid of May 2009 – date of examination.&lt;/p&gt; 	&lt;p&gt;&lt;b&gt;Eligibility criteria for UPCPMT&lt;/b&gt;&lt;/p&gt; 	&lt;ul&gt;&lt;li&gt;The candidate must be a citizen of India and must have domicile of Uttar Pradesh.&lt;/li&gt;&lt;li&gt;The candidate must have cleared class 12th examination with PCB and English as one of the main subjects. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;Courses offered for UPCPMT&lt;/b&gt;&lt;/p&gt; 	&lt;p&gt;1. MBBS&lt;br&gt; 2. BDS&lt;br&gt; 3. BHMS&lt;br&gt; 4. BAMS&lt;br&gt; 5. BUMS&lt;/p&gt; 	&lt;p&gt;&lt;b&gt;Examination pattern and syllabus:&lt;/b&gt;&lt;/p&gt; 	&lt;p&gt;1. The examination will be conducted in two parts.&lt;br&gt; 2. The first paper will contain questions from Zoology and Botany and the timings will be from 10:00 AM-12:00 Noon&lt;br&gt; 3. The second paper will have questions from Chemistry and Physics and the timings will be from 2:0O PM-4:00 PM.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;For more information keep watching this page....&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-5163759784060016724?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/5163759784060016724/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2009/02/up-cpmt2009.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5163759784060016724'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5163759784060016724'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2009/02/up-cpmt2009.html' title='UP CPMT2009'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-3500127795062649297</id><published>2009-02-08T09:53:00.005+05:30</published><updated>2009-02-08T10:30:28.722+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Admission Notice'/><title type='text'>AMU Admission Notice 2009 - 2010</title><content type='html'>Aligarh Muslim University (AMU) announces the admissions Notice for Academic session 2009-2010. First time AMU Entrance Test will be held on five centres across India (Only for BTech and MBBS/BDS),  Rest of the Test courses will be held on Aligarh except Class XI/Diploma Engineering which will be held in Lucknow also along with Aligarh. For more information visit :&lt;a href="http//amu.ac.in"&gt;http//amu.ac.in&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Admissions related more information/Application Form can be downloaded at &lt;a href="http://amucontrollerexams.com"&gt;http://amucontrollerexams.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Examination Notice:&lt;span style="text-decoration: underline;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_W3pLTklhEQs/SY5ibF73sdI/AAAAAAAAAGM/d24wtlyCjXg/s1600-h/Admission+Notice+2009-2010.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 407px; height: 480px;" src="http://4.bp.blogspot.com/_W3pLTklhEQs/SY5ibF73sdI/AAAAAAAAAGM/d24wtlyCjXg/s400/Admission+Notice+2009-2010.jpg" alt="" id="BLOGGER_PHOTO_ID_5300282029050933714" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-3500127795062649297?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/3500127795062649297/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2009/02/amu-admission-notice-2009-2010.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3500127795062649297'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3500127795062649297'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2009/02/amu-admission-notice-2009-2010.html' title='AMU Admission Notice 2009 - 2010'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_W3pLTklhEQs/SY5ibF73sdI/AAAAAAAAAGM/d24wtlyCjXg/s72-c/Admission+Notice+2009-2010.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-390568714673145055</id><published>2008-10-28T11:49:00.007+05:30</published><updated>2008-10-28T12:21:20.552+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Physics'/><title type='text'>Physics - Cyclotron</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_eAzT4VdyVNk/SQa1sD_czdI/AAAAAAAAAII/4zyjN_aqGec/s1600-h/cyclotron+2.JPG"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 320px; height: 224px;" src="http://1.bp.blogspot.com/_eAzT4VdyVNk/SQa1sD_czdI/AAAAAAAAAII/4zyjN_aqGec/s320/cyclotron+2.JPG" alt="" id="BLOGGER_PHOTO_ID_5262092983219310034" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Purpose:&lt;span style="color: rgb(0, 0, 0);"&gt; Cyclotron is a device used to accelerate heavy charge particles e.g.protons,deuerons etc.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Principle: &lt;span style="color: rgb(0, 0, 0);"&gt;It is based on the p&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;rinciple that a changed particle can be accelerate&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;d to very hagh energies by making it pass through a moderate electric field a number of times and applying a strong magnetic field at same time.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Construction: -&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;1-Strong electromagnet(N&amp;amp;S).&lt;br /&gt;&lt;br /&gt;2-Two dees D1&amp;amp;D2 (D shaped hollow semi circular copper chambers called dees).&lt;br /&gt;&lt;br /&gt;3-Source of high voltage coupled with adjustable high frequency oscillator.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_eAzT4VdyVNk/SQa1b44JZxI/AAAAAAAAAIA/3Kbxun2e1DQ/s1600-h/cyclotron.JPG"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 320px; height: 210px;" src="http://1.bp.blogspot.com/_eAzT4VdyVNk/SQa1b44JZxI/AAAAAAAAAIA/3Kbxun2e1DQ/s320/cyclotron.JPG" alt="" id="BLOGGER_PHOTO_ID_5262092705357981458" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;4-Source of charged ions at the centre of the dees.g. deuterium for protons,helium for a-particles,bombarded with high energy electrons.&lt;br /&gt;The hole assembly is housed in a vaccum chamber which is evacuated to a pressure of about 10-6 mm Hg,to avoid collision of charged particlels with medium gas particles which would result in loss of energy.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-390568714673145055?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/390568714673145055/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/10/physic-cyclotron.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/390568714673145055'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/390568714673145055'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/10/physic-cyclotron.html' title='Physics - Cyclotron'/><author><name>Imran khan</name><uri>http://www.blogger.com/profile/14616865566062963451</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_eAzT4VdyVNk/SQSfTiSIjVI/AAAAAAAAAHU/PqfGkvPvo38/S220/Allura+1024.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_eAzT4VdyVNk/SQa1sD_czdI/AAAAAAAAAII/4zyjN_aqGec/s72-c/cyclotron+2.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-8296192003436577532</id><published>2008-10-26T23:07:00.005+05:30</published><updated>2008-10-27T08:54:27.133+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Physics'/><title type='text'>Physics-Moving coil galvanometer</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_eAzT4VdyVNk/SQSv1_pg-vI/AAAAAAAAAH4/psWljIpco1A/s1600-h/galvanometer_scheme4h.JPG"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 217px; height: 320px;" src="http://2.bp.blogspot.com/_eAzT4VdyVNk/SQSv1_pg-vI/AAAAAAAAAH4/psWljIpco1A/s320/galvanometer_scheme4h.JPG" alt="" id="BLOGGER_PHOTO_ID_5261523606829071090" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It is an instrument to detect and measure the strength of small electric current.&lt;br /&gt;&lt;br /&gt;Principle:--When a current carrying coil is placed in magnetic field,it is experience a torque.&lt;br /&gt;&lt;br /&gt;Construction:-It is consists of a coil bound on a non-magnetic field.The coil is suspended between two poles of a permanent magnet which are concave in shape.the coil is suspended by a phosphur bronze strip and this strip is connected to the terminal T1 of the galvanometer and other end of the coil is connected to hair spring which is connected to terminal T2 .A peace of the soft iron is the placed within the frame of the coil.A concave mirror is attached to the suspension to note the deflection of the coil using length and scale arrangement.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-8296192003436577532?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/8296192003436577532/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/10/physics-moving-coil-galvanometer.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8296192003436577532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8296192003436577532'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/10/physics-moving-coil-galvanometer.html' title='Physics-Moving coil galvanometer'/><author><name>Imran khan</name><uri>http://www.blogger.com/profile/14616865566062963451</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://1.bp.blogspot.com/_eAzT4VdyVNk/SQSfTiSIjVI/AAAAAAAAAHU/PqfGkvPvo38/S220/Allura+1024.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_eAzT4VdyVNk/SQSv1_pg-vI/AAAAAAAAAH4/psWljIpco1A/s72-c/galvanometer_scheme4h.JPG' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-7170249713238486874</id><published>2008-10-26T20:38:00.004+05:30</published><updated>2008-10-26T20:58:58.472+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Physics'/><title type='text'>Physics - Fleming Left Hand Rule</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_W3pLTklhEQs/SQSMPfZJWnI/AAAAAAAAAF8/70QSlIae9Wc/s1600-h/fleming-left-hand-rule.JPG"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 299px; height: 230px;" src="http://1.bp.blogspot.com/_W3pLTklhEQs/SQSMPfZJWnI/AAAAAAAAAF8/70QSlIae9Wc/s320/fleming-left-hand-rule.JPG" alt="" id="BLOGGER_PHOTO_ID_5261484462428478066" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Fleming Left Hand Rule describes that if took the first three fingers of your hand so that Center Finger point to Current, First Finger point to the direction of Field then Thumb will point the Force.&lt;br /&gt;&lt;br /&gt;A simple rule to remember this&lt;br /&gt;&lt;br /&gt;Center Finger --&gt; Current Direction&lt;br /&gt;First Finger --&gt; Magnetic Field Direction&lt;br /&gt;Thumb(Most Powerful in hand)  --&gt; Force&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-7170249713238486874?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/7170249713238486874/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/10/physics-fleming-left-hand-rule.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7170249713238486874'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7170249713238486874'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/10/physics-fleming-left-hand-rule.html' title='Physics - Fleming Left Hand Rule'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_W3pLTklhEQs/SQSMPfZJWnI/AAAAAAAAAF8/70QSlIae9Wc/s72-c/fleming-left-hand-rule.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-4344663684411899546</id><published>2008-10-17T20:21:00.004+05:30</published><updated>2009-03-07T12:50:34.973+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='General'/><title type='text'>Haj Flight Schedule 2008 from Lucknow</title><content type='html'>&lt;div dir="ltr"&gt;Haj flight Schedule for 2008 from Lucknow is from 30Oct to 16 Nov.(From Lucknow to Medinah) and from 14Dec to 30Dec(From Jeddah to Lucknow).&lt;br /&gt;&lt;br /&gt;For details for your Flight Information visit to &lt;a href="http://hajcommittee.com/index.php?value=flt_inquiry"&gt;http://hajcommittee.com/index.php?value=flt_inquiry&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-4344663684411899546?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/4344663684411899546/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/10/haj-flight-schedule-2008-from-lucknow.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/4344663684411899546'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/4344663684411899546'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/10/haj-flight-schedule-2008-from-lucknow.html' title='Haj Flight Schedule 2008 from Lucknow'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-8633996360300034609</id><published>2008-08-22T21:30:00.002+05:30</published><updated>2008-08-22T21:41:59.188+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Gadgets'/><title type='text'>iPhone 3G Launch in India with High Price Difference</title><content type='html'>&lt;table width="574" border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="" valign="top" align="left"&gt;iPhone is now  available in 8GB &amp;amp; 16GB models, priced at Rs                    31,000 and Rs 36,100 respectively.&lt;/td&gt;               &lt;/tr&gt;               &lt;tr&gt;                  &lt;td valign="top" align="left"&gt;&lt;br /&gt;&lt;/td&gt;               &lt;/tr&gt;                                                                           &lt;tr&gt;                  &lt;td style="" valign="top" align="left"&gt;&lt;strong&gt;Where                    can you make this advance payment?&lt;/strong&gt;&lt;/td&gt;               &lt;/tr&gt;               &lt;tr&gt;                  &lt;td valign="top" align="left"&gt;&lt;img src="https://hcltmail.hcl.in/exchweb/img/clear1x1.gif" width="1" height="1" /&gt;&lt;/td&gt;               &lt;/tr&gt;               &lt;tr&gt;                  &lt;td style="" valign="top" align="left"&gt;The iPhone 3G will be available at select Vodafone Stores. All you need to do is drop in at any select Vodafone Store between August 20 and 21 and make the advance payment by cash or credit card. Don´t forget to show the iPhone booking SMS, which you would have received from us, when you visit the Vodafone Store to pay the advance. To find a Vodafone Store near you, &lt;a href="https://hcltmail.hcl.in/exchweb/bin/redir.asp?URL=http://www.vodafone.in/vodafone/mailer/newsletter/proactivelinks.asp?s=32186%26sources=del_iphone120808_lnk01%26linkname=http://www.vodafone.in/iphone/Pages/iPhone_details.aspx?cid=del" target="_blank" style=""&gt;click                    here&lt;/a&gt;&lt;/td&gt;               &lt;/tr&gt;               &lt;tr&gt;                  &lt;td valign="top" align="left"&gt;&lt;img src="https://hcltmail.hcl.in/exchweb/img/clear1x1.gif" width="1" height="22" /&gt;&lt;/td&gt;               &lt;/tr&gt;               &lt;tr&gt;                  &lt;td style="" valign="top" align="left"&gt;&lt;strong&gt;Get                    an appointment now. No queues for you.&lt;/strong&gt;&lt;/td&gt;               &lt;/tr&gt;               &lt;tr&gt;                  &lt;td valign="top" align="left"&gt;&lt;img src="https://hcltmail.hcl.in/exchweb/img/clear1x1.gif" width="1" height="1" /&gt;&lt;/td&gt;               &lt;/tr&gt;               &lt;tr&gt;                  &lt;td style="" valign="top" align="left"&gt;Once                    you pay the advance, we will immediately give you an appointment                    date and time, starting August 22 when you can come and experience                    a full demonstration and collect your iPhone, all ready to use                    with your contacts and settings, by paying the balance amount.&lt;/td&gt;               &lt;/tr&gt;                                                                                                                        &lt;tr&gt;                  &lt;td style="" valign="top" align="left"&gt;&lt;br /&gt;&lt;/td&gt;               &lt;/tr&gt;                              &lt;tr&gt;                  &lt;td style="" valign="top" align="left"&gt;&lt;span style="font-weight: bold;"&gt;You can get the iPhone with Airtel service on same Price.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;After seeing this High Price I turn my mind from having one. I am shocked first to see the price. In US it is around 9000 Rs (199USD) with two years service agreement with AT&amp;amp;T. I am wondering  why Vodafone and Airtel not mainitaing the same with their TWO years of Service agreements.&lt;br /&gt;I am seeing it totally flop show of iPhone in India. Hope the price will get down soon and Gadget lovers get this cool phone in their budget.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-8633996360300034609?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/8633996360300034609/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/08/iphone-3g-launch-in-india-with-high.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8633996360300034609'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8633996360300034609'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/08/iphone-3g-launch-in-india-with-high.html' title='iPhone 3G Launch in India with High Price Difference'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-8240779621978479778</id><published>2008-08-08T21:05:00.002+05:30</published><updated>2008-08-08T21:08:27.706+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Gadgets'/><title type='text'>3g iPhone set to launch on 22 Aug in India</title><content type='html'>All set to lanuch ipod in india, a news from midday news&lt;br /&gt;&lt;br /&gt;"Apple's iPhone, the touch screen handset that acquired a cult status in the US and other western countries, will be available to Indian mobile users through Bharti Airtel at the stroke of midnight on August 21, giving competitors like Nokia, Samsung and others a run for their money.&lt;br /&gt;Millions of Airtel subscribers will be able to purchase the iPhone at Airtel's Relationship Centres from August 22.&lt;br /&gt;"iPhone has been an iconic technological revelation of this year and Airtel has been at the forefront of innovation and customer delight in the Indian telecom sector," Sanjay Kapoor, President, Bharti Airtel mobile services, said.&lt;br /&gt;iPhone is embedded with all &lt;a href="http://www.apple.co.in/iphone/features/wireless.html" target="_blank"&gt;3G features &lt;/a&gt;and is twice as fast as the existing mobile phones. The phone also has in-built &lt;a href="http://www.apple.co.in/iphone/features/maps.html" target="_blank"&gt;GPS system&lt;/a&gt;, that facilitates as a navigation and positioning tool.&lt;br /&gt;US-based Apple has tied up with Airtel and Vodafone to bring iPhone in the country.&lt;br /&gt;Asked at what price it will be available, Bharti Airtel officials declined to give details."&lt;br /&gt;To read the whole article....&lt;br /&gt;&lt;a href="http://www.mid-day.com/news/2008/aug/06082008-iPhone-in-India-from-Aug-22.htm"&gt;http://www.mid-day.com/news/2008/aug/06082008-iPhone-in-India-from-Aug-22.htm&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-8240779621978479778?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/8240779621978479778/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/08/3g-iphone-set-to-launch-on-22-aug-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8240779621978479778'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8240779621978479778'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/08/3g-iphone-set-to-launch-on-22-aug-in.html' title='3g iPhone set to launch on 22 Aug in India'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-2982465396898413344</id><published>2008-07-14T10:50:00.002+05:30</published><updated>2008-07-14T12:57:16.715+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>Storing and Retirving Data in XML format from sql server</title><content type='html'>&lt;div class="Section1"&gt;&lt;div style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 1pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1pt solid; mso-element: para-border-div"&gt;&lt;p class="MsoNormal" style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: medium none"&gt;Retrieving and storing data in XML format in Sql Server 2000.&lt;?xml:namespace prefix = o /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;Suppose you have 20 X 20 controls on your page. And want to send all the data to sql server then create xml for it.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;strong&gt;Example :&lt;/strong&gt; &lt;/p&gt;&lt;p class="MsoNormal"&gt;Let there are A,B,C,D,E,F ……….. controls .&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;Then create xml for it as &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Through String builder as &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;color:teal;"&gt;StringBuilder&lt;/span&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt; xmlData = &lt;span style="color:blue;"&gt;new&lt;/span&gt; &lt;span style="color:teal;"&gt;StringBuilder&lt;/span&gt;();&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;xmlData.Append(&lt;span style="color:maroon;"&gt;"&amp;lt;&lt;/span&gt;&lt;/span&gt;Column&lt;span style="font-family:'Courier New';font-size:10;color:maroon;"&gt;&amp;gt;"&lt;/span&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;xmlData.Append(&lt;span style="color:maroon;"&gt;"&amp;lt;ColumnVal "&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;xmlData.Append(&lt;span style="color:maroon;"&gt;" A="&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;xmlData.Append(&lt;span style="color:maroon;"&gt;"'0'"&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;xmlData.Append(&lt;span style="color:maroon;"&gt;" B="&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;xmlData.Append(&lt;span style="color:maroon;"&gt;"’1’"&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;xmlData.Append(&lt;span style="color:maroon;"&gt;" C="&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;xmlData.Append(&lt;span style="color:maroon;"&gt;" 2="&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;xmlData.Append(&lt;span style="color:maroon;"&gt;" D="&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;xmlData.Append(&lt;span style="color:maroon;"&gt;" 3="&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;xmlData.Append(&lt;span style="color:maroon;"&gt;" E="&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;……………………………………………………………………………………&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;……………………………………………………………………………………..&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;……………………………………………………………………………………&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;xmlData.Append(&lt;span style="color:maroon;"&gt;"&amp;lt;/&lt;/span&gt;&lt;/span&gt;Column&lt;span style="font-family:'Courier New';font-size:10;color:maroon;"&gt;&amp;gt;"&lt;/span&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;xmlData.Append(&lt;span style="color:maroon;"&gt;"&amp;lt;/ColumnVal "&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;And at last it will created as :&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&amp;lt;Column ColumnVal=1 A=’val_A’ B=’val_B’ C=’val_C’ D=’val_D’ E=’val_E’ F=’val_F’………………….&amp;gt;&amp;lt;/ Column&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&amp;lt;Column ColumnVal=2 A=’val_A’ B=’val_B’ C=’val_C’ D=’val_D’ E=’val_E’ F=’val_F’………………….&amp;gt;&amp;lt;/ Column&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&amp;lt;Column ColumnVal=3 A=’val_A’ B=’val_B’ C=’val_C’ D=’val_D’ E=’val_E’ F=’val_F’………………….&amp;gt;&amp;lt;/ Column&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&amp;lt;Column ColumnVal=4 A=’val_A’ B=’val_B’ C=’val_C’ D=’val_D’ E=’val_E’ F=’val_F’………………….&amp;gt;&amp;lt;/ Column&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;………………………….&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;………………………….&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;………………………….&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&amp;lt;Column ColumnVal=20 A=’val_A’ B=’val_B’ C=’val_C’ D=’val_D’ E=’val_E’ F=’val_F’………………….&amp;gt;&amp;lt;/ Column&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;send this string into DataBase in as &lt;span style="color:red;"&gt;xml&lt;/span&gt; datatype.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;And write query for inserting into datatable.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="TEXT-INDENT: 0.5in"&gt;&lt;span style="font-family:'Courier New';font-size:10;color:blue;"&gt;insert&lt;/span&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt; &lt;span style="color:blue;"&gt;into&lt;/span&gt; YourTableName&lt;span style="color:gray;"&gt;(A,B,C,D,E,F,G,H,……………………………&lt;/span&gt;&lt;/span&gt; ColumnVal&lt;span style="font-family:'Courier New';font-size:10;color:gray;"&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;&lt;span style="color:blue;"&gt;SELECT&lt;/span&gt; A&lt;span style="color:gray;"&gt;,&lt;/span&gt;B&lt;span style="color:gray;"&gt;,C,D,E,&lt;/span&gt;F&lt;span style="color:gray;"&gt;,&lt;/span&gt;G&lt;span style="color:gray;"&gt;,&lt;/span&gt;H&lt;span style="color:gray;"&gt;,&lt;/span&gt;&lt;/span&gt; ColumnVal&lt;span style="font-family:'Courier New';font-size:10;"&gt; &lt;span style="color:blue;"&gt;FROM&lt;/span&gt; &lt;span style="color:blue;"&gt;OPENXML&lt;/span&gt; &lt;span style="color:gray;"&gt;(&lt;/span&gt;@idoc&lt;span style="color:gray;"&gt;,&lt;/span&gt; &lt;span style="color:red;"&gt;'/XML/&lt;/span&gt;&lt;/span&gt; Column&lt;span style="font-family:'Courier New';font-size:10;color:red;"&gt;'&lt;/span&gt;&lt;span style="font-family:'Courier New';font-size:10;color:gray;"&gt;,&lt;/span&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;1&lt;span style="color:gray;"&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Retriving data from database.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;It will return data in xml format.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';font-size:10;color:fuchsia;"&gt;CONVERT&lt;/span&gt;&lt;span style="font-family:'Courier New';font-size:10;color:gray;"&gt;(&lt;/span&gt;&lt;span style="font-family:'Courier New';font-size:10;color:blue;"&gt;xml&lt;/span&gt;&lt;span style="font-family:'Courier New';font-size:10;color:gray;"&gt;,(&lt;/span&gt;&lt;span style="font-family:'Courier New';font-size:10;color:blue;"&gt;select&lt;/span&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt; &lt;span style="color:gray;"&gt;*&lt;/span&gt; &lt;span style="color:blue;"&gt;from&lt;/span&gt; YourTableName &lt;span style="color:blue;"&gt;where&lt;/span&gt; ‘yourcondition’ &lt;span style="color:blue;"&gt;for&lt;/span&gt; &lt;span style="color:blue;"&gt;xml&lt;/span&gt; &lt;span style="color:blue;"&gt;raw&lt;/span&gt;&lt;span style="color:gray;"&gt;,&lt;/span&gt;&lt;span style="color:blue;"&gt;Elements&lt;/span&gt;&lt;span style="color:gray;"&gt;,&lt;/span&gt;&lt;span style="color:blue;"&gt;ROOT&lt;/span&gt;&lt;span style="color:gray;"&gt;(&lt;/span&gt;&lt;span style="color:red;"&gt;'&lt;/span&gt;&lt;/span&gt; Column &lt;span style="font-family:'Courier New';font-size:10;color:red;"&gt;'&lt;/span&gt;&lt;span style="font-family:'Courier New';font-size:10;color:gray;"&gt;)))&lt;/span&gt;&lt;span style="font-family:'Courier New';font-size:10;"&gt; &lt;span style="color:blue;"&gt;as&lt;/span&gt; ColumnValue&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-2982465396898413344?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/2982465396898413344/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/07/storing-and-retirving-data-in-xml.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/2982465396898413344'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/2982465396898413344'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/07/storing-and-retirving-data-in-xml.html' title='Storing and Retirving Data in XML format from sql server'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-4232875026827182418</id><published>2008-07-07T22:36:00.002+05:30</published><updated>2008-07-07T22:44:36.234+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>Clustered Index vs Non Clustered Index</title><content type='html'>Clustered Index | Non Clustered Index&lt;br /&gt;&lt;br /&gt;Indexing is used to get fast retrival of data. The indexing which is done on physical storage is known as Clustered Indexing. And an indexing which is performed logically is know as Non Clustered Indexing.&lt;br /&gt;&lt;br /&gt;Clustered Indexing can be only one per table as we phyisically can arrange in one way only, while a table can have 249 Non Clustered Index.&lt;br /&gt;&lt;br /&gt;Indexing should be used on table which not very frequently having update operations on it. There are many ways which can be used to get more performance while retrieving data.&lt;br /&gt;&lt;br /&gt;Covering Index is --&gt; when you create an index on fields which you are also using in select query, is know as covering index.&lt;br /&gt;&lt;br /&gt;For ex suppose &lt;br /&gt;Employee Table&lt;br /&gt;---------------&lt;br /&gt;EmpID int&lt;br /&gt;EmpName &lt;br /&gt;EmpDept&lt;br /&gt;EmpDesing&lt;br /&gt;&lt;br /&gt;----------------&lt;br /&gt;If you have a query which only select EmpID and EmpName, then we can create a non clustered index with these two fields only, and it gains our performance while retrieving data.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-4232875026827182418?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/4232875026827182418/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/07/clustered-index-vs-non-clustered-index.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/4232875026827182418'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/4232875026827182418'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/07/clustered-index-vs-non-clustered-index.html' title='Clustered Index vs Non Clustered Index'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-1456733352069888535</id><published>2008-07-01T11:08:00.001+05:30</published><updated>2008-07-01T11:10:01.177+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>Get all the triggers for a Database</title><content type='html'>To get all the triggers list and their scripts run the script below. View the result in file view mode.&lt;br /&gt;&lt;br /&gt;SELECT  [text]&lt;br /&gt;FROM    sysobjects o&lt;br /&gt;        JOIN syscomments c ON o.id = c.id&lt;br /&gt;WHERE    xtype = 'TR'&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-1456733352069888535?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/1456733352069888535/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/07/get-all-triggers-for-database.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/1456733352069888535'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/1456733352069888535'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/07/get-all-triggers-for-database.html' title='Get all the triggers for a Database'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-7135506932419265953</id><published>2008-07-01T10:54:00.002+05:30</published><updated>2008-07-01T11:08:33.432+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>Getting all stored procedures scripts from a Database</title><content type='html'>&lt;strong&gt;By using Cursor&lt;/strong&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;declare @proc_name varchar(100)&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;declare @str_query nvarchar(MAX)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;declare loop_proc cursor &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;for select [name] from sys.procedures where type='P' &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;and is_ms_shipped = 0&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;open loop_proc&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#000099;"&gt;&lt;/span&gt;&lt;span style="color:#000099;"&gt;FETCH NEXT FROM loop_proc INTO @proc_name&lt;br /&gt;   IF @@FETCH_STATUS &lt;&gt; 0 &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;      PRINT '         &lt;&lt;no&gt;&gt;'    &lt;br /&gt;   WHILE @@FETCH_STATUS = 0   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;BEGIN            &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;SELECT @str_query = 'sp_helptext ' + @proc_name      &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;PRINT @str_query   &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;exec sp_executesql @str_query      &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;FETCH NEXT FROM loop_proc INTO @proc_name      &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;END&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;CLOSE loop_proc&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;DEALLOCATE loop_proc&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Run these sql statements and view the result in Text mode. You will get all scripts for stored procedures.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;From sysobjects&lt;br /&gt;&lt;/strong&gt;This is better option to get all stroed procedures from a database.&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;SELECT  [text]&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;FROM    &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;sysobjects o       &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt; JOIN syscomments c ON o.id = c.id&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000099;"&gt;WHERE    xtype = 'P' &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-7135506932419265953?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/7135506932419265953/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/07/getting-all-stored-procedures-scripts.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7135506932419265953'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7135506932419265953'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/07/getting-all-stored-procedures-scripts.html' title='Getting all stored procedures scripts from a Database'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-8082996971890638577</id><published>2008-06-27T14:37:00.004+05:30</published><updated>2009-03-07T12:55:17.367+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='.Net Interview Questions'/><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><title type='text'>Abstract Classs vs Virtual Methods</title><content type='html'>&lt;strong&gt;Abstract Class:&lt;br /&gt;&lt;/strong&gt;Abstract class is a class that has no direct instances, but whose descendants may have direct instances. There are case in which it is useful to define classes for which the programmer never intends to instantiate any objects; because such classes normally are used as bae-classes in inheritance hierarchies, we call such classes abstract classes These classes cannot be used to instantiate objects; because abstract classes are incomplete. Derived classes called concrete classesmust define the missing pieces.&lt;br /&gt;&lt;br /&gt;Abstract classes normally contain one or more abstract methods or abstract properties, such methods or properties do not provide implementations, but our derived classes must override inherited abstract methods or properties to enable obejcts ot those derived classes to be instantiated, not to override those methods or properties in derived classes is syntax error, unless the derived class also is an abstract class.&lt;br /&gt;&lt;br /&gt;In some cases, abstract classes constitute the top few levels of the hierarchy, for Example abstract class Shape with abstract method Draw() has tow derived abstract classe Shape2D &amp;amp; Shape3D inherites the method Draw() &amp;amp; also do not provide any implementation for it. Now we have normal classes Rectangle, Square &amp;amp; Circle inherites from Shape2D, and another group of classes Sphere, Cylinder &amp;amp; Cube inherites from Shape3D. All classes at the bottom of the hierarchy must override the abstract method Draw().&lt;br /&gt;&lt;br /&gt;A class is made abstract by declaring it with Keyword abstract.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;public abstract class Shape&lt;br /&gt;{&lt;br /&gt;//...Class implementation&lt;br /&gt;&lt;br /&gt;public abstract void Draw(int x, int y)&lt;br /&gt;{&lt;br /&gt;//this method mustn't be implemented here.&lt;br /&gt;//If we do implement it, the result is a Syntax Error.&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;public abstract class Shape2D : Shape&lt;br /&gt;{&lt;br /&gt;//...Class implementation&lt;br /&gt;//...you do not have to implement the the method Draw(int x, int y)&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;public class Cricle : Shape2D&lt;br /&gt;{&lt;br /&gt;//here we should provide an implemetation for Draw(int x, int y)&lt;br /&gt;public override void Draw(int x, int y)&lt;br /&gt;{&lt;br /&gt;//draw the shape&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;strong&gt;Difference between an abstract method &amp;amp; virtual method:&lt;br /&gt;Virtual method&lt;/strong&gt; has an implementation &amp;amp; provide the derived class with the option of overriding it. &lt;strong&gt;Abstract method&lt;/strong&gt; does not provide an implementation &amp;amp; forces the derived class to override the method.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;strong&gt;Important Notes:&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;(a)&lt;/strong&gt;Any Class with abstract method or property in it must be declared abstract&lt;br /&gt;&lt;strong&gt;(b)&lt;/strong&gt;Attempting to instantiate an object of an abstract class retults in a compilation error&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&lt;strong&gt;Example:&lt;br /&gt;&lt;/strong&gt;Shape m_MyShape = new Shape(); //it is Wrong to that.&lt;br /&gt;&lt;br /&gt;But we can do that.&lt;br /&gt;Shape m_MyShape = new Circle(); // True&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;Or&lt;br /&gt;Shape m_MyShape;&lt;br /&gt;/*&lt;br /&gt;&lt;br /&gt;declare refrences only, and the refrences can refer to intances of&lt;br /&gt;any concrete classes derived from abstract class&lt;br /&gt;*/&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Circle m_MyCircle = new Circle();&lt;br /&gt;m_MyShape = m_MyCircle; // Also True&lt;br /&gt;&lt;strong&gt;(d)&lt;/strong&gt;An abstract class can have instance data and non-abstract methods -including constructors-.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-8082996971890638577?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/8082996971890638577/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/06/abstract-classs-vs-virtual-methods.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8082996971890638577'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8082996971890638577'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/06/abstract-classs-vs-virtual-methods.html' title='Abstract Classs vs Virtual Methods'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-8483107915766717937</id><published>2008-06-27T13:05:00.000+05:30</published><updated>2008-06-27T13:06:10.001+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='ASP.NET'/><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><category scheme='http://www.blogger.com/atom/ns#' term='C# FAQ'/><title type='text'>Polymorphism, Method Hiding and Overriding in C#</title><content type='html'>Polymorphism &lt;br /&gt;&lt;br /&gt;One of the fundamental concepts of object oriented software development is polymorphism. The term polymorphism (from the Greek meaning "having multiple forms") in OO is the characteristic of being able to assign a different meaning or usage to something in different contexts - specifically, to allow a variable to refer to more than one type of object. &lt;br /&gt;&lt;br /&gt;C# Example &lt;br /&gt;&lt;br /&gt;Let's assume the following simple classes A and B for the discussions in this text. A is the base class, B is derived from A.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Inherited Methods &lt;br /&gt;&lt;br /&gt;A method Foo() which is declared in the base class A and not redeclared in classes B or C is inherited in the two subclasses &lt;br /&gt;&lt;br /&gt;    using System;&lt;br /&gt;    namespace Polymorphism&lt;br /&gt;    {&lt;br /&gt;        class A&lt;br /&gt;        {&lt;br /&gt;            public void Foo() { Console.WriteLine("A::Foo()"); }&lt;br /&gt;        }&lt;br /&gt;&lt;br /&gt;        class B : A {}&lt;br /&gt;&lt;br /&gt;        class Test&lt;br /&gt;        {&lt;br /&gt;            static void Main(string[] args)&lt;br /&gt;            {&lt;br /&gt;                A a = new A();&lt;br /&gt;                a.Foo();  // output --&gt; "A::Foo()"&lt;br /&gt;&lt;br /&gt;                B b = new B();&lt;br /&gt;                b.Foo();  // output --&gt; "A::Foo()"&lt;br /&gt;            }&lt;br /&gt;        }&lt;br /&gt;    }&lt;br /&gt;      &lt;br /&gt;&lt;br /&gt;The method Foo() can be overridden in classes B and C: &lt;br /&gt;&lt;br /&gt;    using System;&lt;br /&gt;    namespace Polymorphism&lt;br /&gt;    {&lt;br /&gt;        class A&lt;br /&gt;        {&lt;br /&gt;              public void Foo() { Console.WriteLine("A::Foo()"); }&lt;br /&gt;        }&lt;br /&gt;&lt;br /&gt;        class B : A&lt;br /&gt;        {&lt;br /&gt;              public void Foo() { Console.WriteLine("B::Foo()"); }&lt;br /&gt;        }&lt;br /&gt;&lt;br /&gt;        class Test&lt;br /&gt;        {&lt;br /&gt;            static void Main(string[] args)&lt;br /&gt;            {&lt;br /&gt;                A a;&lt;br /&gt;                B b;&lt;br /&gt;&lt;br /&gt;                a = new A();&lt;br /&gt;                b = new B();&lt;br /&gt;                a.Foo();  // output --&gt; "A::Foo()"&lt;br /&gt;                b.Foo();  // output --&gt; "B::Foo()"&lt;br /&gt;&lt;br /&gt;                a = new B();&lt;br /&gt;                a.Foo();  // output --&gt; "A::Foo()"&lt;br /&gt;            }&lt;br /&gt;        }&lt;br /&gt;    }&lt;br /&gt;      &lt;br /&gt;&lt;br /&gt;There are two problems with this code. &lt;br /&gt;&lt;br /&gt;The output is not really what we, expected. The method Foo() is a non-virtual method. C# requires the use of the keyword virtual in order for a method to actually be virtual.&lt;br /&gt; &lt;br /&gt;Although the code compiles and runs, the compiler produces a warning: &lt;br /&gt;...\polymorphism.cs(11,15): warning CS0108: The keyword new is required on 'Polymorphism.B.Foo()' because it hides inherited member 'Polymorphism.A.Foo()' &lt;br /&gt; &lt;br /&gt;Virtual and Overridden Methods &lt;br /&gt;&lt;br /&gt;Only if a method is declared virtual, derived classes can override this method if they are explicitly declared to override the virtual base class method with the override keyword. &lt;br /&gt;&lt;br /&gt;    using System;&lt;br /&gt;    namespace Polymorphism&lt;br /&gt;    {&lt;br /&gt;        class A&lt;br /&gt;        {&lt;br /&gt;            public virtual void Foo() { Console.WriteLine("A::Foo()"); }&lt;br /&gt;        }&lt;br /&gt;&lt;br /&gt;        class B : A&lt;br /&gt;        {&lt;br /&gt;            public override void Foo() { Console.WriteLine("B::Foo()"); }&lt;br /&gt;        }&lt;br /&gt;&lt;br /&gt;        class Test&lt;br /&gt;        {&lt;br /&gt;            static void Main(string[] args)&lt;br /&gt;            {&lt;br /&gt;                A a;&lt;br /&gt;                B b;&lt;br /&gt;&lt;br /&gt;                a = new A();&lt;br /&gt;                b = new B();&lt;br /&gt;                a.Foo();  // output --&gt; "A::Foo()"&lt;br /&gt;                b.Foo();  // output --&gt; "B::Foo()"&lt;br /&gt;&lt;br /&gt;                a = new B();&lt;br /&gt;                a.Foo();  // output --&gt; "B::Foo()"&lt;br /&gt;            }&lt;br /&gt;        }&lt;br /&gt;     } &lt;br /&gt;&lt;br /&gt;Method Hiding &lt;br /&gt;&lt;br /&gt;Why did the compiler in the second listing generate a warning? Because C# not only supports method overriding, but also method hiding. Simply put, if a method is not overriding the derived method, it is hiding it. A hiding method has to be declared using the new keyword. The correct class definition in the second listing is thus: &lt;br /&gt;&lt;br /&gt;    using System;&lt;br /&gt;    namespace Polymorphism&lt;br /&gt;    {&lt;br /&gt;        class A&lt;br /&gt;        {&lt;br /&gt;            public void Foo() { Console.WriteLine("A::Foo()"); }&lt;br /&gt;        }&lt;br /&gt;&lt;br /&gt;        class B : A&lt;br /&gt;        {&lt;br /&gt;            public new void Foo() { Console.WriteLine("B::Foo()"); }&lt;br /&gt;        }&lt;br /&gt;&lt;br /&gt;        class Test&lt;br /&gt;        {&lt;br /&gt;            static void Main(string[] args)&lt;br /&gt;            {&lt;br /&gt;                A a;&lt;br /&gt;                B b;&lt;br /&gt;&lt;br /&gt;                a = new A();&lt;br /&gt;                b = new B();&lt;br /&gt;                a.Foo();  // output --&gt; "A::Foo()"&lt;br /&gt;                b.Foo();  // output --&gt; "B::Foo()"&lt;br /&gt;&lt;br /&gt;                a = new B();&lt;br /&gt;                a.Foo();  // output --&gt; "A::Foo()"&lt;br /&gt;            }&lt;br /&gt;        }&lt;br /&gt;    } &lt;br /&gt;&lt;br /&gt;Combining Method Overriding and Hiding &lt;br /&gt;&lt;br /&gt;Methods of a derived class can both be virtual and at the same time hide the derived method. In order to declare such a method, both keywords virtual and new have to be used in the method declaration: &lt;br /&gt;&lt;br /&gt;            class A&lt;br /&gt;            {&lt;br /&gt;                public void Foo() {}&lt;br /&gt;            }&lt;br /&gt;&lt;br /&gt;            class B : A&lt;br /&gt;            {&lt;br /&gt;                public virtual new void Foo() {}&lt;br /&gt;            }&lt;br /&gt;      &lt;br /&gt;&lt;br /&gt;A class C can now declare a method Foo() that either overrides or hides Foo() from class B: &lt;br /&gt;&lt;br /&gt;            class C : B&lt;br /&gt;            {&lt;br /&gt;                public override void Foo() {}&lt;br /&gt;                // or&lt;br /&gt;                public new void Foo() {}&lt;br /&gt;            } &lt;br /&gt;&lt;br /&gt;Important things to remember --&gt;&lt;br /&gt;&lt;br /&gt;1. If you are using same name in derived class it hides the base class method, and generate a compiler warning. Use new keyword to supress this warning and tells the compiler that ok i am hiding it intentional.&lt;br /&gt;2. Else define the base as virtual and write override in derived class method.&lt;br /&gt;3. If you dont sure whether you want to hide or override use both virtual and new in base class method definition.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-8483107915766717937?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/8483107915766717937/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/06/polymorphism-method-hiding-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8483107915766717937'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8483107915766717937'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/06/polymorphism-method-hiding-and.html' title='Polymorphism, Method Hiding and Overriding in C#'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-1592140135874791318</id><published>2008-06-26T12:22:00.000+05:30</published><updated>2008-06-26T12:23:38.028+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='ASP.NET'/><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><title type='text'>Creating a DataTable | DataTable in C#</title><content type='html'>Creating a DataTable | DataTable in C#&lt;br /&gt;&lt;br /&gt;     DataTable aTable = new DataTable();&lt;br /&gt;            aTable.Columns.Add("ProductID", typeof(int));&lt;br /&gt;     aTable.Columns.Add("ProductName", typeof(string));&lt;br /&gt;            DataRow dr;&lt;br /&gt;            dr = aTable.NewRow();&lt;br /&gt;            dr[0] = 12;&lt;br /&gt;     dr[1] = "Lap Top";&lt;br /&gt;     aTable.Rows.Add(dr);&lt;br /&gt;            dr = aTable.NewRow();&lt;br /&gt;            dr[0] = 13;&lt;br /&gt;     dr[1] = "DeskTop";&lt;br /&gt;  aTable.Rows.Add(dr);&lt;br /&gt;            dr = aTable.NewRow();&lt;br /&gt;            dr[0] = 14;&lt;br /&gt;            dr[1] = "Server";&lt;br /&gt;  aTable.Rows.Add(dr);            &lt;br /&gt;  dr = aTable.NewRow();&lt;br /&gt;            dr[0] = 15;&lt;br /&gt;     dr[1] = "Mac PC";&lt;br /&gt;            aTable.Rows.Add(dr);&lt;br /&gt;&lt;br /&gt;You can create these rows by getting data from database also&lt;br /&gt;&lt;br /&gt;command=new SqlCommand("select * from Product",connection);&lt;br /&gt;connection.Open();&lt;br /&gt;SqlDataReader reader = command.ExecuteReader();&lt;br /&gt;while(reader.Read())&lt;br /&gt;{&lt;br /&gt;Dr=aTable.NewRow();&lt;br /&gt;Dr[0] = reader.GetValue(1);&lt;br /&gt;Dr[1] = reader.GetValue(2);&lt;br /&gt;aTable.Rows.Add(Dr);&lt;br /&gt;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-1592140135874791318?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/1592140135874791318/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/06/creating-datatable-datatable-in-c.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/1592140135874791318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/1592140135874791318'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/06/creating-datatable-datatable-in-c.html' title='Creating a DataTable | DataTable in C#'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-7206234424966827735</id><published>2008-06-22T12:59:00.003+05:30</published><updated>2009-03-07T12:51:28.713+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='General'/><title type='text'>Haj committee India | Haj 2008 Lucknow</title><content type='html'>All about Haj, please visit http://www.hajcommittee.com&lt;br /&gt;&lt;br /&gt;This year UP haj pilgrims will be decided on lottery draw due to more responces of limited quota assigned to UP. The lucky draw was decided to held on 21st June 08, and the final list of pilgrims will be posted on haj committee site.&lt;br /&gt;&lt;br /&gt;Lets wait and see Whom Allah give a chance to perform Haj this year.&lt;br /&gt;Finally wait is over you can get the results &lt;a href="http://www.hajcommittee.com/qurah.php"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-7206234424966827735?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/7206234424966827735/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/06/haj-committee-india-haj-2008-lucknow.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7206234424966827735'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7206234424966827735'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/06/haj-committee-india-haj-2008-lucknow.html' title='Haj committee India | Haj 2008 Lucknow'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-7624600670170252996</id><published>2008-06-12T23:22:00.001+05:30</published><updated>2008-06-12T23:28:27.763+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Downloads'/><title type='text'>Top 20 2008 Antivirus Software</title><content type='html'>To Download click the link below:&lt;br /&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/bitdefender-review.html"&gt;&lt;br /&gt;BitDefender&lt;/a&gt;&lt;br /&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/kaspersky-review.html"&gt;Kaspersky&lt;/a&gt;&lt;br /&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/eset-nod32-review.html"&gt;ESET Nod32&lt;/a&gt;&lt;br /&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/avg-review.html"&gt;AVG Anti-Virus&lt;/a&gt;&lt;br /&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/f-secure-review.html"&gt;F-Secure&lt;br /&gt;Anti-Virus&lt;br /&gt;&lt;/a&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/pc-cillin-review.html"&gt;Trend&lt;br /&gt;Micro Antivirus&lt;br /&gt;&lt;/a&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/mcafee-review.html"&gt;McAfee&lt;br /&gt;VirusScan&lt;br /&gt;&lt;/a&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/norton-review.html"&gt;Norton&lt;br /&gt;AntiVirus&lt;/a&gt;&lt;br /&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/ca-antivirus-review.html"&gt;CA&lt;br /&gt;Antivirus&lt;br /&gt;&lt;/a&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/norman-review.html"&gt;Norman Antivirus and Antispyware&lt;br /&gt;&lt;/a&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/antiviruskit-review.html"&gt;G DATA Antivirus&lt;br /&gt;&lt;/a&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/panda-review.html"&gt;Panda Antivirus&lt;br /&gt;&lt;/a&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/avast-review.html"&gt;AVAST!&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/f-prot-review.html"&gt;F-Prot&lt;br /&gt;&lt;/a&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/pctools-antivirus-review.html"&gt;PC&lt;br /&gt;Tools AntiVirus&lt;br /&gt;&lt;/a&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/webroot-antivirus-review.html"&gt;Webroot&lt;br /&gt;Antivirus&lt;br /&gt;&lt;/a&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/virobot-review.html"&gt;ViRobot&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/cyberscrub-review.html"&gt;CyberScrub&lt;br /&gt;AntiVirus&lt;br /&gt;&lt;/a&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/the-shield-antivirus-review.html"&gt;The&lt;br /&gt;Shield Antivirus&lt;br /&gt;&lt;/a&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/winantivirus-review.html"&gt;WinAntiVirus&lt;/a&gt;&lt;br /&gt;&lt;a href="http://anti-virus-software-review.toptenreviews.com/windows-onecare-live-review.html"&gt;&lt;br /&gt;Windows Live OneCare&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-7624600670170252996?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/7624600670170252996/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/06/top-20-2008-antivirus-software.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7624600670170252996'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7624600670170252996'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/06/top-20-2008-antivirus-software.html' title='Top 20 2008 Antivirus Software'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-2226285295555113263</id><published>2008-06-10T15:32:00.001+05:30</published><updated>2008-06-10T15:33:29.993+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exam Results'/><title type='text'>AMU 2008 Test courses results</title><content type='html'>AMU 2008 Test Results&lt;br /&gt;&lt;br /&gt;B. Arch.   &lt;br /&gt;B.A.L.L.B.     &lt;br /&gt;B.C.A./B.I.T./B.C.M. &lt;br /&gt;B.Ed.     &lt;br /&gt;B.E. Evening   &lt;br /&gt;B.Lib.   &lt;br /&gt;B. Sc. (Hons.) Indus. Chemistry  &lt;br /&gt;B.Tech.   &lt;br /&gt;C.E.T.   &lt;br /&gt;D.C.P.   &lt;br /&gt;Dip. in Gen. Nursing     &lt;br /&gt;L.L.M .  &lt;br /&gt;M.B.A./M.B.A.(IB) &lt;br /&gt;M.B.B.S. / B.D.S.   &lt;br /&gt;M.C.A.   &lt;br /&gt;MD/MS/PG Dip. &lt;br /&gt;M.Ed.  &lt;br /&gt;M.Lib. &lt;br /&gt;M.A  Mass Comm.  &lt;br /&gt;M.S.W. (Final) &lt;br /&gt;XI/Dip. Engg.  &lt;br /&gt;&lt;br /&gt;All the above courses results can be found at &lt;a href="http://www.amucontrollerexams.com/testcourses.html"&gt;this&lt;/a&gt; link.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-2226285295555113263?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/2226285295555113263/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/06/amu-2008-test-courses-results.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/2226285295555113263'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/2226285295555113263'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/06/amu-2008-test-courses-results.html' title='AMU 2008 Test courses results'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-2271265130770936586</id><published>2008-05-31T08:38:00.005+05:30</published><updated>2008-05-31T09:09:39.921+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='.NET'/><category scheme='http://www.blogger.com/atom/ns#' term='ASP.NET'/><title type='text'>Learn ASP.NET</title><content type='html'>Here are the links which helps you to get started learning ASP.NET&lt;br /&gt;&lt;br /&gt;1. &lt;A href="http://www.asp.net/" target=_new&gt;Learn ASP.NET&lt;/A&gt;&lt;br /&gt;2. Free videos to understand you better &lt;A href="http://www.asp.net/learn/videos/default.aspx?tabid=63" target=_new&gt;Free ASP.NET Videos&lt;/A&gt;&lt;br /&gt;3. ASP.NET FAQs &lt;A href="http://www.syncfusion.com/FAQ/aspnet/" target=_new&gt;Get It&lt;/A&gt;&lt;br /&gt;4. &lt;A href="http://www.devarticles.com/c/b/ASP.NET/" target=_new&gt;ASP.NET&lt;/A&gt;&lt;br /&gt;5. For any technical queries join to &lt;a href="http://www.dotnetspider.com?ref=hardcoder"&gt;this&lt;/a&gt; forum&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Note: If you know some more resources for learning ASP.NET please add a comment.&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-2271265130770936586?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/2271265130770936586/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/05/learn-aspnet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/2271265130770936586'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/2271265130770936586'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/05/learn-aspnet.html' title='Learn ASP.NET'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-6209802405463777692</id><published>2008-05-30T13:00:00.002+05:30</published><updated>2008-05-30T13:05:23.166+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exam Results'/><title type='text'>UP Board Xth Results declared</title><content type='html'>UP Board Xth Results declared on 30th May 08.&lt;br /&gt;&lt;a href="http://upresults.nic.in/Hs2008/High2008GetRoll.htm"&gt;Click to Get it&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Best of Luck guys !!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-6209802405463777692?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/6209802405463777692/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/05/up-board-xth-results-declared.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/6209802405463777692'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/6209802405463777692'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/05/up-board-xth-results-declared.html' title='UP Board Xth Results declared'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-3245570807322083936</id><published>2008-05-29T07:55:00.002+05:30</published><updated>2008-05-29T07:59:46.565+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exam Results'/><title type='text'>CBSE 2008 Xth Results</title><content type='html'>CBSE Xth Results declares. you can get your results at following links.&lt;br /&gt;&lt;a href="http://www.cbse.nic.in"&gt;www.cbse.nic.in&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.mtnldelhi.in"&gt;www.mtnldelhi.in&lt;/a&gt;&lt;br /&gt;or &lt;a href="http://www.results.nic.in"&gt;www.results.nic.in&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Bust of luck guys !!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-3245570807322083936?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/3245570807322083936/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/05/cbse-2008-xth-results.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3245570807322083936'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3245570807322083936'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/05/cbse-2008-xth-results.html' title='CBSE 2008 Xth Results'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-4708701090132038976</id><published>2008-05-28T22:37:00.003+05:30</published><updated>2009-03-07T12:52:19.708+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='General'/><title type='text'>Double click on Drive goes to search</title><content type='html'>Today I stuck with "when I clcik any drive it goes to search insted of opening it".&lt;br /&gt;After a little search I get the solutions.&lt;br /&gt;Problem occurs when you do some thing like that&lt;br /&gt;Folder Options -&gt; File Types --&gt; Advanced (for Drive) --&gt; Change Icon.&lt;br /&gt;&lt;br /&gt;The problem occurs when you save this setting and the default value reset to some thing else.&lt;br /&gt;&lt;br /&gt;To fix this problem&lt;br /&gt;Go to&lt;br /&gt;Regedit&lt;br /&gt;HKEY_CLASSES_ROOT&lt;br /&gt;Drive\Shell  (in case of Drive)&lt;br /&gt;Directory\Shell(in case of folders)&lt;br /&gt;Edit shell value to none.&lt;br /&gt;Close&lt;br /&gt;Quit from registry&lt;br /&gt;&lt;br /&gt;You did it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-4708701090132038976?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/4708701090132038976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/05/double-click-on-drive-goes-to-search.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/4708701090132038976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/4708701090132038976'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/05/double-click-on-drive-goes-to-search.html' title='Double click on Drive goes to search'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-6579346429184289286</id><published>2008-05-28T14:46:00.002+05:30</published><updated>2008-05-28T18:54:02.067+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exam Results'/><title type='text'>CPMT 2008 Results</title><content type='html'>CPMT 2008 results have been declared.&lt;br /&gt;&lt;br /&gt;Link -&gt; &lt;a href="http://www.luresults.org/index.cpmt.php"&gt;http://www.luresults.org/index.cpmt.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Best of Luck guys!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-6579346429184289286?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/6579346429184289286/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/05/cpmt-2008-result.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/6579346429184289286'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/6579346429184289286'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/05/cpmt-2008-result.html' title='CPMT 2008 Results'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-7960730208813671645</id><published>2008-05-27T12:38:00.006+05:30</published><updated>2008-05-27T15:39:56.845+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Downloads'/><title type='text'>Free Downloads</title><content type='html'>Here are the list of free downloads:-&lt;br /&gt;&lt;strong&gt;Standard C &amp;amp; C++ Editor:&lt;br /&gt;To direct &lt;a href="http://kent.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe"&gt;&lt;br /&gt;download&lt;/a&gt; you could click in the below image&lt;br /&gt;too.&lt;br /&gt;&lt;a href="http://kent.dl.sourceforge.net/sourceforge/dev-cpp/devcpp-4.9.9.2_setup.exe"&gt;&lt;br /&gt;&lt;img class="" style="WIDTH: 490px; HEIGHT: 314px" height="300" alt="standard C &amp;amp; C++ Editor" src="http://2.bp.blogspot.com/_W3pLTklhEQs/SDvXrrhiUkI/AAAAAAAAADs/H6BVoI2vSN0/s320/javaeditor.jpg" width="468" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;Java editor v1.12&lt;br /&gt;&lt;img class="" height="32" alt="" src="http://80.190.202.79/pic/n/newvisiononline/jav1.jpg" width="32" border="0" /&gt;&lt;/strong&gt;&lt;br /&gt;&lt;form action="http://download.kochini.com/je10.zip" method="post"&gt;&lt;br /&gt;&lt;input type="hidden" value="Java editor v1.12" name="fdesc"&gt;&lt;input type="hidden" value="je10.zip" name="fname" /&gt;&lt;input type="hidden" value="265k" name="fsize"&gt;&lt;input type="submit" value="Download" /&gt;&lt;br /&gt;&lt;/form&gt;&lt;br /&gt;What do you can with &lt;strong&gt;Java editor&lt;/strong&gt;.&lt;br /&gt;edit java code ( move or copy marked text by dragging, search for&lt;br /&gt;text, cut, copy, paste, undo, autoindent and "smart tabs" modes ...)&lt;br /&gt;compile,jump in to error row/column&lt;br /&gt;run application,&lt;br /&gt;create HTML template for applet,&lt;br /&gt;run applet&lt;br /&gt;Note: you must have installed &lt;strong&gt;&lt;a href="http://java.sun.com/j2se/1.3/"&gt;Java 2 SDK.&lt;/a&gt;&lt;/strong&gt; Java&lt;br /&gt;editor uses Java SDK's compiler, interpreter and applet viewer.&lt;br /&gt;&lt;a href="http://www.pagebreeze.com/" target="_blank"&gt;&lt;br /&gt;&lt;img height="51" alt="Free Visual HTML Editor" src="http://www.pagebreeze.com/pbfreew.gif" width="124" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.formbreeze.com/pgbreeze.exe" target="_blank"&gt;Download&lt;br /&gt;here Free HTML Editor&lt;/a&gt;&lt;br /&gt;&lt;a href="http://1st-javascript-editor-pro-37.yaldex-software.alienpicks.com/download.html"&gt;&lt;br /&gt;&lt;strong&gt;JavaScript Editor&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://yaldex.com/Ready/fjse.zip"&gt;Click here to Download&lt;/a&gt;&lt;br /&gt;&lt;div class="product_left_title" align="center"&gt;&lt;br /&gt;&lt;strong&gt;Free FLV Player&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img class="product_left_content_img_show" height="182" alt="" src="http://80.190.202.79/pic/n/newvisiononline/flv.jpg" width="247" align="left" /&gt;Moyea FLV Player&lt;br /&gt;is an easy-to-use desktop FLV playe for the desktop playback of FLV files in a controllable&lt;br /&gt;mode, Files both from the local and the online video url can be accessed. Moreover,&lt;br /&gt;the FLV videos playlist and favorites management make it convenient for you to organize&lt;br /&gt;the FLV files, Support full screen mode, Quick thumbnail picture capturing, and&lt;br /&gt;current screen saving can help you to get your favorite pictures from the video&lt;br /&gt;in no time. Ultimately, it is totally for free!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://download.moyea.com/flv_player/FLVPlayer_install.exe" target="_blank"&gt;&lt;br /&gt;&lt;strong&gt;Click here to Free Download &lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Photoscape: Free Photo Editing Software&lt;br /&gt;&lt;br /&gt;&lt;a href="http://photoscape.co.kr/ps/main/PhotoScapeSetup_V3.0.exe"&gt;Click here to Download&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;Vedio Composing Software&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.videohelp.com/~debugmode/wax20e.zip"&gt;&lt;strong&gt;Down Load Here&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ardownload.adobe.com/pub/adobe/reader/win/8.x/8.1.2/enu/AdbeRdr812_en_US.exe"&gt;&lt;br /&gt;&lt;img height="31" alt="" src="http://www.dailyinqilab.com/images/left.h1.gif" width="88" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Download the latest version of Adobe Reader&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a href="http://pdownload.macromedia.com/get/shockwave/default/english/win95nt/latest/Shockwave_Installer_Full.exe" target="_blank"&gt;&lt;br /&gt;&lt;img alt="" src="http://www.9down.com/pic/topic/adobe.jpg" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;a href="http://fpdownload.macromedia.com/get/shockwave/default/english/win95nt/latest/Shockwave_Installer_Full.exe" target="_blank"&gt;Adobe&lt;br /&gt;Shockwave Player v11.0.0.0&lt;/a&gt; More than 400 million Web&lt;br /&gt;users have installed Adobe Shockwave Player in mature markets around the world.&lt;br /&gt;These people now have access to some of the best the Web has to offer - including&lt;br /&gt;dazzling 3D games and entertainment, interactive product demonstrations, and online&lt;br /&gt;learning applications. Shockwave Player displays Web content that has been&lt;br /&gt;created by Adobe Director. You could install from below too.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Adobe Shockwave Player&lt;/strong&gt;&lt;br /&gt;&lt;img class="nohover" height="45" alt="shockwave logo" src="http://www.adobe.com/images/shared/product_logos/60x45/shockwave.gif" width="60" /&gt;&lt;a class="nohover" id="shockwaveURL" href="http://fpdownload.macromedia.com/get/shockwave/default/english/win95nt/10.2.0.023/Shockwave_Installer_Slim.exe" target="_blank"&gt;&lt;img class="nohover" height="30" alt="Install now" src="http://www.adobe.com/shockwave/download/images/install_now.gif" width="126" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://origin.dogfood.windowsonecare.com/cli/latest/setuponecare.exe" target="_blank"&gt;&lt;br /&gt;&lt;img alt="" src="http://www.9down.com/pic/topic/ms_live.GIF" /&gt;&lt;/a&gt;: &lt;strong&gt;Microsoft Windows Live OneCare&lt;/strong&gt; is a &gt;comprehensive and&lt;br /&gt;integrated PC health service that helps protect and maintain your computer with&lt;br /&gt;antivirus, firewall, PC maintenance, and file backup and restore functionality.&lt;br /&gt;This new service is in beta testing. &lt;a href="http://origin.dogfood.windowsonecare.com/cli/latest/setuponecare.exe" target="_blank"&gt;&lt;br /&gt;Download Here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://download.cyberlink.com/ftpdload/trial/pdvd/8/CyberLink.1531D_R4_DVD071109-06_Trial_DVD.exe" target="_blank"&gt;&lt;br /&gt;&lt;img alt="" src="http://www.9down.com/pic/topic/cyberlink.gif" /&gt;&lt;/a&gt;:&lt;a href="http://download.cyberlink.com/ftpdload/trial/pdvd/8/CyberLink.1531D_R4_DVD071109-06_Trial_DVD.exe" target="_blank"&gt;&lt;strong&gt;CyberLink PowerDVD 8.0 Final&lt;/strong&gt;&lt;/a&gt; :PowerDVD&lt;br /&gt;is a software DVD player that offers the solution to enjoy personalized DVD entertainment&lt;br /&gt;on the PC. Its high quality video and audio playback has made it one of the most&lt;br /&gt;reliable. Download&lt;br /&gt;&lt;a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.0b5/win32/en-US/Firefox%20Setup%203.0%20Beta%205.exe" target="_blank"&gt;&lt;br /&gt;&lt;img alt="Mozilla" src="http://www.9down.com/pic/topic/mozilla.gif" /&gt;&lt;/a&gt;:&lt;a href="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.0b5/win32/en-US/Firefox%20Setup%203.0%20Beta%205.exe" target="_blank"&gt;&lt;strong&gt;Mozilla Firefox 3.0 Beta 5 for Windows&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;br /&gt;:&lt;/strong&gt;Firefox is a free, open-source web browser for Windows,&lt;br /&gt;Linux and Mac OS X and is based on the Mozilla codebase. It is small, fast and easy&lt;br /&gt;to use, and offers many advantages over Internet Explorer, such as the ability to&lt;br /&gt;block pop-up windows&lt;br /&gt;&lt;br /&gt;&lt;a href="http://download.nullsoft.com/winamp/client/winamp553_full_all.exe" target="_blank"&gt;&lt;br /&gt;&lt;img alt="Winamp" src="http://www.9down.com/pic/topic/winamp.gif" /&gt;&lt;/a&gt;:&lt;a href="http://download.nullsoft.com/winamp/client/winamp553_full_all.exe" target="_blank"&gt;&lt;strong&gt;Winamp&lt;br /&gt;5.531 Build 1938 Full&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&gt;Nullsoft Winamp is a fast, flexible, high-fidelity music player for Windows. Winamp&lt;br /&gt;supports MP3, CD, Audiosoft, Audio Explosion, MOD, WAV and other audio formats,&lt;br /&gt;custom appearances called skins, plus audio visualization and audio effect plug-ins.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://nds1.nokia.com/files/support/global/phones/software/Nokia_PC_Suite_rel_6_86_8_4_eng.exe" target="_blank"&gt;&lt;br /&gt;&lt;img alt="Nokia" src="http://www.9down.com/pic/topic/nokia.gif" /&gt;&lt;/a&gt;&lt;a href="http://nds1.nokia.com/files/support/global/phones/software/Nokia_PC_Suite_rel_6_86_8_4_eng.exe" target="_blank"&gt;&lt;strong&gt;Nokia PC Suite 6.86 Release 8&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Nokia PC Suite is a package of Windows-based PC applications developed especially&lt;br /&gt;for use with Nokia phones. Depending on your phone model, Nokia PC Suite lets you&lt;br /&gt;edit, synchronize and back up many of your phone's files on a compatible PC through&lt;br /&gt;a cable or wireless connection.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://software-dl.real.com/free/windows/installer/R41R02F/RealPlayer11GOLD.exe" target="_blank"&gt;&lt;img alt="Real" src="http://www.9down.com/pic/topic/real.gif" /&gt;&lt;/a&gt;&lt;a href="http://software-dl.real.com/free/windows/installer/R41R02F/RealPlayer11GOLD.exe" target="_blank"&gt;&lt;strong&gt;RealPlayer 11.0.0.442 Gold&lt;/strong&gt;&lt;/a&gt; &gt;Easy, Fun&lt;br /&gt;&amp;amp; Intuitive: Browse the web, organize audio &amp;amp; video files, create playlists,&lt;br /&gt;&amp;amp; more&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sandbox.slysoft.com/beta/SetupVirtualCloneDrive5300.exe" target="_blank"&gt;&lt;img alt="Virtual CloneDrive" src="http://www.9down.com/pic/topic/CloneDrive.gif" /&gt;&lt;/a&gt;&lt;a href="http://sandbox.slysoft.com/beta/SetupVirtualCloneDrive5300.exe" target="_blank"&gt;&lt;strong&gt;Virtual CloneDrive 5.3.0.0 BETA&lt;/strong&gt;&lt;/a&gt; Virtual&lt;br /&gt;CloneDrive works and behaves just like a physical CD/DVD drive, however it exists&lt;br /&gt;only virtually. Image files generated with CloneDVD or CloneCD can be mounted onto&lt;br /&gt;a virtual drive from your hard-disk or from a network drive and used in the same&lt;br /&gt;manner as inserting them into a normal CD/DVD drive.&lt;br /&gt;&lt;br /&gt;Probably the best virtual drive software, Virtual CloneDrive allows you to enjoy&lt;br /&gt;the freedom of a virtual drive&lt;br /&gt;&lt;br /&gt;&lt;div style=" TEXT-ALIGN: justify"&gt;&lt;br /&gt;&lt;a href="http://majorgeeks.mirror.internode.on.net/multimedia/klcodec385f.exe" target="_blank"&gt;&lt;br /&gt;&lt;img alt="K-Lite" src="http://www.9down.com/pic/topic/kazaalite.gif" /&gt;&lt;/a&gt;&lt;a href="ftp://majorgeeks.mirror.internode.on.net/multimedia/klcodec385f.exe" target="_blank"&gt;&lt;strong&gt;K-Lite Codec Pack 3.8.5 Full&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;: K-Lite Codec Pack is a collection of codecs and related tools. Codecs are required&lt;br /&gt;to encode and/or decode (play) audio and video. The K-Lite Codec Pack is designed&lt;br /&gt;as a user-friendly solution for playing all your movie files. With the K-Lite Codec&lt;br /&gt;Pack you should be able to play 99% of all the movies that you download from the&lt;br /&gt;internet. The K-Lite Codec Pack works on Windows 2000/XP/2003/XP64/Vista.&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://spftrl.digitalriver.com/pub/symantec/2004/NAV081550.exe" target="_blank"&gt;&lt;br /&gt;&lt;img alt="Symantec" src="http://www.9down.com/pic/topic/symantec.gif" /&gt;&lt;/a&gt;&lt;a href="http://spftrl.digitalriver.com/pub/symantec/2004/NAV081550.exe" target="_blank"&gt;&lt;strong&gt;Norton&lt;br /&gt;AntiVirus 2008 v15.5.0.23&lt;/strong&gt;&lt;/a&gt; Norton AntiVirus from Symantec&lt;br /&gt;is one of the best anti-virus software titles in the world. Enjoy the security of&lt;br /&gt;automatic protection against viruses, malicious ActiveX controls and Java applets,&lt;br /&gt;and other dangerous code. It protects you while you're surfing the Internet or getting&lt;br /&gt;information from floppy disks, CDs, or a network. It also automatically scans incoming&lt;br /&gt;attachments in the most popular email programs.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.corel.com/akdlm/6763/downloads/trials/WinDVD9/Plus/TBYBMulti/WinDVD.exe" target="_blank"&gt;&lt;br /&gt;&lt;img alt="WinDVD" src="http://www.9down.com/pic/topic/Windvd.gif" /&gt;&lt;/a&gt;&lt;a href="http://www.corel.com/akdlm/6763/downloads/trials/WinDVD9/Plus/TBYBMulti/WinDVD.exe" target="_blank"&gt;&lt;strong&gt;Corel WinDVD Plus v9.0&lt;/strong&gt;&lt;/a&gt; &gt;Enjoy state-of-the-art&lt;br /&gt;HD-quality upscaling. Watch your movies on the go with advanced laptop enhancements.&lt;br /&gt;Play home movies from AVCHD camcorders. For those who want the best, WinDVD 9 offers&lt;br /&gt;the ultimate DVD and video playback experience.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ftp.opera.com/pub/opera/win/927/en/Opera_9.27_Eng_Setup.exe" target="_blank"&gt;&lt;br /&gt;&lt;img alt="" src="http://www.9down.com/pic/topic/opera.png" /&gt;&lt;/a&gt;&lt;a href="http://ftp.opera.com/pub/opera/win/927/en/Opera_9.27_Eng_Setup.exe" target="_blank"&gt;&lt;strong&gt;Opera 9.27 Build 8841 Final&lt;/strong&gt;&lt;/a&gt; &gt;The most&lt;br /&gt;full-featured Internet power tool on the market, Opera includes pop-up blocking,&lt;br /&gt;tabbed browsing, integrated searches, and advanced functions like Opera's groundbreaking&lt;br /&gt;E-mail program, RSS Newsfeeds and IRC chat. And because we know that our users have&lt;br /&gt;different needs, you can customize the look and content of your Opera browser with&lt;br /&gt;a few clicks of the mouse&lt;br /&gt;&lt;br /&gt;&lt;a href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/Safari3/061-4515.20080318.Fkef/SafariSetup.exe" target="_blank"&gt;&lt;br /&gt;&lt;img alt="" src="http://www.9down.com/pic/topic/apple_mac_logo.gif" /&gt;&lt;/a&gt;&lt;a href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/Safari3/061-4515.20080318.Fkef/SafariSetup.exe" target="_blank"&gt;&lt;strong&gt;Apple Safari 3.1 Final for Windows&lt;/strong&gt;&lt;/a&gt; Experience&lt;br /&gt;the web, Apple Style, with Safari - the fastest, easiest to use web browser in the&lt;br /&gt;world. With its simple, elegant interface, Safari gets out of your way and lets&lt;br /&gt;you enjoy the web - up to 2 times faster than Internet Explorer. Now on Windows,&lt;br /&gt;too.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://dl.google.com/picasa/picasaweb-current-setup.exe" target="_blank"&gt;&lt;br /&gt;&lt;img alt="" src="http://www.9down.com/pic/topic/google.gif" /&gt;&lt;/a&gt;&lt;a href="http://dl.google.com/picasa/picasaweb-current-setup.exe" target="_blank"&gt;&lt;strong&gt;Google&lt;br /&gt;Picasa 2.7 Build 37.49&lt;/strong&gt;&lt;/a&gt; Picasa is software that makes it&lt;br /&gt;easy and fun to view, organise, edit and share the digital photos on your PC.Picasa&lt;br /&gt;lets you pick the size and then automatically attaches your pictures. Browse through&lt;br /&gt;all your pictures and view slideshows of your albums with the click of a button.&lt;br /&gt;Enhance, fix red-eye, and even crop without losing data or permanently changing&lt;br /&gt;your original picture&lt;br /&gt;&lt;br /&gt;&lt;a href="http://files.acdsystems.com/english/installers/photoeditor2008beta-5-0-244-en.exe" target="_blank"&gt;&lt;br /&gt;&lt;img style="WIDTH: 104px; HEIGHT: 41px" height="56" alt="" src="http://www.9down.com/pic/topic/acd.gif" width="94" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://files.acdsystems.com/english/installers/photoeditor2008beta-5-0-244-en.exe" target="_blank"&gt;&lt;br /&gt;&lt;strong&gt;ACDSee Photo Editor 2008 5.0.244 Beta&lt;/strong&gt;&lt;/a&gt; Make&lt;br /&gt;the most of your photos! Photo Editor has all the tools and clear instruction you&lt;br /&gt;need to turn your digital photos into truly captivating keepsakes. Frame-worthy&lt;br /&gt;memories and creative projects such as scrapbook pages, greeting cards, and invitations&lt;br /&gt;are all easy to achieve. You'll be amazed at what you can do with your photos.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/getitnow.mspx" target="_blank"&gt;&lt;br /&gt;&lt;img alt="IE8" src="http://www.9down.com/pic/topic/IE8.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://download.microsoft.com/download/d/4/3/d43f8ad4-3267-4c7a-8515-11557980357e/IE8-WindowsVista-x86-ENU.exe" target="_blank"&gt;&lt;br /&gt;&lt;strong&gt;Internet Explorer 8 Beta 1 for Windows Vista&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://download.microsoft.com/download/f/5/3/f5373f16-92ef-4c14-80ed-ad6351de8f6b/IE8-WindowsVista-x64-ENU.exe"&gt;&lt;br /&gt;&lt;strong&gt;64-Bit&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://download.microsoft.com/download/7/e/8/7e88c69b-77d2-4fd7-b1eb-12c6d89ecc93/IE8-WindowsXP-x86-ENU.exe" target="_blank"&gt;&lt;br /&gt;&lt;strong&gt;Internet Explorer 8 Beta 1 for Window XP SP2&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://download.microsoft.com/download/d/c/b/dcb77107-9b63-4745-9211-1b9055f09efa/IE8-WindowsServer2003-x86-ENU.exe" target="_blank"&gt;&lt;br /&gt;&lt;strong&gt;Internet Explorer 8 Beta 1 for Windows Server 2003&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://download.microsoft.com/download/e/8/4/e8459de4-dfc9-4886-bc50-f05cd50351d2/IE8-WindowsServer2003-x64-ENU.exe"&gt;&lt;br /&gt;&lt;strong&gt;64-Bit&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Internet Explorer 8 takes the Web experience beyond the page and introduces a&lt;br /&gt;new way to seamlessly experience the power of the Web whether you are a Web developer&lt;br /&gt;writing&lt;br /&gt;&lt;br /&gt;to standards, or an end user discovering a new online service.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.download.windowsupdate.com/msdownload/update/software/svpk/2008/02/windowsxp-kb936929-sp3-x86-enu_9afedbd6b2941bf568c27046d6688e6ccb5ce018.exe" target="_blank"&gt;&lt;br /&gt;&lt;img alt="WindowsXP" src="http://www.9down.com/pic/topic/winxp.gif" /&gt;&lt;/a&gt;&lt;a href="http://www.download.windowsupdate.com/msdownload/update/software/svpk/2008/02/windowsxp-kb936929-sp3-x86-enu_9afedbd6b2941bf568c27046d6688e6ccb5ce018.exe" target="_blank"&gt;&lt;strong&gt;Windows XP Service Pack 3 Build 3311 RC2&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Microsoft Windows XP Service Pack 3 (SP3) provides new proactive security technologies&lt;br /&gt;for Windows XP to better defend against viruses, worms, and hackers along with increased&lt;br /&gt;manageability and an improved experience for users.&lt;br /&gt;Microsoft&lt;br /&gt;Windows XP Service Pack 3 fixes a range of bugs in Windows XP. It doesn't matter&lt;br /&gt;what XP updates you have previously applied to your system, SP3 will update any&lt;br /&gt;unpatched, partially patched or completely updated system (it includes all previously&lt;br /&gt;released patches and updates). XP SP3 fixes the security holes so you won't get&lt;br /&gt;attacked.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://download.f-secure.com/webclub/fscs711_signed.exe" target="_blank"&gt;&lt;br /&gt;&lt;img alt="F-Secure" src="http://www.9down.com/pic/topic/F-Secure.jpg" /&gt;&lt;/a&gt;&lt;a href="http://download.f-secure.com/webclub/fscs711_signed.exe" target="_blank"&gt;&lt;strong&gt;F-Secure&lt;br /&gt;Anti-Virus Client Security v7.11 Build 107&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;F-Secure Anti-Virus Client Security offers protection against new breeds of threats.&lt;br /&gt;It is a centrally-managed solution consisting of tightly-integrated virus protection,&lt;br /&gt;spyware protection, desktop firewall, and intrusion prevention and application control&lt;br /&gt;software for desktop and laptop computers.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/down.php?site=1&amp;amp;file=wrar371.Regged.exe"&gt;&lt;br /&gt;&lt;img alt="" src="http://www.9down.com/pic/topic/winrar.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/down.php?site=1&amp;amp;file=wrar371.Regged.exe" target="_blank"&gt;&lt;br /&gt;&lt;strong&gt;WinRAR 3.71 Final Regged&lt;/strong&gt;&lt;/a&gt; &gt;WinRAR is a 32-bit&lt;br /&gt;Windows version of RAR Archiver, an archiver and archive manager. RAR files can&lt;br /&gt;usually compress content by 8 percent to 15 percent more than ZIP files can. WinRAR's&lt;br /&gt;main features include strong general and multimedia compression, the ability to&lt;br /&gt;process non-RAR archive formats, ZIP compression and decompression, support for&lt;br /&gt;long filenames, programmable self-extracting archives (SFX), repair of damaged archives,&lt;br /&gt;authenticity verification, embedded file comments, and encryption. Unicode is supported&lt;br /&gt;in archive filenames, allowing non-English filenames to be handled painlessly. You&lt;br /&gt;can manipulate the parameters of many archives at once and view a volume sequence&lt;br /&gt;as a single archive. WinRAR can convert other archive formats to RAR and search&lt;br /&gt;for specified text and files in archives.&lt;br /&gt;&lt;strong&gt;FREEWARES&lt;/strong&gt;&lt;br /&gt;&lt;div style=" TEXT-ALIGN: justify"&gt;&lt;br /&gt;&lt;strong&gt;&lt;a title="Download Mycpu113.zip" href="http://www2.hiren.info/download/freeware/mycpu113.zip" target="_blank" rel="nofollow"&gt;&lt;strong&gt;Mycpu113.zip&lt;/strong&gt;&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;MyCPU is a small and simple utility that displays the type of CPU installed on your&lt;br /&gt;system. It shows vendor, type, model, stepping and speed information and in addition,&lt;br /&gt;it scans for features like MMX, 3dnow and SIMD (ISSE). and is able to read cache&lt;br /&gt;information such as the size of the L1-data and more. (Size: 46 KB)&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="d2"&gt;&lt;br /&gt;&lt;a title="Download IP_Netinfo.zip" href="http://www2.hiren.info/download/freeware/IP_Netinfo.zip" target="_blank" rel="nofollow"&gt;&lt;br /&gt;&lt;strong&gt;IP_Netinfo.zip&lt;/strong&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;IPNetInfo is a small utility that allows you to easily find all available information&lt;br /&gt;about an IP address: The owner of the IP address, the country/state name, IP addresses&lt;br /&gt;range, contact information (address, phone, fax, and email). This utility can be&lt;br /&gt;very useful for finding the origin of unsolicited mail. (Size: 47 KB)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www2.hiren.info/download/freeware/CleanMyRegistry.zip" target="_blank"&gt;&lt;br /&gt;&lt;strong&gt;Clean My Registry 3&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;:&lt;/strong&gt;The&lt;br /&gt;Windows Registry is a crucial part of your PC's operation system. Regular use of&lt;br /&gt;computer makes the registry fragmented and cluttered with obsolete and invalid data.&lt;br /&gt;Clean My Registry software keeps this critical part of your PC in perfect condition.&lt;br /&gt;Just clean registry in a blink of an eye for free. (Size: 620 KB)&lt;br /&gt;&lt;br /&gt;&lt;div class="d2"&gt;&lt;br /&gt;&lt;a title="Download Scrubxp.zip" href="http://www2.hiren.info/download/freeware/scrubxp.zip" target="_blank" rel="nofollow"&gt;&lt;br /&gt;&lt;strong&gt;Scrubxp.zip&lt;/strong&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;ScrubXP cleans temporary files and registry keys resulting from opening files and&lt;br /&gt;or using the Internet. It removes IE History, IE Temporary Files, IE Cookies, Documents&lt;br /&gt;List from Start Menu, Empties Recycle Bin, Clears Autocomplete Entries, Clears Recent&lt;br /&gt;File Lists for Run, Common Dialogs, Recent Documents, Search Assistant, Typed URLs,&lt;br /&gt;Paint, Find Computer, Printer Ports, Find Files, Media Player, Previous Tasks, and&lt;br /&gt;Real Player... (Size: 344 KB)&lt;br /&gt;&lt;br /&gt;&lt;a title="Download PdfEdit.zip" href="http://www2.hiren.info/download/freeware/PdfEdit.zip" target="_blank" rel="nofollow"&gt;&lt;br /&gt;&lt;strong&gt;PdfEdit.zip&lt;/strong&gt;&lt;/a&gt; &gt;Create PDF files from any application&lt;br /&gt;by simply selecting the print command. Preview documents, combine files, change&lt;br /&gt;page orientation, add "Confidential" stamps, create PDF stationery, adjust&lt;br /&gt;image resolution, summarize documents, convert PDFs to several image file formats,&lt;br /&gt;create batch print jobs from Microsoft Office applications, and choose from several&lt;br /&gt;file-naming methods. Encrypt or digitally sign your PDF documents. This download&lt;br /&gt;contains all the features of PDF995, with additional support for PDF-to-HTML and&lt;br /&gt;PDF-to-DOC conversions. (Size: 595 KB)&lt;br /&gt;&lt;br /&gt;&lt;a title="Download InternetSweeper.zip" href="http://www2.hiren.info/download/freeware/InternetSweeper.zip" target="_blank" rel="nofollow"&gt;&lt;br /&gt;&lt;strong&gt;InternetSweeper.zip&lt;/strong&gt;&lt;/a&gt;:Erase&lt;br /&gt;information stored in Windows about Internet sites visited. This program is free&lt;br /&gt;(although donations are appreciated) and fully functional. It automatically runs&lt;br /&gt;when the computer boots, the user logs in, or browsers are closed. It works with&lt;br /&gt;all 32-bit Windows programs and with all major browsers (Internet Explorer, Navigator,&lt;br /&gt;Opera, and now AOL). It erases the cache, history, cookies, addresses, passwords,&lt;br /&gt;and temporary files, and closes pop-up windows in browsers, including AOL. (Size:&lt;br /&gt;96 KB)&lt;br /&gt;&lt;br /&gt;&lt;div class="d2"&gt;&lt;br /&gt;&lt;a title="Download CdKeyGrabber.zip" href="http://www2.hiren.info/download/freeware/CdKeyGrabber.zip" target="_blank" rel="nofollow"&gt;&lt;br /&gt;&lt;strong&gt;CdKeyGrabber.zip&lt;/strong&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;This tool can be used by System Administrators for identifying the Installed Windows&lt;br /&gt;XP's CD Key on a machine. Just run this tool and it will just get you the installed&lt;br /&gt;versions CD Key. This tool will a great addition to the system admins tool chest.&lt;br /&gt;(Size: 12 KB)&lt;br /&gt;&lt;br /&gt;&lt;div class="d2"&gt;&lt;br /&gt;&lt;a title="Download Cdrecover.zip" href="http://www2.hiren.info/download/freeware/cdrecover.zip" target="_blank" rel="nofollow"&gt;&lt;br /&gt;&lt;strong&gt;Cdrecover.zip&lt;/strong&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;This is a lossy disc copying program. Designed for recovering as much information&lt;br /&gt;as possible from a corrupted file. The program is optimized for recovering corrupt&lt;br /&gt;video data from CDs. Supports multiple file retrieval methods. Say goodbye to CRC&lt;br /&gt;errors at the end of a file copy. (Size: 19 KB)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ithd.aramco.com.sa/data/Download/Himalaya_USBModem_Driver.zip" target="_blank"&gt;Himalaya&lt;br /&gt;USB Modem Driver&lt;/a&gt; (12.4 KB)&lt;br /&gt;&lt;br /&gt;&lt;a title="This tool is designed to remove the infections of Nyxem.E Virus" href="http://ithd.aramco.com.sa/data/Download/NymexVirusRemoval.exe" target="_blank"&gt;Nyxem.E Virus&lt;br /&gt;Removal Tool&lt;/a&gt; (1.05 MB)(for&lt;br /&gt;any version of Windows XP)&lt;br /&gt;&lt;br /&gt;&lt;div style=" TEXT-ALIGN: justify"&gt;&lt;br /&gt;&lt;a href="http://download3.vmware.com/software/wkst/VMware-workstation-e.x.p-84113.exe" target="_blank"&gt;&lt;br /&gt;VMware Workstation 6.5 Build 84113 Beta&lt;/a&gt; &lt;strong&gt;&lt;/strong&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=" TEXT-ALIGN: justify"&gt;&lt;br /&gt;&lt;a href="http://download.divx.com/divxlabs/DivXCodec682Beta1.exe" target="_blank"&gt;&lt;br /&gt;DivX Codec 6.8.2 Beta 1&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://trial.trendmicro.com/easyinstall/en-GB/TIS%20PRO/TISP32ENGB_eval.exe" target="_blank"&gt;&lt;br /&gt;Trend Micro Internet Security 2008 16.10 Build 1106&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://dl.ie7pro.com/ie7prodl/IE7proSetup.exe"&gt;http://dl.ie7pro.com/ie7prodl/IE7proSetup.exe&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://software-dl.real.com/free/windows/installer/R41R02F/RealPlayer11GOLD.exe"&gt;&lt;br /&gt;http://www.9down.com/RealPlayer-11-0-0-442-Gold-23720/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.download.windowsupdate.com/msdownload/update/software/svpk/2008/03/windowsxp-kb936929-sp3-x86-enu_c1996fe3afe721f3962a15d6666603ec857f4095.exe"&gt;&lt;br /&gt;http://www.9down.com/Windows-XP-Service-Pack-3-Build-5508-RC2-23620/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://download.piriform.com/ccsetup206.exe" target="_blank"&gt;http://download.piriform.com/ccsetup206.exe&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://nero-mirror.com/software/Nero8/current/Nero-8.3.2.1_eng_trial.exe" target="_blank"&gt;&lt;br /&gt;http://www.9down.com/Nero-8-3-2-1-Micro-23628/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/Nokia-PC-Suite-6-86-Release-6-23548/"&gt;http://www.9down.com/Nokia-PC-Suite-6-86-Release-6-23548/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/Mozilla-Firefox-2-0-0-13-Final-23601/"&gt;http://www.9down.com/Mozilla-Firefox-2-0-0-13-Final-23601/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/Norton-AntiVirus-2008-v15-5-0-23-23445/"&gt;http://www.9down.com/Norton-AntiVirus-2008-v15-5-0-23-23445/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/Norton-Internet-Security-2008-v15-5-0-23-23446/"&gt;http://www.9down.com/Norton-Internet-Security-2008-v15-5-0-23-23446/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://dl.orbitdownloader.com/dl/OrbitDownloaderSetup.exe" target="_blank"&gt;&lt;br /&gt;Orbit Downloader 2.6.5&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/Messenger-Plus-Live-4-60-324-23385/"&gt;http://www.9down.com/Messenger-Plus-Live-4-60-324-23385/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/Windows-Vista-Service-Pack-1-Five-Language-Standalone-Wave0--23336/"&gt;&lt;br /&gt;http://www.9down.com/Windows-Vista-Service-Pack-1-Five-Language-Standalone-Wave0--23336/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/jv16-PowerTools-2008-1-8-0-449-23410/"&gt;http://www.9down.com/jv16-PowerTools-2008-1-8-0-449-23410/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/Corel-WinDVD-Plus-v9-0-KeyGen-23400/"&gt;http://www.9down.com/Corel-WinDVD-Plus-v9-0-KeyGen-23400/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/ConvertXToDVD-3-0-0-7-Crack-23358/"&gt;http://www.9down.com/ConvertXToDVD-3-0-0-7-Crack-23358/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/Cyberlink-PowerDVD-v8-Beta-1422-23236/"&gt;http://www.9down.com/Cyberlink-PowerDVD-v8-Beta-1422-23236/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/Creative-Sound-Blaster-X-Fi-Driver-2-15-0006-23254/"&gt;&lt;br /&gt;http://www.9down.com/Creative-Sound-Blaster-X-Fi-Driver-2-15-0006-23254/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/Adobe-Photoshop-Lightroom-1-4-23185/"&gt;http://www.9down.com/Adobe-Photoshop-Lightroom-1-4-23185/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/FlashGet-v2-0-Beta6-23139/"&gt;http://www.9down.com/FlashGet-v2-0-Beta6-23139/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/Download-Accelerator-Plus-8-6-4-8-Final-23138/"&gt;http://www.9down.com/Download-Accelerator-Plus-8-6-4-8-Final-23138/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-WinZip/" target="_blank"&gt;WinZip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-Roxio/" target="_blank"&gt;Roxio&lt;/a&gt; &lt;a href="http://www.9down.com/topic-Nero-7/"&gt;Nero 7&lt;/a&gt; &lt;a href="http://www.9down.com/topic-Nero/"&gt;&lt;br /&gt;&gt;Nero&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-NeroLinux/" target="_blank"&gt;NeroLinux&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-Nero6/"&gt;Nero6&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-CherryOS/"&gt;CherryOS&lt;/a&gt; &lt;a href="http://www.9down.com/topic-TweakNow/" target="_blank"&gt;TweakNow&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-Hiren-s-BootCD/" target="_blank"&gt;Hiren's BootCD&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-Windows-2003/" target="_blank"&gt;Windows&lt;br /&gt;2003&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-Windows-Vista/" target="_blank"&gt;Windows Vista&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-Windows-Server-2008/" target="_blank"&gt;Windows Server&lt;br /&gt;2008&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-Longhorn/"&gt;Longhorn&lt;/a&gt; &lt;a href="http://www.9down.com/topic-Linux/" target="_blank"&gt;&lt;br /&gt;&gt;Linux&lt;/a&gt; &lt;a href="http://www.9down.com/topic-Lindows/"&gt;Lindows&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-RedHat/" target="_blank"&gt;RedHat&lt;/a&gt; &lt;a href="http://www.9down.com/topic-Windows-2000/"&gt;&lt;br /&gt;Windows 2000&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-Office/"&gt;Office&lt;/a&gt; &lt;a href="http://www.9down.com/topic-Office-2007/" target="_blank"&gt;&lt;br /&gt;&gt;Office 2007&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-Office2003/" target="_blank"&gt;Office2003&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-Microsoft-Office-Li/" target="_blank"&gt;Microsoft&lt;br /&gt;Office Live&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-PowerDVD/" target="_blank"&gt;PowerDVD&lt;/a&gt; &lt;a href="http://www.9down.com/topic-Real/"&gt;&lt;br /&gt;&gt;Real&lt;/a&gt; &lt;a href="http://www.9down.com/topic-Winamp/"&gt;Winamp&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-Windows-Media-Player/" target="_blank"&gt;Windows&lt;br /&gt;Media Player&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-McAfee/" target="_blank"&gt;McAfee&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-Roxio/"&gt;Roxio&lt;/a&gt; &lt;a href="http://www.9down.com/topic-Nero-7/" target="_blank"&gt;&lt;br /&gt;&gt;Nero 7&lt;/a&gt; &lt;a href="http://www.9down.com/topic-Nero/"&gt;Nero&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-Hiren-s-BootCD/" target="_blank"&gt;Hiren's BootCD&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.9down.com/topic-WinRAR/" target="_blank"&gt;WinRAR&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="ftp://202.65.194.211/pc/audio/6280_Vista_APO.zip" target="_blank"&gt;Realtek&lt;br /&gt;AC 97 Vista Audio Driver 6.280 WHQL (32/64 bits)&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="ftp://61.56.69.18/pc/audio/WDM_R189.exe" target="_blank"&gt;Realtek High-Definition&lt;br /&gt;Audio Driver 1.89&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-7960730208813671645?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/7960730208813671645/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/05/free-downloads.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7960730208813671645'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7960730208813671645'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/05/free-downloads.html' title='Free Downloads'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_W3pLTklhEQs/SDvXrrhiUkI/AAAAAAAAADs/H6BVoI2vSN0/s72-c/javaeditor.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-8442301924386333876</id><published>2008-05-19T14:54:00.009+05:30</published><updated>2008-05-24T11:23:01.291+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exam Results'/><title type='text'>2008 Results Links</title><content type='html'>CBSE 12th Results have been declared on 23rd May&lt;br /&gt;&lt;a href="www.cbseresults.nic.in"&gt;CBSE 2008 Results&lt;/a&gt;&lt;br /&gt;UP Board results will be declared today ie 24th May.&lt;br /&gt;&lt;a href="http://upresults.nic.in"&gt;UP Board 2008 Results&lt;/a&gt;&lt;br /&gt;&lt;a href="http://results.nic.in/"&gt;Results across all over india&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;BHU announces results for PMT and PAT.&lt;br /&gt;&lt;a href="http://upresults.nic.in/bhuresults/bhupmtresult.htm"&gt;PMT&lt;/a&gt; &lt;br /&gt;&lt;a href="http://upresults.nic.in/bhuresults/bhupatresult.htm"&gt;PAT&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;AMU Results&lt;br /&gt;&lt;a href="http://www.amucontrollerexams.com/testcourses.html"&gt;Test Courses&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.amucontrollerexams.com/"&gt;Non Test Courses&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-8442301924386333876?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/8442301924386333876/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/05/2008-results-links.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8442301924386333876'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8442301924386333876'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/05/2008-results-links.html' title='2008 Results Links'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-4763008994094404724</id><published>2008-05-05T18:40:00.001+05:30</published><updated>2008-05-06T15:27:45.247+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='ASP'/><title type='text'>How to log Events from ASP</title><content type='html'>&lt;div class=Section1&gt;  &lt;p class=MsoNormal&gt;How to write Events to eventlog by ASP&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Open run command &lt;span style='font-family:Wingdings'&gt;à&lt;/span&gt; Type notepad&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Open notepad &lt;span style='font-family:Wingdings'&gt;à&lt;/span&gt; Type/Copy/Paste the code below into the notepad and save as Test.asp.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:#0070C0'&gt;&amp;lt;%@ Language=VBScript %&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:#0070C0'&gt;&amp;lt;HTML&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:#0070C0'&gt;&amp;lt;BODY&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:#0070C0'&gt;&amp;lt;% 'Use these Constants to designate the type of Event Log. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:#0070C0'&gt;const SUCCESS = 0 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:#0070C0'&gt;const ERROR = 1 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:#0070C0'&gt;const WARNING = 2 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:#0070C0'&gt;const INFORMATION = 4 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:#0070C0'&gt;const AUDIT_SUCCESS = 8 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:#0070C0'&gt;const AUDIT_FAILURE = 16 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:#0070C0'&gt;dim WshShell set WshShell = Server.CreateObject(&amp;quot;WScript.Shell&amp;quot;) &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:#0070C0'&gt;wshshell.Logevent WARNING, &amp;quot; Event Logged Successfully by Windows Script Host!&amp;quot; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:#0070C0'&gt;set wshshell=nothing &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:#0070C0'&gt;Response.write &amp;quot;Event Logged Successfully by Windows Script Host!&amp;quot; %&amp;gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:#0070C0'&gt;&amp;lt;/BODY&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:#0070C0'&gt;&amp;lt;/HTML&amp;gt;&lt;/span&gt;&lt;span style='color:#0070C0'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Now copy the test.asp and place into C:\Inetpub\wwwroot &lt;span style='font-family:Wingdings'&gt;à&lt;/span&gt; hit the browser as http://localhost/test.asp&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;OR&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;create a folder name Test and put this test.asp into this folder. Right click on Test folder &lt;span style='font-family:Wingdings'&gt;à&lt;/span&gt; Click Web Sharing Tab &lt;span style='font-family:Wingdings'&gt;à&lt;/span&gt; Share This Folder &lt;span style='font-family:Wingdings'&gt;à&lt;/span&gt;Keep Name as Test &lt;span style='font-family:Wingdings'&gt;à&lt;/span&gt; Apply OK. &lt;span style='font-family:Wingdings'&gt;à&lt;/span&gt; Now hit &lt;a href="http://localhost/test/test.asp"&gt;http://localhost/test/test.asp&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Now open run command &lt;span style='font-family:Wingdings'&gt;à&lt;/span&gt; Type eventvwr &lt;span style='font-family:Wingdings'&gt;à&lt;/span&gt; See application events &lt;span style='font-family:Wingdings'&gt;à&lt;/span&gt; You will get logged your events to EventLog &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Enjoy &lt;span style='font-family:Wingdings'&gt;J&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Ref: For more information visit &lt;a href="http://support.microsoft.com/kb/301309"&gt;http://support.microsoft.com/kb/301309&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-4763008994094404724?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/4763008994094404724/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/05/how-to-log-events-from-asp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/4763008994094404724'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/4763008994094404724'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/05/how-to-log-events-from-asp.html' title='How to log Events from ASP'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-6257249578917502799</id><published>2008-04-24T16:08:00.000+05:30</published><updated>2008-05-06T15:29:37.512+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='ASP'/><title type='text'>How to write Text / Trace / Log file using ASP?</title><content type='html'>&lt;div class="Section1"&gt;&lt;p class="MsoNormal"&gt;&lt;b&gt;How to write Trace file using ASP?&lt;?xml:namespace prefix = o /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Previously I wrote for how to write text file with ASP , Now one step forward how to write trace file with ASP?&lt;/p&gt;&lt;p class="MsoNormal"&gt;So here we goes.&lt;/p&gt;&lt;p class="MsoNormal"&gt;Create a text file .&lt;/p&gt;&lt;p class="MsoNormal"&gt;1. Create an File system object that is used for File Access &lt;/p&gt;&lt;p class="MsoNormal"&gt;2. Get the File Path &lt;/p&gt;&lt;p class="MsoNormal"&gt;3. Create the file if not exist.&lt;/p&gt;&lt;p class="MsoNormal"&gt;4. Open the File&lt;/p&gt;&lt;p class="MsoNormal"&gt;5. Log the Server Variables&lt;/p&gt;&lt;p class="MsoNormal"&gt;6. Close the File object release all memory&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;set FSO = Server.CreateObject("scripting.FileSystemObject") &lt;/p&gt;&lt;p class="MsoNormal"&gt;Dim filePath&lt;/p&gt;&lt;p class="MsoNormal"&gt;filePath = Server.MapPath("Trace.txt");&lt;/p&gt;&lt;p class="MsoNormal"&gt;set myFile = fso.CreateTextFile(filePath ,8, true)  'Here 8 means we using for appending&lt;/p&gt;&lt;p class="MsoNormal"&gt;myFile.WriteLine(Request.servervariables("SERVER_NAME"))&lt;/p&gt;&lt;p class="MsoNormal"&gt;myFile.WriteLine(Request.servervariables("SCRIPT_NAME"))&lt;/p&gt;&lt;p class="MsoNormal"&gt;myFile.WriteLine("Write more looging tuff") &lt;/p&gt;&lt;p class="MsoNormal"&gt;myFile.Close &lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-6257249578917502799?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/6257249578917502799/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/04/how-to-write-text-trace-log-file-using.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/6257249578917502799'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/6257249578917502799'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/04/how-to-write-text-trace-log-file-using.html' title='How to write Text / Trace / Log file using ASP?'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-3382096083322467042</id><published>2008-04-24T10:44:00.000+05:30</published><updated>2008-04-26T10:56:18.695+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='ASP'/><title type='text'>How to write text file using ASP?</title><content type='html'>&lt;div class="Section1"&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;How to write text file using ASP?&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Previously I wrote for how to write text file with C#, Now one step back how to write text file with ASP?&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;So here we goes.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;set FSO = Server.CreateObject("scripting.FileSystemObject") &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;This line creates an object that is used for File Access &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;set myFile = fso.CreateTextFile("C:\Trace.txt", true) &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;This creates a blank text file object for us to use.The CreateTextFile object creates a text file, based on what we specified. The first option specifies the location of the text file, while the second one states whether or not to create the file if one doesn't exist. Very simple methods. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Next, we do something simple &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;myFile.WriteLine("Write whatever you want to put")&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;myFile.WriteLine("Write some more stuff") &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;WriteLine writes the text to the text file.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;myFile.Close &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;This closes the file and free the memory.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;Now for Reading: &lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;First, we create an object, but not after defining some constants &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Const ForReading = 1, ForWriting = 2, ForAppending = 8 &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;This just allows us the different methods of working with text, when we have an open text file. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;set fso = server.CreateObject("Scripting.FileSystemObject") &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Here we create our object again. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;set f = fso.GetFile("C:\Trace.txt") &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Here we state that we will be manipulating the file C:\Trace.txt . Moderately simple. Now we need to open it as a stream. Get ready, here comes the hard stuff ;-) &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;set ts = f.OpenAsTextStream(ForReading, -2) &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;This creates a text stream with our file. It is like a continous flow of information. Now we jsut read a line &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;TextStreamTest = ts.ReadLine &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;This code reads a line of information, and puts it into TextStreamTest. Pretty simple, isnt it?! I hope so. Anyway, I've discussed the code, and I shall let you go. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;One last note. Let's say you wanted to read all the contents out a text file. Then you would do this &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Do While not ts.AtEndOfStream&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;     myText = myText &amp;amp; ts.ReadLine &amp;amp; vbCrLf&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;      &lt;p class="MsoNormal"&gt;Loop &lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;br /&gt;Hope you learn something !! Write your comments !! Thanks !!&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-3382096083322467042?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/3382096083322467042/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/04/how-to-write-text-file-using-asp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3382096083322467042'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3382096083322467042'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/04/how-to-write-text-file-using-asp.html' title='How to write text file using ASP?'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-7590828020040081452</id><published>2008-04-23T13:09:00.001+05:30</published><updated>2008-04-26T10:54:37.482+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><title type='text'>Writing Log to Text File with C#</title><content type='html'>&lt;div class=Section1&gt;  &lt;p class=MsoNormal&gt;Writing Text File with C#&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Problem definition : I need to write this for logging for testing purpose. I am logging the information when a aspx file is being called, &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;I want to put all information like browser, os, resolution, referer page etc.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;So here we goes&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;I like to add a method let it call LogToFile()&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Don't forget to include #using System.IO; as we are going to use stream writer&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;protected void LogToFile()&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string logFilePath = Server.MapPath(&amp;quot;Trace.txt&amp;quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; StreamWriter sw = new StreamWriter(logFilePath, true);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//true means if file not there then create it otherwise append to it.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sw.WriteLine(&amp;quot;Logging Time: &amp;quot; + DateTime.Now.ToLongDateString());&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sw.WriteLine(&amp;quot;OS/Browser/Version : &amp;quot;+Request.Browser.Platform.ToString()+&amp;quot;/&amp;quot; +Request.Browser.Browser.ToString()+ &amp;#8220;/&amp;quot;+Request.Browser.Version.ToString());&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (Request.UrlReferrer != null)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sw.WriteLine(&amp;quot;Referrer: &amp;quot;+ Request.UrlReferrer.ToString());&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sw.WriteLine(&amp;quot;User Agent: &amp;quot; + Request.UserAgent.ToString());&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sw.WriteLine(&amp;quot;--------------------------------------------------------&amp;quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; catch(Exception )&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; finally&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (sw != null)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sw.Close();&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:#00B050'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Now call this function into pageload method of your page... you will get the trace.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;You can add more properties/ information according to your needs.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-7590828020040081452?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/7590828020040081452/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/04/writing-log-to-text-file-with-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7590828020040081452'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7590828020040081452'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/04/writing-log-to-text-file-with-c.html' title='Writing Log to Text File with C#'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-1335724464770807239</id><published>2008-04-22T12:31:00.001+05:30</published><updated>2008-05-27T12:33:39.685+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><title type='text'>Enable pinging - Ping worker process every ( 30 seconds) </title><content type='html'>&lt;div class=Section1&gt;  &lt;p class=MsoNormal&gt;&lt;b&gt;Application Pools setting&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;b&gt;Enable pinging &amp;#8211; Ping worker process every (frequency in seconds) &lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;This setting specifies that each worker process will be pinged every n seconds, where n is the number specified in the selection box. This process is used to determine if a worker process is running correctly, or if it has been deadlocked. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;b&gt;What it mean ?&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Central to Health monitoring is process pinging. With process pinging, IIS periodically checks to see if worker processes are responsive. This means that the WWW Service (svchost.exe) sends a ping request at a specified interval to each worker process (w3wp.exe). If a worker process fails to respond to the ping request, either because it doesn&amp;#8217;t have additional threads available for processing incoming requests or because it&amp;#8217;s hung up, the WWW Service flags the worker process as unhealthy. If the worker process is in an idle but unresponsive state, the WWW Service terminates it immediately and a replacement worker process is created. Otherwise, the worker process is marked for recycling.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-1335724464770807239?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/1335724464770807239/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/04/enable-pinging-ping-worker-process.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/1335724464770807239'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/1335724464770807239'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/04/enable-pinging-ping-worker-process.html' title='Enable pinging - Ping worker process every ( 30 seconds) '/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-1144579842762298694</id><published>2008-04-17T12:50:00.001+05:30</published><updated>2008-05-27T12:35:30.922+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Useful links'/><title type='text'>Free Tax Calculator 2008 2009 India</title><content type='html'>&lt;div class="Section1"&gt;&lt;p class="MsoNormal"&gt;In my previous post I could not upload the Tax Calculator, Here I did it and posted it again.&lt;?xml:namespace prefix = o /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Please get if from &lt;a href="http://www.esnips.com//web/matespoint/?widget=birdButtonGold"&gt;HERE&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="color:red;"&gt;Note this is for salaried personal only.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-1144579842762298694?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/1144579842762298694/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/04/free-tax-calculator-2008-2009-india.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/1144579842762298694'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/1144579842762298694'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/04/free-tax-calculator-2008-2009-india.html' title='Free Tax Calculator 2008 2009 India'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-7269697074722762223</id><published>2008-04-17T10:04:00.001+05:30</published><updated>2008-05-27T12:35:30.923+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Useful links'/><title type='text'>Tips on Filling your Vehicles </title><content type='html'>&lt;div class=Section1&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;b&gt;&lt;span style='font-size:12.0pt; color:#7030A0'&gt;This is a Message received from a friend:&lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:12.0pt;color:#7030A0'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-align:justify;text-autospace:none'&gt;&lt;b&gt;&lt;span style='font-size:12.0pt;color:#00B050'&gt;I don't know what you guys are paying for petrol... but here in Durban, we are also paying higher, up to 47.35 per litre. But my line of work is in petroleum for about 31 years now, so here are some tricks to get more of your money's worth for every litre. &lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:12.0pt;color:#00B050'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-align:justify;text-autospace:none'&gt;&lt;b&gt;&lt;span style='font-size:12.0pt;color:#00B050'&gt;Here at the Marian Hill Pipeline, where I work in Durban, we deliver about 4 million litres in a 24-hour period thru the pipeline. &lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:12.0pt;color:#00B050'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-align:justify;text-autospace:none'&gt;&lt;b&gt;&lt;span style='font-size:12.0pt;color:#00B050'&gt;One day is diesel; the next day is jet fuel, and petrol, LRP and Unleaded. We have 34-storage tanks here with a total capacity of 16,800,000 litres. &lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:12.0pt; color:#00B050'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-align:justify;text-autospace:none'&gt;&lt;b&gt;&lt;span style='font-size:12.0pt;color:red'&gt;ONLY BUY OR FILL UP YOUR CAR OR BIKKIE IN THE EARLY MORNING WHEN THE GROUND TEMPERATURE IS STILL COLD. &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style='font-size:12.0pt;color:#00B050'&gt;Remember that all service stations have their storage tanks buried below ground. The colder the ground, the denser the fuel, when it gets warmer petrol expands, so buying in the afternoon or in the evening.... your litre is not exactly a litre. &lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:12.0pt;color:#00B050'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-align:justify;text-autospace:none'&gt;&lt;b&gt;&lt;span style='font-size:12.0pt;color:#00B050'&gt;In the petroleum business, the specific gravity and the temperature of the petrol, diesel and jet fuel, ethanol and other petroleum products play an important role. A 1degree rise in temperature is a big deal for this business. But the service stations do not have temperature compensation at the pumps. &lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:12.0pt; color:#00B050'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-align:justify;text-autospace:none'&gt;&lt;b&gt;&lt;span style='font-size:12.0pt;color:red'&gt;WHEN YOU'RE FILLING UP, DO NOT SQUEEZE THE TRIGGER OF THE NOZZLE TO A FAST MODE.&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style='font-size:12.0pt; color:#00B050'&gt; If you look, you will see that the trigger has three (3) stages: low, middle, and high. In slow mode, you should be pumping on low speed, thereby minimizing the vapours that are created, while you are pumping. All hoses at the pump have a vapour return. If you are pumping on the fast rate, some of the liquid that goes to your tank becomes vapour. Those vapours are being sucked up and back into the underground storage tank so you're getting less worth for your money. &lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:12.0pt; color:#00B050'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-align:justify;text-autospace:none'&gt;&lt;b&gt;&lt;span style='font-size:12.0pt;color:red'&gt;ONE OF THE MOST IMPORTANT TIPS IS TO FILL UP WHEN YOUR TANK IS HALF FULL.&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style='font-size:12.0pt; color:#00B050'&gt; The reason for this is, the more fuel you have in your tank, the less air occupying its empty space. Petrol evaporates faster than you can imagine. Petroleum storage tanks have an internal floating roof. This roof serves as zero clearance between the petrol and the atmosphere, so it minimizes the evaporation. &lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:12.0pt;color:#00B050'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-align:justify;text-autospace:none'&gt;&lt;b&gt;&lt;span style='font-size:12.0pt;color:#00B050'&gt;Unlike service stations, here where I work, every truck that we load is temperature compensated, so that every litre is actually the exact amount. &lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:12.0pt; color:#00B050'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-align:justify;text-autospace:none'&gt;&lt;b&gt;&lt;span style='font-size:12.0pt;color:red'&gt;ANOTHER REMINDER, IF THERE IS A FUEL TRUCK PUMPING INTO THE STORAGE TANKS, WHEN YOU STOP TO BUY, DO NOT FILL UP&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style='font-size:12.0pt;color:#00B050'&gt; - most likely the petrol/diesel is being stirred up as the fuel is being delivered, and you might pick up some of the dirt that normally settles on the bottom. &lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:12.0pt;color:#00B050'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-align:justify;text-autospace:none'&gt;&lt;b&gt;&lt;span style='font-size:12.0pt;color:#00B050'&gt;Hope, this will help you get the maximum value for your money. &lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:12.0pt;color:#00B050'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-align:justify;text-autospace:none'&gt;&lt;b&gt;&lt;span style='font-size:12.0pt;color:red'&gt;DO SHARE THESE TIPS WITH OTHERS! LET&amp;#8217;S SHARE INFORMATION AND BENEFIT ALL, FOR THE BETTER OF MANKIND. &lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:12.0pt;color:red'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-7269697074722762223?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/7269697074722762223/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/04/tips-on-filling-your-vehicles.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7269697074722762223'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7269697074722762223'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/04/tips-on-filling-your-vehicles.html' title='Tips on Filling your Vehicles '/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-63070633440955138</id><published>2008-04-11T14:39:00.000+05:30</published><updated>2008-04-11T14:42:38.637+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='FUN'/><title type='text'>A wonderful message for all who misuse their work phone : Joke </title><content type='html'>&lt;div class=Section1&gt;  &lt;div&gt;  &lt;p class=MsoNormal&gt;&lt;strong&gt;&lt;u&gt;&lt;span style='font-size:11.0pt;font-family:"Trebuchet MS","sans-serif"; color:navy'&gt;Phone Bill&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;span style='font-size:11.0pt; font-family:"Trebuchet MS","sans-serif"'&gt; &lt;/span&gt;&lt;b&gt;&lt;u&gt;&lt;span style='font-size: 11.0pt;font-family:"Trebuchet MS","sans-serif";color:#1F497D'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;div&gt;  &lt;div&gt;  &lt;div&gt;  &lt;div&gt;  &lt;p&gt;&lt;span lang=EN-ZA style='font-size:11.0pt;font-family:"Trebuchet MS","sans-serif"; color:black'&gt;The phone bill was exceptionally high and the man of the house called a family meeting...&lt;br&gt; &lt;/span&gt;&lt;b&gt;&lt;span lang=EN-ZA style='font-size:11.0pt;font-family:"Trebuchet MS","sans-serif"; color:red'&gt;&lt;br&gt; &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=EN-ZA style='font-size:11.0pt;font-family:"Trebuchet MS","sans-serif"; color:black'&gt;Dad:&lt;/span&gt;&lt;/b&gt;&lt;span lang=EN-ZA style='font-size:11.0pt; font-family:"Trebuchet MS","sans-serif";color:black'&gt; People this is unacceptable. You have to limit the use of the phone. I do not use this phone, I use the one at the office. &lt;br&gt; &lt;/span&gt;&lt;b&gt;&lt;span lang=EN-ZA style='font-size:11.0pt;font-family:"Trebuchet MS","sans-serif"; color:red'&gt;&lt;br&gt; &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=EN-ZA style='font-size:11.0pt;font-family:"Trebuchet MS","sans-serif"; color:black'&gt;Mum:&lt;/span&gt;&lt;/b&gt;&lt;span lang=EN-ZA style='font-size:11.0pt; font-family:"Trebuchet MS","sans-serif";color:black'&gt; Same here, I hardly use this home telephone as I use my work telephone &lt;br&gt; &lt;/span&gt;&lt;b&gt;&lt;span lang=EN-ZA style='font-size:11.0pt;font-family:"Trebuchet MS","sans-serif"; color:red'&gt;&lt;br&gt; &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=EN-ZA style='font-size:11.0pt;font-family:"Trebuchet MS","sans-serif"; color:black'&gt;Son:&lt;/span&gt;&lt;/b&gt;&lt;span lang=EN-ZA style='font-size:11.0pt; font-family:"Trebuchet MS","sans-serif";color:black'&gt; Me too, I never use the home phone. I always use my company mobile&lt;br&gt; &lt;/span&gt;&lt;b&gt;&lt;span lang=EN-ZA style='font-size:11.0pt;font-family:"Trebuchet MS","sans-serif"; color:red'&gt;&lt;br&gt; &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang=EN-ZA style='font-size:11.0pt;font-family:"Trebuchet MS","sans-serif"; color:black'&gt;Maid:&lt;/span&gt;&lt;/b&gt;&lt;span lang=EN-ZA style='font-size:11.0pt; font-family:"Trebuchet MS","sans-serif";color:black'&gt;&amp;nbsp;I know I am the one to be blamed but &amp;nbsp;what is the problem? We all use our work telephones&lt;/span&gt;&lt;span lang=EN-ZA style='font-size:11.0pt;font-family:"Trebuchet MS","sans-serif"; color:#1F497D'&gt;.&lt;/span&gt;&lt;span lang=EN-ZA style='font-size:11.0pt;font-family: "Trebuchet MS","sans-serif"'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style='font-size:10.0pt;font-family:"Trebuchet MS","sans-serif"; color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;/div&gt;  &lt;/div&gt;  &lt;/div&gt;  &lt;/div&gt;  &lt;div&gt;  &lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;span style='font-size:11.0pt; font-family:"Trebuchet MS","sans-serif"'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-63070633440955138?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/63070633440955138/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/04/wonderful-message-for-all-who-misuse.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/63070633440955138'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/63070633440955138'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/04/wonderful-message-for-all-who-misuse.html' title='A wonderful message for all who misuse their work phone : Joke '/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-4938635554971853274</id><published>2008-04-03T13:34:00.001+05:30</published><updated>2008-05-27T12:35:30.923+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Useful links'/><title type='text'>TAX Calculator for Financial Year 2008 - 2009</title><content type='html'>&lt;div class="Section1"&gt;&lt;p class="MsoNormal"&gt;A quick tax calculator by Economics Times for year 2008 - 2009.&lt;/p&gt;Please get it from &lt;a href="http://www.esnips.com/doc/6fba5d7d-5218-4a11-bf87-ff9b04efd6dd/Free-Tax-Calculator-2008-2009"&gt;here&lt;br /&gt;&lt;/a&gt;&lt;p class="MsoNormal"&gt;&lt;span style="FONT-WEIGHT: bold; COLOR: rgb(255,0,0)"&gt;Note:&lt;/span&gt; Only for employed person only&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-4938635554971853274?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/4938635554971853274/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/04/tax-calculator-for-financial-year-2008.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/4938635554971853274'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/4938635554971853274'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/04/tax-calculator-for-financial-year-2008.html' title='TAX Calculator for Financial Year 2008 - 2009'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-158594821109615987</id><published>2008-04-01T17:46:00.000+05:30</published><updated>2008-05-27T12:34:59.832+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Useful links'/><title type='text'>Linked bloggers</title><content type='html'>&lt;div class="Section1"&gt;&lt;p class="MsoNormal"&gt;&lt;b&gt;Blogger List&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;At this page I wish to see a lot of information about blogs and their links.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Please write comment to add you blog here.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;b&gt;Computers &amp;amp; Internet&lt;/b&gt;  &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;a href="http://matespoint.blogspot.com/"&gt;http://matespoint.blogspot.com&lt;/a&gt;       Technical hurdles while development.&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;a href="http://uiautomation.blogspot.com/"&gt;http://uiautomation.blogspot.com&lt;/a&gt;    All about UI Automation information.&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;b&gt;Education&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;a href="http://up-results.blogspot.com/"&gt;http://up-results.blogspot.com&lt;/a&gt;         Search Results, CPMT 2008, UP Board 2008 etc.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;b&gt;Fun and Entertainment&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;  &lt;/p&gt;    &lt;p class="MsoNormal"&gt;&lt;a href="http://rahul-games-movies.blogspot.com/"&gt;www.techieshangout.blogspot.com&lt;br /&gt;http://worldofinfotainment.blogspot.com&lt;br /&gt;http://rahul-games-movies.blogspot.com&lt;/a&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;a href="http://teentweens.blogspot.com/"&gt;http://teentweens.blogspot.com/&lt;/a&gt;&lt;/p&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;"&gt;&lt;/span&gt;&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;b&gt;Personal&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;  &lt;/p&gt;              &lt;p class="MsoNormal"&gt;&lt;a href="http://www.supershiva.blogspot.com/"&gt;http://mohanitguy.blogspot.com&lt;br /&gt;http://varunkrishna.blogspot.com&lt;br /&gt;http://freakers-digest.blogspot.com/&lt;br /&gt;www.sarv007.blogspot.com&lt;br /&gt;http://mhkharish.blogspot.com&lt;br /&gt;http://www.supershiva.blogspot.com&lt;br /&gt;http://www.versatilecollection.blogspot.com&lt;br /&gt;http://www.supershiva.blogspot.com&lt;/a&gt;&lt;/p&gt;  &lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;"&gt;&lt;a href="http://www.versatilecollection.blogspot.com/"&gt;http://www.versatilecollection.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;b&gt;IT Technologies&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;a href="http://itbuddy.blogspot.com"&gt;http://itbuddy.blogspot.com &lt;/a&gt;   &lt;br /&gt;&lt;a href="http://www.tech4logic.blogspot.com"&gt;http://www.tech4logic.blogspot.com&lt;/a&gt;&lt;br /&gt;&lt;a href="www.goldnvk.blogspot.com"&gt;www.goldnvk.blogspot.com &lt;/a&gt;&lt;br /&gt;&lt;a href="www.techieshangout.blogspot.com"&gt;www.techieshangout.blogspot.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://theblogresource.blogspot.com"&gt;http://theblogresource.blogspot.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://javabugger.blogspot.com"&gt;http://javabugger.blogspot.com&lt;/a&gt;&lt;br /&gt;&lt;a href="www.techieshangout.blogspot.com"&gt;www.techieshangout.blogspot.com&lt;/a&gt;&lt;br /&gt;&lt;b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;b&gt;Others&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 12pt; font-family: &amp;quot;Times New Roman&amp;quot;;"&gt;&lt;a href="http://trusted-money-making-sites-for-asians.blogspot.com/"&gt;http://trusted-money-making-sites-for-asians.blogspot.com/&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;i&gt;&lt;span style="color: rgb(192, 0, 0);font-size:8;" &gt;Note: These links remain there until you have this page into your blog. This applies for all, no discrepancy. If anybody wants to include his/her blog @ this page. He / She needs to include this page link into his/her page and leave a comment with his/her blog along the Category in which blog should be placed. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-158594821109615987?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/158594821109615987/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/04/linked-bloggers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/158594821109615987'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/158594821109615987'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/04/linked-bloggers.html' title='Linked bloggers'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-5947975769055750031</id><published>2008-03-20T15:21:00.001+05:30</published><updated>2008-05-06T15:27:11.112+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><category scheme='http://www.blogger.com/atom/ns#' term='C# FAQ'/><title type='text'>Proxy class generation from WSDL in .NET 2.0 and .NET3.0</title><content type='html'>&lt;div class="Section1"&gt;&lt;p class="MsoNormal"&gt;Proxy class generation from WSDL in .NET 2.0&lt;?xml:namespace prefix = o /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;The following command creates a .wsdl file for the XML Web service located at the specified URL and creates a client proxy class in the C# language for the XML Web service.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;wsdl &lt;a href="http://hostserver/WebserviceRoot/WebServiceName.asmx?WSDL"&gt;http://hostServer/WebserviceRoot/WebServiceName.asmx?WSDL&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;The following command creates a client proxy class in the C# language for an XML Web service located at the specified URL. The tool saves the client proxy class in the file myProxyClass.cs&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;wsdl /out:myProxyClass.cs &lt;a href="http://hostserver/WebserviceRoot/WebServiceName.asmx?WSDL"&gt;http://hostServer/WebserviceRoot/WebServiceName.asmx?WSDL&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;For more visit to:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/7h3ystb6(VS.71).aspx"&gt;http://msdn2.microsoft.com/en-us/library/7h3ystb6(VS.71).aspx&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Proxy class generation from WSDL in .NET 3.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Use this command to generate proxy class from a web service.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;WseWsdl3 &lt;a href="http://hostserver/WebServiceRoot/WebServiceName.asmx?WSDL"&gt;http://hostServer/WebServiceRoot/WebServiceName.asmx?WSDL&lt;/a&gt; /out:MyProxyClass.cs&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;This will generate the class MyProxyClass.cs which we can include in our solution to create an object of this and then call the appropriate method.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;For more visit to :&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/aa529578.aspx"&gt;http://msdn2.microsoft.com/en-us/library/aa529578.aspx&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-5947975769055750031?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/5947975769055750031/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/03/proxy-class-generation-from-wsdl-in-net.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5947975769055750031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5947975769055750031'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/03/proxy-class-generation-from-wsdl-in-net.html' title='Proxy class generation from WSDL in .NET 2.0 and .NET3.0'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-3705756073493870499</id><published>2008-03-04T18:04:00.001+05:30</published><updated>2008-03-08T12:30:12.453+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>Passing Data from one sp to other sp using Temp Table.</title><content type='html'>&lt;div class=Section1&gt;  &lt;p class=MsoNormal&gt;Passing Data from one sp to other sp using Temp Table.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Hi, &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Here I tried a trick, there may be others trick also to do the same.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;CREATE PROCEDURE Proc_Record_Insertion&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;-- This #Temp1 table is defined in the other sp which I am using here.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;INSERT INTO #Temp1(id,info) VALUES(1,'Mohammad')&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;INSERT INTO #Temp1(id,info) VALUES(2,'Irfan');&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;INSERT INTO #Temp1(id,info) VALUES(3,'matespoint@gmail.com');&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;INSERT INTO #Temp1(id,info) VALUES(4,'matespoint.blogspot.com');&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;GO&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;-- This will create a sp Proc_TempTableCreate which create a Temp table and insert four recors into it.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;CREATE PROCEDURE Proc_UseTempData&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;BEGIN&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;CREATE TABLE #Temp1 &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (id int,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;info varchar(40) )&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;-- Executing the sp&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;EXEC Proc_Record_Insertion&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;SELECT * FROM #Temp1&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;END&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-3705756073493870499?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/3705756073493870499/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/03/passing-data-from-one-sp-to-other-sp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3705756073493870499'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3705756073493870499'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/03/passing-data-from-one-sp-to-other-sp.html' title='Passing Data from one sp to other sp using Temp Table.'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-5558397594456678279</id><published>2008-03-04T18:02:00.001+05:30</published><updated>2008-03-08T12:30:24.637+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><title type='text'>Reading URL thru HttpRequest in C#</title><content type='html'>&lt;div class=Section1&gt;  &lt;p class=MsoNormal&gt;Here is the sample code for reading Http request.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;HttpWebRequest request = null;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; string url = &amp;#8220;http://matespoint.blogspot.com&amp;#8221;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; // Create web request&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; request = (HttpWebRequest)WebRequest.Create(url);&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; // Set value for request headers&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; request.Method = &amp;quot;GET&amp;quot;;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; request.ProtocolVersion = HttpVersion.Version11;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; request.AllowAutoRedirect = false;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; request.Accept = &amp;quot;*/*&amp;quot;;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; request.UserAgent = &amp;quot;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)&amp;quot;;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; request.Headers.Add(&amp;quot;Accept-Language&amp;quot;, &amp;quot;en-us&amp;quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; request.KeepAlive = true;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; StreamReader responseStream = null;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; HttpWebResponse webResponse = null;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; string webResponseStream = string.Empty;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; // Get response for http web request&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; webResponse = (HttpWebResponse)request.GetResponse();&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; responseStream = new StreamReader(webResponse.GetResponseStream());&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;// Read web response into string&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp; webResponseStream = responseStream.ReadToEnd();&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-5558397594456678279?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/5558397594456678279/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/03/reading-url-thru-httprequest-in-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5558397594456678279'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5558397594456678279'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/03/reading-url-thru-httprequest-in-c.html' title='Reading URL thru HttpRequest in C#'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-7533275461670904224</id><published>2008-03-03T16:30:00.000+05:30</published><updated>2008-03-08T12:30:12.453+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>IF EXIST Vs COUNT(*) - SQL Server</title><content type='html'>&lt;div class=Section1&gt;  &lt;p class=MsoNormal&gt;IF EXIST Vs COUNT(*)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Many times we see that people use count(*) to get the condition that if we have any record like &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;IF (SELECT COUNT(*) FROM Employee where Salaried =0 ) &amp;gt;0&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;BEGIN&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;PRINT 'Yes Got It'&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;-- Do your calculation here.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;END&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;We are doing some calculation if we get Salaried=0 for at least once. And I know many times we use the same trick.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;quot;The cost for getting the count(*) is that it counts all the data we get by where clause.&amp;quot;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Use if exist to reduce this overhead.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;IF EXISTS(SELECT * FROM Employee where Salaried =0)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;BEGIN&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;PRINT 'Yes Get it'&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;-- Do your calculation here.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;END&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;In this as soon as we get the first record further execution stops and it comes out of the if condition with true. If this not get any result then will cost same as above query.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-7533275461670904224?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/7533275461670904224/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/03/if-exist-vs-count-sql-server.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7533275461670904224'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7533275461670904224'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/03/if-exist-vs-count-sql-server.html' title='IF EXIST Vs COUNT(*) - SQL Server'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-8418177247018220357</id><published>2008-02-25T19:10:00.000+05:30</published><updated>2008-03-08T12:30:12.453+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>Uses of GO in SQL </title><content type='html'>&lt;div class=Section1&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='color:blue'&gt;Very interesting question, can anybody what will be the answer if we execute this query by selecting all at once.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='color:blue'&gt;DECLARE&lt;/span&gt;&lt;span style='color:windowtext'&gt; @Test1 &lt;/span&gt;&lt;span style='color:blue'&gt;int&lt;/span&gt;&lt;span style='color:gray'&gt;,&lt;/span&gt;&lt;span style='color:windowtext'&gt; @Test2 &lt;/span&gt;&lt;span style='color:blue'&gt;VARCHAR&lt;/span&gt;&lt;span style='color:gray'&gt;(&lt;/span&gt;&lt;span style='color:windowtext'&gt;20&lt;/span&gt;&lt;span style='color:gray'&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='color:blue'&gt;SET&lt;/span&gt;&lt;span style='color:windowtext'&gt; @Test1 &lt;/span&gt;&lt;span style='color:gray'&gt;=&lt;/span&gt;&lt;span style='color:windowtext'&gt; 1&lt;/span&gt;&lt;span style='color:gray'&gt;;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='color:blue'&gt;SET&lt;/span&gt;&lt;span style='color:windowtext'&gt; @Test2 &lt;/span&gt;&lt;span style='color:gray'&gt;=&lt;/span&gt;&lt;span style='color:windowtext'&gt; &lt;/span&gt;&lt;span style='color:red'&gt;'Character'&lt;/span&gt;&lt;span style='color:gray'&gt;;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='color:blue'&gt;SELECT&lt;/span&gt;&lt;span style='color:windowtext'&gt; @Test1&lt;/span&gt;&lt;span style='color:gray'&gt;,&lt;/span&gt;&lt;span style='color:windowtext'&gt;@Test2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='color:windowtext'&gt;GO&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='color:blue'&gt;SELECT&lt;/span&gt;&lt;span style='color:windowtext'&gt; @Test1&lt;/span&gt;&lt;span style='color:gray'&gt;,&lt;/span&gt;&lt;span style='color:windowtext'&gt;@Test2&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-size:8.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span style='mso-list:Ignore'&gt;-&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;Either it through an error&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span style='mso-list:Ignore'&gt;-&lt;span style='font:7.0pt "Times New Roman"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;Or Give 1 Character twice.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-size:8.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='color:windowtext'&gt;Yes &amp;#8211; It will through error as @Test1 is undefined, because after GO it ends the scope of declaration of the variable.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='color:blue'&gt;Here we seen the scope of Variable declaring into SQL.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-size:8.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-8418177247018220357?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/8418177247018220357/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/02/uses-of-go-in-sql.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8418177247018220357'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8418177247018220357'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/02/uses-of-go-in-sql.html' title='Uses of GO in SQL '/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-5371195231992067958</id><published>2008-02-22T12:19:00.001+05:30</published><updated>2008-03-08T12:30:12.454+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>Getting all columns for a Table</title><content type='html'>&lt;div class=Section1&gt;  &lt;p class=MsoNormal&gt;Using INFORMATION_SCHEMA View&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Getting all columns for a Table&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;SELECT&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;*&lt;/span&gt;&lt;span style='font-family: "Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;FROM&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:green'&gt;INFORMATION_SCHEMA.COLUMNS&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;where&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; TABLE_NAME &lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;=&lt;/span&gt;&lt;span style='font-family: "Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:red'&gt;'&amp;lt;TABLE NAME&amp;gt;'&lt;/span&gt;&lt;span style='font-size:8.0pt'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Getting all constraints for a Table&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;SELECT&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;*&lt;/span&gt;&lt;span style='font-family: "Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;FROM&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt;&amp;nbsp; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:green'&gt;INFORMATION_SCHEMA.TABLE_CONSTRAINTS&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;where&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; TABLE_NAME &lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;=&lt;/span&gt;&lt;span style='font-family: "Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:red'&gt;'&amp;lt;TABLE NAME&amp;gt;'&lt;/span&gt;&lt;span style='font-size:8.0pt'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-size:8.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Getting all check constraints for a Table&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;SELECT&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;*&lt;/span&gt;&lt;span style='font-family: "Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;FROM&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:green'&gt;INFORMATION_SCHEMA.CHECK_CONSTRAINTS&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;where&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; CONSTRAINT_NAME &lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;IN&lt;/span&gt;&lt;span style='font-family: "Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:gray'&gt;(&lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;SELECT&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; CONSTRAINT_NAME &lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;FROM&lt;/span&gt;&lt;span style='font-family: "Courier New";color:windowtext'&gt;&amp;nbsp; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:green'&gt;INFORMATION_SCHEMA.TABLE_CONSTRAINTS&lt;/span&gt;&lt;span style='font-family: "Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;where&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; TABLE_NAME &lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;=&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:red'&gt;'&amp;lt;TABLE NAME&amp;gt;'&lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;For more about INFORMATION_SCHEMA please visit (However this link is a kb for a bug still has enough pointers to go ahead)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;a href="http://support.microsoft.com/kb/294350"&gt;http://support.microsoft.com/kb/294350&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Happy learning&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-5371195231992067958?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/5371195231992067958/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/02/getting-all-columns-for-table.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5371195231992067958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5371195231992067958'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/02/getting-all-columns-for-table.html' title='Getting all columns for a Table'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-656276618355592223</id><published>2008-02-20T15:49:00.001+05:30</published><updated>2008-02-20T22:29:50.806+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SilverLight'/><title type='text'>SilverLight 1.1 MediaElement Example</title><content type='html'>&lt;div class=Section1&gt;  &lt;p class=MsoNormal&gt;Here are the links for SilverLight 1.1 MediaElement example.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Nice links to get hands on SilverLight 1.1&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;a href="http://blogs.msdn.com/coding4fun/archive/2008/01/22/7163484.aspx"&gt;http://blogs.msdn.com/coding4fun/archive/2008/01/22/7163484.aspx&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;a href="http://www.codeproject.com/KB/silverlight/SLFun.aspx"&gt;http://www.codeproject.com/KB/silverlight/SLFun.aspx&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Do it and Have fun!&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-size:9.0pt;color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-656276618355592223?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/656276618355592223/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/02/silverlight-11-mediaelement-example.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/656276618355592223'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/656276618355592223'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/02/silverlight-11-mediaelement-example.html' title='SilverLight 1.1 MediaElement Example'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-4835456334548448519</id><published>2008-02-20T11:12:00.000+05:30</published><updated>2008-02-20T22:32:29.745+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SilverLight'/><title type='text'>Mediaelement not showing the media.</title><content type='html'>&lt;div class="Section1"&gt;&lt;p class="MsoNormal"&gt;SilverLight 1.1 Media element not showing the media.&lt;?xml:namespace prefix = o /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Mediaelement not working with my case, but may be th&lt;span style="color:#1f497d;"&gt;e&lt;/span&gt;s&lt;span style="color:#1f497d;"&gt;e&lt;/span&gt; link&lt;span style="color:#1f497d;"&gt;s&lt;/span&gt; will help in your case.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;a href="http://silverlight.net/forums/p/1532/8690.aspx#8690"&gt;http://silverlight.net/forums/p/1532/8690.aspx#8690&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="color:#1f497d;"&gt;&lt;a href="http://silverlight.net/forums/t/2914.aspx"&gt;http://silverlight.net/forums/t/2914.aspx&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;I am using like &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:#a31515;"&gt;MediaElement&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt; &lt;/span&gt;&lt;span style="font-family:'Courier New';color:red;"&gt;Width&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt;=&lt;/span&gt;&lt;span style="font-family:'Courier New';color:windowtext;"&gt;"&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt;400&lt;/span&gt;&lt;span style="font-family:'Courier New';color:windowtext;"&gt;"&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt; &lt;/span&gt;&lt;span style="font-family:'Courier New';color:red;"&gt;Height&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt;=&lt;/span&gt;&lt;span style="font-family:'Courier New';color:windowtext;"&gt;"&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt;300&lt;/span&gt;&lt;span style="font-family:'Courier New';color:windowtext;"&gt;"&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt; &lt;/span&gt;&lt;span style="font-family:'Courier New';color:red;"&gt;Canvas.Left&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt;=&lt;/span&gt;&lt;span style="font-family:'Courier New';color:windowtext;"&gt;"&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt;10&lt;/span&gt;&lt;span style="font-family:'Courier New';color:windowtext;"&gt;"&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt; &lt;/span&gt;&lt;span style="font-family:'Courier New';color:red;"&gt;Canvas.Top&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt; =&lt;/span&gt;&lt;span style="font-family:'Courier New';color:windowtext;"&gt;"&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt;10&lt;/span&gt;&lt;span style="font-family:'Courier New';color:windowtext;"&gt;"&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt; &lt;/span&gt;&lt;span style="font-family:'Courier New';color:red;"&gt;Source&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt;=&lt;/span&gt;&lt;span style="font-family:'Courier New';color:windowtext;"&gt;"&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt;viz.wmv&lt;/span&gt;&lt;span style="font-family:'Courier New';color:windowtext;"&gt;"&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt; &lt;/span&gt;&lt;span style="font-family:'Courier New';color:red;"&gt;AutoPlay&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt;=&lt;/span&gt;&lt;span style="font-family:'Courier New';color:windowtext;"&gt;"&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt;True&lt;/span&gt;&lt;span style="font-family:'Courier New';color:windowtext;"&gt;"&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt;/&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt;It don’t showing any error but not showing the video also. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family:'Courier New';color:blue;"&gt;When I tried using &lt;a href="http://sever/viz.wmv"&gt;http://sever/viz.wmv&lt;/a&gt; its giving download error ErrorType: 1001&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:8;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Trying to get what may be the reason.&lt;/p&gt;&lt;p class="MsoNormal"&gt;After a lot of hard work I get the problem.&lt;/p&gt;&lt;p class="MsoNormal"&gt;The video file I was using having some problem, however this was working with media file. Funny na ?? So let check with other media file also, if you are facing the same problem.&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-4835456334548448519?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/4835456334548448519/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/02/mediaelement-not-showing-media_19.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/4835456334548448519'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/4835456334548448519'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/02/mediaelement-not-showing-media_19.html' title='Mediaelement not showing the media.'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-7469675766817948523</id><published>2008-02-20T11:04:00.000+05:30</published><updated>2008-02-20T22:29:50.807+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SilverLight'/><title type='text'>mediaelement not showing the media.</title><content type='html'>&lt;div class=Section1&gt;  &lt;p class=MsoNormal&gt;SilverLight 1.1 Media element not showing the media.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Mediaelement not working with my case, but may be this link will help in your case.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;http://silverlight.net/forums/p/1532/8690.aspx#8690&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;I am using like &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;&amp;lt;&lt;/span&gt;&lt;span style='font-family:"Courier New";color:#A31515'&gt;MediaElement&lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt; &lt;/span&gt;&lt;span style='font-family: "Courier New";color:red'&gt;Width&lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;=&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt;&amp;quot;&lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;400&lt;/span&gt;&lt;span style='font-family: "Courier New";color:windowtext'&gt;&amp;quot;&lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:red'&gt;Height&lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;=&lt;/span&gt;&lt;span style='font-family: "Courier New";color:windowtext'&gt;&amp;quot;&lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;300&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt;&amp;quot;&lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt; &lt;/span&gt;&lt;span style='font-family: "Courier New";color:red'&gt;Canvas.Left&lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;=&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt;&amp;quot;&lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;10&lt;/span&gt;&lt;span style='font-family: "Courier New";color:windowtext'&gt;&amp;quot;&lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:red'&gt;Canvas.Top&lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt; =&lt;/span&gt;&lt;span style='font-family: "Courier New";color:windowtext'&gt;&amp;quot;&lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;10&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt;&amp;quot;&lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt; &lt;/span&gt;&lt;span style='font-family: "Courier New";color:red'&gt;Source&lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;=&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt;&amp;quot;&lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;viz.wmv&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt;&amp;quot;&lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt; &lt;/span&gt;&lt;span style='font-family: "Courier New";color:red'&gt;AutoPlay&lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;=&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt;&amp;quot;&lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;True&lt;/span&gt;&lt;span style='font-family: "Courier New";color:windowtext'&gt;&amp;quot;&lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;/&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;It don&amp;#8217;t showing any error but not showing the video also. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;When I tried using &lt;a href="http://sever/viz.wmv"&gt;http://sever/viz.wmv&lt;/a&gt; its giving download error ErrorType: 1001&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-size:8.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Trying to get what may be the reason.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-7469675766817948523?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/7469675766817948523/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/02/mediaelement-not-showing-media.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7469675766817948523'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7469675766817948523'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/02/mediaelement-not-showing-media.html' title='mediaelement not showing the media.'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-6101374738960862101</id><published>2008-02-15T11:13:00.001+05:30</published><updated>2008-02-17T11:53:06.537+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>Getting all the constraints for a Table</title><content type='html'>&lt;div class=Section1&gt;  &lt;p class=MsoNormal&gt;How to get all the constraints for a table?&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Sysconstraints table &amp;#8211; &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;This is the table which contains the constraints which are defined on various tables.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;If you query by &amp;#8211; SELECT * FROM sysconstraints&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;You will get OUTPUT &amp;#8211;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:8.0pt; font-family:"Courier New";color:windowtext'&gt;constid&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; colid&amp;nbsp; spare1 status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; actions&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:8.0pt; font-family:"Courier New";color:windowtext'&gt;----------- ----------- ------ ------ ----------- ----------- ------&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:8.0pt; font-family:"Courier New";color:windowtext'&gt;2099048&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2133582639&amp;nbsp; 6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2069&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4096&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:8.0pt; font-family:"Courier New";color:windowtext'&gt;11147085&amp;nbsp;&amp;nbsp;&amp;nbsp; 1269579561&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2067&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4096&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:8.0pt; font-family:"Courier New";color:windowtext'&gt;14623095&amp;nbsp;&amp;nbsp;&amp;nbsp; 2130106629&amp;nbsp; 6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2069&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4096&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:8.0pt; font-family:"Courier New";color:windowtext'&gt;27147142&amp;nbsp;&amp;nbsp;&amp;nbsp; 1301579675&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2067&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4096&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-size:8.0pt;font-family:"Courier New"; color:windowtext'&gt;For details go to &lt;a href="http://msdn2.microsoft.com/en-us/library/aa260399(sql.80).aspx"&gt;http://msdn2.microsoft.com/en-us/library/aa260399(sql.80).aspx&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-size:8.0pt'&gt;Now come to the actual point &amp;#8211; getting all constraints for a table&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-size:8.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;SELECT&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:fuchsia'&gt;OBJECT_NAME&lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;(&lt;/span&gt;&lt;span style='font-family: "Courier New";color:windowtext'&gt;constid&lt;/span&gt;&lt;span style='font-family:"Courier New"; color:gray'&gt;)&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:red'&gt;'Constraint Name'&lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-family:"Courier New"; color:windowtext'&gt;&amp;nbsp; constid &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:red'&gt;'Constraint ID'&lt;/span&gt;&lt;span style='font-family:"Courier New"; color:gray'&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-family:"Courier New"; color:windowtext'&gt;&amp;nbsp; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;CASE&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;(&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt;status &lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;&amp;amp;&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; 0xF&lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-family:"Courier New"; color:windowtext'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;WHEN&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; 0x1 &lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;THEN&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:red'&gt;'Primary Key'&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-family:"Courier New"; color:windowtext'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;WHEN&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; 0x2 &lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;THEN&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:red'&gt;'Unique'&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-family:"Courier New"; color:windowtext'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;WHEN&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; 0x3 &lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;THEN&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:red'&gt;'Foreign Key'&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-family:"Courier New"; color:windowtext'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;WHEN&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; 0x4 &lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;THEN&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:red'&gt;'Check'&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-family:"Courier New"; color:windowtext'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;WHEN&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; 0x5 &lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;THEN&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:red'&gt;'Default'&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-family:"Courier New"; color:windowtext'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;ELSE&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:red'&gt;'Undefined'&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-family:"Courier New"; color:windowtext'&gt;&amp;nbsp; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;END&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:red'&gt;'Constraint Type'&lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-family:"Courier New"; color:windowtext'&gt;&amp;nbsp; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;CASE&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;(&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt;status &lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;&amp;amp;&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; 0x30&lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-family:"Courier New"; color:windowtext'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;WHEN&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; 0x10 &lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;THEN&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:red'&gt;'Column Level'&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-family:"Courier New"; color:windowtext'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;WHEN&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; 0x20 &lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;THEN&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:red'&gt;'Table Level'&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-family:"Courier New"; color:windowtext'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;ELSE&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:red'&gt;'Unknown'&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-family:"Courier New"; color:windowtext'&gt;&amp;nbsp; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;END&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:red'&gt;'Constraint Level'&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-family:"Courier New"; color:windowtext'&gt;&amp;nbsp; &lt;/span&gt;&lt;span style='font-family:"Courier New"; color:blue'&gt;FROM&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; sysconstraints&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt;&amp;nbsp; &lt;/span&gt;&lt;span style='font-family:"Courier New";color:blue'&gt;WHERE&lt;/span&gt;&lt;span style='font-family:"Courier New";color:windowtext'&gt; id&lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;=&lt;/span&gt;&lt;span style='font-family: "Courier New";color:fuchsia'&gt;OBJECT_ID&lt;/span&gt;&lt;span style='font-family:"Courier New"; color:gray'&gt;(&lt;/span&gt;&lt;span style='font-family:"Courier New";color:red'&gt;&amp;#8216;TABLE_NAME&amp;#8217;&lt;/span&gt;&lt;span style='font-family:"Courier New";color:gray'&gt;)&lt;/span&gt;&lt;span style='font-size: 8.0pt'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-size:8.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;span style='font-size:8.0pt'&gt;This will result to all the constraints applied to this table.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-6101374738960862101?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/6101374738960862101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/02/getting-all-constraints-for-table.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/6101374738960862101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/6101374738960862101'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/02/getting-all-constraints-for-table.html' title='Getting all the constraints for a Table'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-4904128967475044505</id><published>2008-02-12T15:25:00.000+05:30</published><updated>2008-02-17T11:55:15.226+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SilverLight'/><title type='text'>Error code 1001 silverlight</title><content type='html'>&lt;div class=Section1&gt;  &lt;p class=MsoNormal&gt;While I run a silver light application, I get the &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Silverlight error message&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Error Code: 1001&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Error Type: DownloadError &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Message: AG_E_UNKNOWN_ERROR&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;Solution: Visit the following link&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;a href="http://silverlight.net/forums/t/586.aspx"&gt;http://silverlight.net/forums/t/586.aspx&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-4904128967475044505?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/4904128967475044505/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2008/02/error-code-1001-silverlight.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/4904128967475044505'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/4904128967475044505'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2008/02/error-code-1001-silverlight.html' title='Error code 1001 silverlight'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-7660172298447345779</id><published>2007-12-19T12:08:00.000+05:30</published><updated>2008-03-08T12:30:43.561+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><title type='text'>How to close secure connection</title><content type='html'>I have two web service suppose A and B which should be call from an application, for this I am using Proxy class and meking the call. To get access these services one need to have client certificate. Now the problem is that when I calling the services one by one A and B one in one go , A is working but B is failing. But if i call both in one go [ofcourse one by one] both  A and B work.&lt;br /&gt;&lt;br /&gt;What may be the problem??&lt;br /&gt;&lt;br /&gt;I think it is due to once connection is opened by A used by the B so both passes while in case of individual A and B fail. If we change the order of calling now the B fails , A passes.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-7660172298447345779?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/7660172298447345779/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2007/12/how-to-close-secure-connection.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7660172298447345779'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7660172298447345779'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2007/12/how-to-close-secure-connection.html' title='How to close secure connection'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-5681928075819703101</id><published>2007-09-27T12:09:00.000+05:30</published><updated>2008-02-17T11:58:05.977+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><title type='text'>Application Instance is already running in C#</title><content type='html'>&lt;div class=Section1&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;b&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New";color:red'&gt;How to make sure that only one instance of application is running in C#&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New";color:green'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New";color:green'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New";color:blue'&gt;public&lt;/span&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New"'&gt; &lt;span style='color:blue'&gt;static&lt;/span&gt; &lt;span style='color:blue'&gt;void&lt;/span&gt; Main(&lt;span style='color:blue'&gt;string&lt;/span&gt;[] args)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;span style='color:green'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='margin-left:.5in;text-indent:.5in;text-autospace: none'&gt;&lt;span style='font-size:10.0pt;font-family:"Courier New";color:green'&gt;// ----------------------------------------------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style='color:blue'&gt;bool&lt;/span&gt; running;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style='color:teal'&gt;Mutex&lt;/span&gt; mutex = &lt;span style='color:blue'&gt;new&lt;/span&gt; &lt;span style='color:teal'&gt;Mutex&lt;/span&gt;(&lt;span style='color:blue'&gt;true&lt;/span&gt;, &lt;span style='color:teal'&gt;&amp;#8220;Your application name&amp;#8221;&lt;/span&gt;, &lt;span style='color:blue'&gt;out&lt;/span&gt; running);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New"'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style='color:blue'&gt;if&lt;/span&gt; (!running)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Console.WriteLine(&lt;span style='color:maroon'&gt;&amp;quot;Another instance is already running.&amp;quot;&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Console.WriteLine (&lt;span style='color:teal'&gt;Messages&lt;/span&gt;.ExitMessage);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style='color:teal'&gt;Console&lt;/span&gt;.ReadKey(&lt;span style='color:blue'&gt;false&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style='color:blue'&gt;return&lt;/span&gt;;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='margin-left:.5in;text-indent:.5in;text-autospace: none'&gt;&lt;span style='font-size:10.0pt;font-family:"Courier New";color:green'&gt;// -----------------------------------------------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New";color:green'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New";color:green'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='margin-left:.5in;text-indent:.5in;text-autospace: none'&gt;&lt;span style='font-size:10.0pt;font-family:"Courier New";color:green'&gt;Your all working code will go here&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New";color:green'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New";color:green'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='margin-left:.5in;text-indent:.5in;text-autospace: none'&gt;&lt;span style='font-size:10.0pt;font-family:"Courier New";color:green'&gt;// -------- Don&amp;#8217;t forget to include this &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New";color:green'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style='color:teal'&gt;GC&lt;/span&gt;.KeepAlive(mutex);&amp;nbsp; &lt;span style='color:green'&gt;//1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New"'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New"'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mutex.ReleaseMutex(); &lt;span style='color:green'&gt;//2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='margin-left:.5in;text-autospace:none'&gt;&lt;span style='font-size:10.0pt;font-family:"Courier New"'&gt;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal style='text-autospace:none'&gt;&lt;span style='font-size:10.0pt; font-family:"Courier New";color:green'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:10.0pt;font-family:"Courier New"; color:green'&gt;Note: Use only one either 1 or 2 both will works, but make sure one is present.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:10.0pt;font-family:"Courier New"; color:green'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:10.0pt;font-family:"Courier New"; color:green'&gt;Now only one application will run at a time.&lt;/span&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-5681928075819703101?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/5681928075819703101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2007/09/application-instance-is-already-running.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5681928075819703101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5681928075819703101'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2007/09/application-instance-is-already-running.html' title='Application Instance is already running in C#'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-8697784896250344953</id><published>2007-05-02T11:08:00.000+05:30</published><updated>2007-05-02T11:24:25.909+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>How to get the first not null column from a table?</title><content type='html'>Hey , really a tricky question , select all the values into a single column from a table which is first not null in that table.&lt;br /&gt;For Exapmle&lt;br /&gt;There is table test&lt;br /&gt;&lt;table width="500"&gt;&lt;tbody&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;id&lt;/td&gt;&lt;td&gt;col1&lt;/td&gt;&lt;td&gt;col2&lt;/td&gt;&lt;td&gt;col3&lt;/td&gt;&lt;td&gt;col4&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;NULL&lt;/td&gt;&lt;td&gt;NULL&lt;/td&gt;&lt;td&gt;W&lt;/td&gt;&lt;td&gt;M&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;Q&lt;/td&gt;&lt;td&gt;NULL &lt;/td&gt;&lt;td&gt;R&lt;/td&gt;&lt;td&gt;NULL&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;3 &lt;/td&gt;&lt;td&gt;NULL&lt;/td&gt;&lt;td&gt;W&lt;/td&gt;&lt;td&gt;P&lt;/td&gt;&lt;td&gt;T&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;4&lt;/td&gt;&lt;td&gt;NULL&lt;/td&gt;&lt;td&gt;NULL &lt;/td&gt;&lt;td&gt;NULL&lt;/td&gt;&lt;td&gt;S&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;Now I want to get the result like that in a single column&lt;br /&gt;First Not NULL Values&lt;br /&gt;W&lt;br /&gt;Q&lt;br /&gt;W&lt;br /&gt;S&lt;br /&gt;&lt;br /&gt;So what you think how can we get that,&lt;br /&gt;First thing is that you can use cursor and loop each row and get them.&lt;br /&gt;The second one is the use of COALESCE to get that&lt;br /&gt;&lt;br /&gt;this query will get the result&lt;br /&gt;&lt;br /&gt;SELECT COALESCE(col1,col2,colo3,col4) FROM TEST&lt;br /&gt;&lt;br /&gt;If you have any query you can ask me at &lt;a href="mailto:matespoint@gmail.com"&gt;matespoint@gmail.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-8697784896250344953?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/8697784896250344953/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2007/05/how-to-get-first-not-null-column-from.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8697784896250344953'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/8697784896250344953'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2007/05/how-to-get-first-not-null-column-from.html' title='How to get the first not null column from a table?'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-3233630721945323183</id><published>2007-03-29T14:51:00.000+05:30</published><updated>2008-03-08T12:31:07.475+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><category scheme='http://www.blogger.com/atom/ns#' term='C# FAQ'/><title type='text'>Sending Email thru C#</title><content type='html'>Sending email thru C#, .NET 2.0 , with attachment,&lt;br /&gt;&lt;br /&gt;using System;&lt;br /&gt;using System.Collections.Generic;&lt;br /&gt;using System.ComponentModel;&lt;br /&gt;using System.Data;&lt;br /&gt;using System.Drawing;&lt;br /&gt;using System.Text;&lt;br /&gt;using System.Windows.Forms;&lt;br /&gt;using System.Net.Mail;&lt;br /&gt;&lt;br /&gt;namespace MailConnect&lt;br /&gt;{&lt;br /&gt;public partial class Form1 : Form&lt;br /&gt;{&lt;br /&gt;public Form1()&lt;br /&gt;{&lt;br /&gt;InitializeComponent();&lt;br /&gt;}&lt;br /&gt;private void Sendbutton_Click(object sender, EventArgs e)&lt;br /&gt;{&lt;br /&gt;MailMessage aMessage = new MailMessage("matespoint&lt;a href="mailto:matespoint@gmail.com"&gt;@gmail.com&lt;/a&gt;", "&lt;a href="mailto:xyz@yahoo.com"&gt;xyz@yahoo.com&lt;/a&gt;");&lt;br /&gt;aMessage.Subject = "This is test message";&lt;br /&gt;aMessage.Body = "Body text message";&lt;br /&gt;&lt;br /&gt;Attachment aT = new Attachment("C:\files.doc");&lt;br /&gt;aMessage.Attachments.Add(aT);&lt;br /&gt;aT = new Attachment("C:\files.pdf");&lt;br /&gt;aMessage.Attachments.Add(aT);&lt;br /&gt;&lt;br /&gt;SmtpClient aClient = new SmtpClient(servername, 25);&lt;br /&gt;aClient.DeliveryMethod = SmtpDeliveryMethod.PickupDirectoryFromIis;&lt;br /&gt;aClient.Send(aMessage);&lt;br /&gt;MessageLabel.Text = "Mail has been sent successfully";&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-3233630721945323183?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/3233630721945323183/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2007/03/sending-email-thru-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3233630721945323183'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3233630721945323183'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2007/03/sending-email-thru-c.html' title='Sending Email thru C#'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-124157761660730703</id><published>2007-03-22T16:55:00.000+05:30</published><updated>2007-03-22T17:02:50.335+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>Concatenate strings from a column into a single row?</title><content type='html'>CREATE DATABASE Test1&lt;br /&gt;Go&lt;br /&gt;Use Test1&lt;br /&gt;set nocount on&lt;br /&gt;CREATE TABLE dbo.Test2&lt;br /&gt;(&lt;br /&gt;Col1 int identity,&lt;br /&gt;Col2 varchar (5) default('aaaaa')&lt;br /&gt;)&lt;br /&gt;declare @loop&lt;br /&gt;int set @loop = 1&lt;br /&gt;while @loop &lt;= 100 &lt;br /&gt;begin    &lt;br /&gt;insert into Test2 default values    &lt;br /&gt;set @loop = @loop + 1  &lt;br /&gt;end &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now you had create a Database Test1 and a Table Test2 with 100 records&lt;br /&gt;&lt;br /&gt;Now concatenate this to a single string&lt;br /&gt;&lt;br /&gt;DECLARE @ConcatString varchar(8000)&lt;br /&gt;SELECT @ConcatString = COALESCE(@ConcatString + ',','' ) + CAST(Col1 as varchar(12))&lt;br /&gt;FROM Test2&lt;br /&gt;SELECT @ConcatString&lt;br /&gt;&lt;br /&gt;You can find the same result by using ISNULL&lt;br /&gt;&lt;br /&gt;DECLARE @ConcatString varchar(8000)&lt;br /&gt;SELECT @ConcatString = ISNULL(@ConcatString + ',','' ) + CAST(Col1 as varchar(12))FROM Test2&lt;br /&gt;SELECT @ConcatString&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enjoy .. .. better performance using this instead of using CURSOR.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-124157761660730703?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/124157761660730703/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2007/03/concatenate-strings-from-column-into.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/124157761660730703'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/124157761660730703'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2007/03/concatenate-strings-from-column-into.html' title='Concatenate strings from a column into a single row?'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-5522687108547548371</id><published>2007-03-16T13:58:00.000+05:30</published><updated>2007-03-16T14:02:20.082+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='FUN'/><title type='text'>Few Definitions</title><content type='html'>&lt;u&gt;&lt;span style="color:#0000ff;"&gt;&lt;/span&gt;&lt;/u&gt;&lt;ol&gt;&lt;li&gt;School:  A place where Papa pays and Son plays.&lt;/li&gt;&lt;li&gt;Life Insurance:  A contract that keeps you poor all your life so that you can die Rich.&lt;/li&gt;&lt;li&gt;Nurse:  A person who wakes u up to give you sleeping pills. &lt;/li&gt;&lt;li&gt;Marriage: It's an agreement in which a man loses his bachelor degree and a woman gains her masters.&lt;/li&gt;&lt;li&gt;Divorce: Future tense of Marriage.&lt;/li&gt;&lt;li&gt;Tears : The hydraulic force by which masculine willpower is defeated byfeminine waterpower.&lt;/li&gt;&lt;li&gt;Lecture: An art of transferring information from the notes of  the Lecturer to the notes of the students without passing through "the minds of either"&lt;/li&gt;&lt;li&gt;Conference: The confusion of one man multiplied by the number present. &lt;/li&gt;&lt;li&gt;Compromise : The art of dividing a cake in such a way that  everybody believes he got the biggest piece.&lt;/li&gt;&lt;li&gt;Dictionary : A place where success comes before work. &lt;/li&gt;&lt;li&gt;Conference Room : A place where everybody talks, nobody listens and everybody disagrees later on. &lt;/li&gt;&lt;li&gt;Father : A banker provided by nature.&lt;/li&gt;&lt;li&gt;Criminal: A guy no different from the rest....except that he got caught.&lt;/li&gt;&lt;li&gt;Boss : Someone who is early when you are late and late when you are early.&lt;/li&gt;&lt;li&gt;Politician : One who shakes your hand before elections and your Confidence after.&lt;/li&gt;&lt;li&gt;Doctor : A person who kills your ills by pills, and kills you by bills.&lt;/li&gt;&lt;li&gt;Classic : Books, which people praise, but do not read.&lt;/li&gt;&lt;li&gt;Smile : A curve that can set a lot of things straight.&lt;/li&gt;&lt;li&gt;Office :  A place where you can relax after your strenuous home life. &lt;/li&gt;&lt;li&gt;Yawn: The only time some married men ever get to open their mouth. &lt;/li&gt;&lt;li&gt;Etc .: A sign to make others believe that you know more than you actually do.&lt;/li&gt;&lt;li&gt;Committee : Individuals who can do nothing individually and sit to decide that nothing can be done together.&lt;/li&gt;&lt;li&gt;Experience: The name men give to their mistakes.&lt;/li&gt;&lt;li&gt;Atom Bomb : An invention to end all inventions.&lt;/li&gt;&lt;li&gt;Philosopher : A fool who torments himself during life, to be spoken of  whendead&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Hope you enjoy ... Have fun ... &lt;/p&gt;&lt;p&gt;Write your definitions if you want to share one&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-5522687108547548371?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/5522687108547548371/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2007/03/few-definitions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5522687108547548371'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/5522687108547548371'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2007/03/few-definitions.html' title='Few Definitions'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-4425893223174816907</id><published>2007-03-16T11:56:00.000+05:30</published><updated>2007-03-16T12:26:03.365+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='C# FAQ'/><title type='text'>Application Domain</title><content type='html'>&lt;p&gt;An Application Domain is a light weight process and provides a logical and physical isolation from another .NET application.  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;This ensures that the Applications can work independent and isolated of each other.  An Application Domain is created by the Common Language Runtime (CLR) and it ensures that if one Application Domain crashes or goes down, it does not in any way effect the functioning of another Application Domain.  &lt;/li&gt;&lt;li&gt;Multiple .NET applications can be executed in one single process by loading these applications in separate Application Domains. &lt;/li&gt;&lt;li&gt;Several threads can be executing in a single application domain at any given time and a particular thread is not confined to a single application domain.  In other words, threads are free to cross application domain boundaries and a new thread is not created for each application domain.  &lt;/li&gt;&lt;li&gt;The following are the benefits of Application Domains.&lt;br /&gt;Isolation of code, data and configuration information of one application from another&lt;br /&gt;A failure in one application will not affect the other&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-4425893223174816907?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/4425893223174816907/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2007/03/application-domain.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/4425893223174816907'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/4425893223174816907'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2007/03/application-domain.html' title='Application Domain'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-7288281052274471998</id><published>2007-03-16T11:47:00.000+05:30</published><updated>2007-03-16T11:55:11.085+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='C# FAQ'/><title type='text'>Abstract Class Vs Interface</title><content type='html'>&lt;strong&gt;Abstract Class Vs Interface&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;There are a lot of discussion on the internet about the Interface vs Abstract class. and also , as BASE class whether we should use interface, abstract class or normal class.&lt;br /&gt;Abstract Class vs Interface&lt;br /&gt;&lt;br /&gt;We can not make instance of Abstract Class as well as Interface.&lt;br /&gt;Here are few differences in Abstract class and Interface as per the definition.&lt;br /&gt;Abstract class can contain abstract methods, abstract property as well as other members (just like normal class).&lt;br /&gt;Interface can only contain abstract methods, properties but we don’t need to put abstract and public keyword. All the methods and properties defined in Interface are&lt;br /&gt;by default public and abstract.&lt;br /&gt;&lt;br /&gt;using System;&lt;br /&gt;namespace ConsoleApplication2&lt;br /&gt;{&lt;br /&gt;/// &lt;summary&gt;/// Summary description for Class2. /// &lt;/summary&gt;&lt;br /&gt;public abstract class A&lt;br /&gt;{&lt;br /&gt;int someInt;&lt;br /&gt;string someString;&lt;br /&gt;public A()&lt;br /&gt;{ // // TODO: Add constructor logic here // }&lt;br /&gt;public abstract void F();&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;public class B : A&lt;br /&gt;{&lt;br /&gt;public override void F()&lt;br /&gt;{ Console.WriteLine("F in B"); }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;interface IA&lt;br /&gt;{&lt;br /&gt;&lt;br /&gt;//int someInt; give error we cant have fields in interface&lt;br /&gt;//string someString;&lt;br /&gt;string P{get;set;}&lt;br /&gt;void F();&lt;br /&gt;}&lt;br /&gt;public class C : IA&lt;br /&gt;{&lt;br /&gt;public C() { }&lt;br /&gt;public string P&lt;br /&gt;{&lt;br /&gt;get {return _p;}&lt;br /&gt;set {_p = value;}&lt;br /&gt;}&lt;br /&gt;public void F()&lt;br /&gt;{&lt;br /&gt;Console.WriteLine("Abstract F()");&lt;br /&gt;}&lt;br /&gt;private string _p; }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;we can make the call like this..&lt;br /&gt;B b = new B();&lt;br /&gt;b.F();&lt;br /&gt;A a = b;&lt;br /&gt;a.F();&lt;br /&gt;//A a = new A(); will give error as we cant instantiate&lt;br /&gt;C c = new C();&lt;br /&gt;c.F();&lt;br /&gt;c.P="Test String";&lt;br /&gt;Console.WriteLine(c.P.ToString());&lt;br /&gt;IA d = c;&lt;br /&gt;d.F();&lt;br /&gt;Console.WriteLine(c.P.ToString());&lt;br /&gt;Console.Read();&lt;br /&gt;&lt;br /&gt;Output :&lt;br /&gt;F in B&lt;br /&gt;F in B&lt;br /&gt;Abstract F()&lt;br /&gt;Test String&lt;br /&gt;Abstract F()&lt;br /&gt;Test String&lt;br /&gt;&lt;br /&gt;We can see abstract class contains private members also we can put some methods with implementation also. But in case of interface only methods and properties&lt;br /&gt;allowed.&lt;br /&gt;We use abstract class and Interface for the base class in our application.Now most important question: What should use : Interface force everybody to implement all things in that. So use it when u wanna force all the methods, properties, etc to implement.Abstract Class - limited you to create an instance of this class, and if you derived from this class you have to implement all abstract members to create an instance of this derived class. Also Abstract class should used when you have some functions which you must override and some which you can leave in this scenerio use abstract classes,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-7288281052274471998?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/7288281052274471998/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2007/03/abstract-class-vs-interface.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7288281052274471998'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/7288281052274471998'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2007/03/abstract-class-vs-interface.html' title='Abstract Class Vs Interface'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-3802972406493212406</id><published>2007-03-01T18:22:00.000+05:30</published><updated>2007-03-01T18:27:36.324+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='C# FAQ'/><title type='text'>Difference between out and ref - out vs ref</title><content type='html'>In the case of Ref - assignment is needed before passing to the function&lt;br /&gt;In the case of Out - no assignment is required, but you must assign a value in which function this is passed,&lt;br /&gt;For Ex:&lt;br /&gt;using System;&lt;br /&gt;namespace ConsoleApplication2&lt;br /&gt;{&lt;br /&gt;/// &lt;summary&gt;&lt;br /&gt;/// Summary description for Class1.&lt;br /&gt;/// &lt;/summary&gt;&lt;br /&gt;class Class1 {&lt;br /&gt;                          public static void Foo_Ref(ref int i) &lt;br /&gt;                          {  &lt;br /&gt;                                 //i = 2;   //Dont gives a error &lt;br /&gt;                           } &lt;br /&gt;                          public static void Foo_Out(out int i)&lt;br /&gt;                          {  &lt;br /&gt;                                  //i=3;    //it gives an error i must be assigned before leaving this function.&lt;br /&gt;                           } &lt;br /&gt;                   public static void Test() &lt;br /&gt;                   { &lt;br /&gt;                          int a ;   Foo_Ref(ref a); //it gives an error coz a is not assigned a value  &lt;br /&gt;                           Console.WriteLine("Ref Case {0}",a);     &lt;br /&gt;                           Foo_Out(out a);  &lt;br /&gt;                           Console.WriteLine("Out Case {0}",a);&lt;br /&gt;                     } &lt;br /&gt;                [STAThread]  static void Main(string[] args) &lt;br /&gt;                   {   //return MessageBoxA(0,"Hello Irfan","Caption",0);  &lt;br /&gt;                         Test();  &lt;br /&gt;                         Console.Read();&lt;br /&gt;                    }&lt;br /&gt;           }&lt;br /&gt;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-3802972406493212406?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/3802972406493212406/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2007/03/difference-between-out-and-ref-out-vs.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3802972406493212406'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/3802972406493212406'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2007/03/difference-between-out-and-ref-out-vs.html' title='Difference between out and ref - out vs ref'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3329741649076743405.post-6064059614399815072</id><published>2007-02-28T17:23:00.000+05:30</published><updated>2007-02-28T17:33:25.706+05:30</updated><title type='text'>This is my first Post on my Blog</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;I, Mohammad Irfan, welcomes you at my blog, and also thanks you for your time. This is my first post and hence I just want to introduce my self.&lt;br /&gt;&lt;br /&gt;Well, I am Mohammad Irfan, holding a Master Degree in Computer Science and a Bachelor Degree in Physics (Hons.) from AMU in 2004 and 2001 respectively. I did my schooling from various parts of UP, like Azamgarh, Kushi Nagar, Deoria, Basti and Siddhartha Nagar, basically all these Districts are in East UP.&lt;br /&gt;&lt;br /&gt;My interests include playing cricket, watching movies, surfing net and explore to new technologies{actually trying to do it}.&lt;br /&gt;&lt;br /&gt;This is my first step towards being connected to the word.&lt;br /&gt;&lt;br /&gt;In my blog, I just want to put everything which I find interesting irrespective of which categories it shoud be.&lt;br /&gt;&lt;br /&gt;Thanking you.&lt;br /&gt;Irfan&lt;br /&gt;{matespoint@gmail.com}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3329741649076743405-6064059614399815072?l=matespoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://matespoint.blogspot.com/feeds/6064059614399815072/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://matespoint.blogspot.com/2007/02/this-is-my-first-post-on-my-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/6064059614399815072'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3329741649076743405/posts/default/6064059614399815072'/><link rel='alternate' type='text/html' href='http://matespoint.blogspot.com/2007/02/this-is-my-first-post-on-my-blog.html' title='This is my first Post on my Blog'/><author><name>M Irfan</name><uri>http://www.blogger.com/profile/09651807040071316594</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://bp1.blogger.com/_W3pLTklhEQs/SD4dg7hiUlI/AAAAAAAAAD0/TABFhKHoof0/S220/mohammad.irfan.JPG'/></author><thr:total>0</thr:total></entry></feed>
