Blogs@dotnetjini.jigneshdesai.comhttp://www.dotnetjini.comA .NET Resource Site and .NET Training by Jignesh Desai60en-usWed, 10 Mar 2010 17:15:26 GMTjignesh@dotnetJiNi.comBlogs@dotnetJiNihttp://dotnetjini.jigneshdesai.com/images/dotnetJiNiPartnerLogo.gifhttp://dotnetjini.jigneshdesai.com/blogs11133Norton 360 Version 4http://dotnetjini.jigneshdesai.com/Blogs/default.aspx?M=2&Y=2010<table style="width: 100%"> <tr> <td>Norton 360 Version 4</td> </tr> <tr> <td><p> Today&nbsp; Norton from Symantec announced its new version of consumer product <a href="http://www.symantec.com/norton/360">Norton 360 v4</a>. Norton offers security products like </p> <ol> <li>Norton AntiVirus:&nbsp; A antivirus and antispyware tool.</li> <li>&nbsp;Norton Internet security: A smart firewall + antivirus and antispyware protection</li> <li>Norton 360 V4: is a combination of Norton Antivirus and&nbsp; Internet Security ,&nbsp; plus it offers Identity protection, PC Tuneup, Online backup upto 2GB and more.</li> </ol> <p>I was one among the few who where lucky to receive 1st copies of the product for FREE&nbsp; from David Hall, Regional Product Manager Asia Pacific and Gaurav Kanwal, Country Sales Manager, India. The event was organized by <font face="Calibri" color="navy" size="2"> <span style="FONT-SIZE: 10pt; COLOR: navy; LINE-HEIGHT: 115%; FONT-FAMILY: Calibri"> <a title="http://www.2020india.com/ blocked::http://www.2020india.com/" href="http://www.2020india.com"> <font title="http://www.2020india.com/" color="gray"> <span title="http://www.2020india.com"> <span lang="EN-GB" title="http://www.2020india.com CTRL + Click to follow link" style="COLOR: gray" titleprev="http://www.2020india.com/ blocked::http://www.2020india.com/">http://www.2020india.com</span></span></font></a></span></font></p> <p>I am yet to explore new features, some of them are </p> <p>1. Norton reputation service: A technology that scrutinizes different attributes of files and applications in real-time to determine if they are safe. <br /> 2. Its now faster and occupies less memory footprint.<br /> 3. Reduces PC start-up time by allowing you to prioritize and stagger your start-up applications. No more slow startup frustration </p> </td> </tr> </table> <p>Rest I will share my experience, when I explore it further. </p> Jignesh DesaiThu, 18 Feb 2010 00:00:00 GMTDell launches Alienware Gaming Laptop in Indiahttp://dotnetjini.jigneshdesai.com/Blogs/default.aspx?M=8&Y=2009<style type="text/css"> .AlienWareStyle1 { font-family: Calibri; } .AlienWareStyle2 { font-family: Calibri; font-size: 10pt; } </style> <table style="width: 100%"> <tr> <td> <p class="AlienWareStyle1"><font size="2"> <img src="http://i.i.com.com/cnwk.1d/sc/33668190-2-200-0.gif" style="float: left" />Dell India Launches new laptop for Gamers. &quot;Dell Alienware&quot;.&nbsp;&nbsp; Event was held at ITC Grand Central, Parel on 6th Aug.</font></p> <p class="AlienWareStyle1"><font size="2">A high-end model is targeted to audience who are addictive gamers.&nbsp; The base price is 1,40,000 INR.&nbsp; It supports upto 8GB of DDR3 RAM at 1333 Mhz and 1TB capacity of HDD @ 7200 rpm with NVIDIA GeForce 9400M G1 GPU. <br /> <br /> Above all it has Intel® Core™2 Quad processor. <br /> <br /> <br /> <br /> <img src="http://cdn.cloudfiles.mosso.com/c54102/api124956214240920.jpg" style="float: right" /></font></p> <p class="AlienWareStyle2">+Plus</p> <ol> <li class="AlienWareStyle2">Nice at configuration</li> <li class="AlienWareStyle2">Speed was good</li> <li class="AlienWareStyle2">Nice lighted Keyboard</li> <li class="AlienWareStyle2">You can configure color of the light through Alienware control panel.</li> <li class="AlienWareStyle2">System performance was rated as 5.7 out of 8.</li> <li class="AlienWareStyle2">Slot DVD / BlueRay Disk.</li> </ol> <p>-<span class="AlienWareStyle2">Ve</span></p> <ol> <li class="AlienWareStyle2">Heavy on weight</li> <li class="AlienWareStyle2">Speaker not so powerful</li> <li class="AlienWareStyle1"><font size="2">Price is high for indian market.<br /> <br /> <br /> </font></li> </ol> </td> </tr> <tr class="AlienWareStyle1"> <td class="AlienWareStyle2">&nbsp;</td> </tr> </table> <span class="AlienWareStyle1"><font size="2"><br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> </font></span>&nbsp;Jignesh DesaiThu, 06 Aug 2009 00:00:00 GMTIssue with BindingSource and Nullable columnshttp://dotnetjini.jigneshdesai.com/Blogs/default.aspx?M=1&Y=2009 <table> <tr> <td> One of the issue with databinding in VS2008 is that is does not have a proper support for nullable columns. The advance databinding property does have a option to specify &quot;Null Value&quot; but it does not seems to accept DBNull.Value or String.Empty.&nbsp; Its hard to believe that such a simple thing is not supported and its frusting and disappointing for many developers.<br /> <br /> The workaround for this is<br /> 1. Trap TextBox.DataBindings(&quot;Text&quot;).Parse event and set value to null if underlying textbox is empty.<br /> 2. or Set TextBox.DataBindings(&quot;Text&quot;).NullValue = String.Empty<br /> <br /> Both above are tedious workaround since if there are too many textbox controls on form that you need to write that many no of times in all your Winforms.<br /> <br /> I decided to go for a loop as below.<br /> For i As Integer = 0 To FLOPBindingSource.CurrencyManager.Bindings.Count - 1 <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FLOPBindingSource.CurrencyManager.Bindings(i).NullValue = String.Empty <br /> Next<br /> <br /> Hope that VS2008 team comes up with a path for us to avoid all this manual workaround.</td> </tr> </table>Jignesh DesaiFri, 16 Jan 2009 00:00:00 GMTThe summer heat is on! - TIPShttp://dotnetjini.jigneshdesai.com/Blogs/default.aspx?M=4&Y=2008 <table cellpadding="0" cellspacing="0" class="style1"> <tr> <td> <font face="Tahoma" style="FONT-SIZE: 9pt"> <p> The summer heat is on! <br /> <br /> 1. Your body&#39;s water requirement increase drastically during the summer months. Always keep a bottle handy. Refuel and replenish. <br /> <br /> 2. During the day, make sure you include lime juice, coconut water and thin buttermilk in your diet. These will make up for the fluids lost while you sweat. <br /> <br /> 3. Avoid caffeinated, carbonated, or alcoholic beverages which contain preservatives. These are acidic in nature and cause a loss of fluids through urine. <br /> <br /> 4. Switch to light, nutritious and non-fatty meals. Cut down on artificial sugar as it is said to contain chemicals that could slow down the metabolic process of your body and thus lengthen the time taken for your body to cool down <br /> <br /> 5. Reduce your intake of hot and spicy foods. Fat and inorganic salts that are found in most snacky and spicy foods have a thermal effect on the body, affecting blood vessels that control and slow down heat loss. <br /> <br /> 6. Include fresh fruits in the form of salads and juices, preferably without sugar, in all your meals. Fruits not only help in cooling the body, but contain natural vitamins and antioxidants that benefit the body and prevent dehydration. They are also the best replacements for that tea time snack. <br /> * Mangoes may be the fruit of the season but they all fall under the category of high-heat foods. If you <br /> &nbsp;&nbsp; can&#39;t resist them, soaking them in cool water over night would be of some help.<br /> &nbsp;&nbsp; * It is said that even fruits like grapefruit and roots like radish can cause body temperatures to rise <br /> &nbsp;&nbsp;&nbsp;&nbsp; and are high-heat foods.<br /> &nbsp;&nbsp; * Watermelons, water apples, grapes and other melons are coolers and preferred fruits for the <br /> &nbsp;&nbsp;&nbsp;&nbsp; summer. <br /> * Tomatoes (with a high Vitamin A &amp; C content) are said to be highly beneficial summer fruit. <br /> </p> <p> </p> <p> Have a nice day,<br /> <br /> Tips4Me Team<br /> </p> </font> </td> </tr> </table>Jignesh DesaiFri, 25 Apr 2008 00:00:00 GMTVista Ultimate - Tips and Trickshttp://dotnetjini.jigneshdesai.com/Blogs/default.aspx?M=4&Y=2008 <table cellpadding="0" cellspacing="0" > <tr> <td> <div style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 140%; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif"> Learn how to get the most out of Windows Vista Ultimate with this how-to booklet, available as a free PDF download (8.98 MB).<br /> <br /> <a href="http://go.microsoft.com/?linkid=8727429" target="_blank">Get free tips and tricks for Windows Vista Ultimate</a> </div> </td> </tr> </table> Jignesh DesaiThu, 17 Apr 2008 00:00:00 GMTMicrosoft Surfacehttp://dotnetjini.jigneshdesai.com/Blogs/default.aspx?M=4&Y=2008To know more visit </br> <a href="http://www.microsoft.com/surface" target="_blank">http://www.microsoft.com/surface</a> Jignesh DesaiThu, 17 Apr 2008 00:00:00 GMTMainsoft Announces ASP.NET AJAX on Linuxhttp://dotnetjini.jigneshdesai.com/Blogs/default.aspx?M=4&Y=2008 <table cellpadding="0" cellspacing="0"> <tr> <td> Mainsoft<sup>®</sup> Corporation, a leading provider of .NET-Java<sup>™</sup> EE interoperability software, today announced that its latest release of Mainsoft products provide full support for Microsoft&#39;s<sup>®</sup> ASP.NET 2.0 AJAX Extensions and AJAX Control Toolkit. Mainsoft for Java EE, version 2.2, allows Visual C# and Visual Basic developers to use ASP.NET 2.0 components from Microsoft to create Java pages with sophisticated, responsive user interfaces and efficient client-server communications by simply adding a few server controls to their ASP.NET pages. Ported applications deliver equivalent performance and scalability on Java as the original application delivers in .NET.<br /> <br /> <a href="http://www.mainsoft.com/news/press_releases/2008_04_08_01.aspx" target="_blank">More.....</a></td> </tr> </table>Jignesh DesaiTue, 15 Apr 2008 00:00:00 GMTIndia Rejects Microsoft's OOXML Format ‏2nd Timehttp://dotnetjini.jigneshdesai.com/Blogs/default.aspx?M=3&Y=2008 <table cellpadding="0" cellspacing="0" class="style1"> <tr> <td> Here is another example of what happens when you do not exercise your &quot;Right to Vote&quot;. The Open XML Std was rejected again by India BIS Committee. Out of 19 members, five of them did not attend the meeting, one of them abstained, five voted in favour of OOXML(namely Microsoft, NASSCOM, TCS, Wipro and Infosys) and the rest voted against. My anger is not on why did they vote against but i am angry on those five who decided not to vote. If they could not attend meeting its fine, but they could have atleast given their vote by writing a format letter to commitee. its it ? <br /> <br /> More Voices here:<br /> 1. <a href="http://www.abhishekkant.net/2008/03/witness-academia-industry-divide.html" target="_blank"> witness-academia-industry-divide</a> <br /> 2. <a href="http://www.efytimes.com/efytimes/25529/news.htm" target="_blank"> http://www.efytimes.com/efytimes/25529/news.htm</a> <br /> </td> </tr> </table>Jignesh DesaiSat, 22 Mar 2008 00:00:00 GMTHappening on Open XML - an update.http://dotnetjini.jigneshdesai.com/Blogs/default.aspx?M=3&Y=2008 <p> On one had Controversy surrounding Microsoft&#39;s Open XML standards bid is being fueled by an irrational anti-Microsoft sentiment,where as on other side 2nd meeting in Geneva earlier this month, called the Ballot Resolution Meeting, sought to resolve technical problems and move the specification closer to standardization. Abhishek has posted more information links and opinions here which is quite interesting. </p> <p> <a href="http://www.abhishekkant.net/2008/03/openxml-and-iso-standardisation.html" target="_blank">http://www.abhishekkant.net/2008/03/openxml-and-iso-standardisation.html</a> </p>Jignesh DesaiThu, 13 Mar 2008 00:00:00 GMTHow fast is fast?http://dotnetjini.jigneshdesai.com/Blogs/default.aspx?M=2&Y=2008You would have worked with KHz(Kilo-Hertz) micro-processors in the past; MHz(Mega-Hertz) speedy ones lately; THz(Tera-Hertz) processors too are available for .... .........EHz(Exa-Hertz)&nbsp;....... .... Read More : <a href="http://www.dotnetspider.com/kb/Article4270.aspx"> http://www.dotnetspider.com/kb/Article4270.aspx</a> Jignesh DesaiWed, 27 Feb 2008 00:00:00 GMT