<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">DotNetJaps</title><subtitle type="html">For the ASP.NET,By the ASP.NET and Of the ASP.NET</subtitle><id>http://weblogs.asp.net/jalpeshpvadgama/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jalpeshpvadgama/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/jalpeshpvadgama/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2008-01-29T10:01:00Z</updated><entry><title>How to add service reference dynamically from user control? Microsoft Ajax</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jalpeshpvadgama/archive/2008/08/11/how-to-add-service-reference-dynamically-from-user-control-microsoft-ajax.aspx" /><id>http://weblogs.asp.net/jalpeshpvadgama/archive/2008/08/11/how-to-add-service-reference-dynamically-from-user-control-microsoft-ajax.aspx</id><published>2008-08-11T06:01:13Z</published><updated>2008-08-11T06:01:13Z</updated><content type="html">&lt;p&gt;First, Create a web page default.aspx and put the html code as following.. &lt;/p&gt;  &lt;p&gt;---------------------------------------------------------------------------    &lt;br /&gt;&amp;lt;asp:ScriptManager ID=&amp;quot;MainScriptManager&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;     &lt;br /&gt;&amp;lt;/asp:ScriptManager&amp;gt;     &lt;br /&gt;-------------------------------------------------------------------------- &lt;/p&gt;  &lt;p&gt;Now, Create a usercontrol my first user control &lt;/p&gt;  &lt;p&gt;Create a function called AddScriptReference as following... &lt;/p&gt;  &lt;p&gt;'--------------------------------------------------------------------------    &lt;br /&gt;private void AddScriptReference()     &lt;br /&gt;{     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ScriptManager scriptManger = ScriptManager.GetCurrent(this.Page);     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; if (scriptManger != null)     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; {     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ServiceReference serviceReference = new ServiceReference();     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; serviceReference.Path=&amp;quot;~/MyWebService.asmx&amp;quot;;     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; serviceReference.InlineScript = false;&amp;#160; &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; scriptManger.Services.Add(serviceReference);&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; }     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; else     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; {     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; throw new Exception(&amp;quot;Script Manager Not Found&amp;quot;);     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; }     &lt;br /&gt;}     &lt;br /&gt;'--------------------------------------------------------------------------     &lt;br /&gt;Then override controls init event as following... &lt;/p&gt;  &lt;p&gt;'--------------------------------------------------------------------------    &lt;br /&gt;protected override void OnInit(EventArgs e)     &lt;br /&gt;{     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; AddScriptReference();     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; base.OnInit(e);     &lt;br /&gt;}     &lt;br /&gt;'-------------------------------------------------------------------------- &lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6504016" width="1" height="1"&gt;</content><author><name>Jalpesh P. Vadgama</name><uri>http://weblogs.asp.net/members/Jalpesh-P.-Vadgama.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/ASP.NET/default.aspx" /><category term="C#.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/C_23002E00_NET/default.aspx" /><category term="VB.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/VB.NET/default.aspx" /><category term="JavaScript" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/JavaScript/default.aspx" /><category term="AJAx" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/AJAx/default.aspx" /><category term="ASP.NET MVC" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/ASP.NET+MVC/default.aspx" /><category term="WebService" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/WebService/default.aspx" /></entry><entry><title>What is LINQ? LINQ Developer Resources</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jalpeshpvadgama/archive/2008/07/31/what-is-linq-linq-developer-resources.aspx" /><id>http://weblogs.asp.net/jalpeshpvadgama/archive/2008/07/31/what-is-linq-linq-developer-resources.aspx</id><published>2008-07-31T06:04:53Z</published><updated>2008-07-31T06:04:53Z</updated><content type="html">&lt;p&gt;LINQ is Language Integrated query. It is a integral part of visual studio 2008 and Microsoft .NET Framework 3.5. It is object to database mapping technology thorough which you can query any type of collections of object,XML of database.&lt;/p&gt;  &lt;p&gt;Recently I am goggling about the LINQ and I have found following great resources for developers:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;LINQ Resources: &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Linq for Oracle:    &lt;br /&gt;----------------     &lt;br /&gt;&lt;a href="http://broersa.wordpress.com/2008/05/22/linq-for-oracle-sample/"&gt;http://broersa.wordpress.com/2008/05/22/linq-for-oracle-sample/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;.NET 2.0 Or higher transaction model to use it with linq:    &lt;br /&gt;----------------------------------------------------------     &lt;br /&gt;&lt;a href="http://www.simple-talk.com/dotnet/.net-framework/.net-2.0-transaction-model/"&gt;http://www.simple-talk.com/dotnet/.net-framework/.net-2.0-transaction-model/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;How to use transaction with linq:    &lt;br /&gt;--------------------------------     &lt;br /&gt;&lt;a href="http://chiragrdarji.wordpress.com/2007/08/25/how-to-use-transaction-in-linq-using-c/"&gt;http://chiragrdarji.wordpress.com/2007/08/25/how-to-use-transaction-in-linq-using-c/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Inside the linq datacontext site to better understanding of linq:    &lt;br /&gt;-----------------------------------------------------------------     &lt;br /&gt;&lt;a href="http://dotnetslackers.com/articles/csharp/InsideTheLINQToSQLDataContextClass.aspx"&gt;http://dotnetslackers.com/articles/csharp/InsideTheLINQToSQLDataContextClass.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Linq to SQL(part 1 to 7 -Total Understanding of linq):    &lt;br /&gt;------------------------------------------------------     &lt;br /&gt;&lt;a href="http://aspalliance.com/1430_LINQ_to_SQL_Part_6__Retrieving_Data_Using_Stored_Procedures_.1"&gt;http://aspalliance.com/1430_LINQ_to_SQL_Part_6__Retrieving_Data_Using_Stored_Procedures_.1&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;A good article about-LINQ to SQL : Using Transaction:    &lt;br /&gt;-----------------------------------------------------     &lt;br /&gt;&lt;a href="http://blogs.msdn.com/wriju/archive/2007/08/06/linq-to-sql-using-transaction.aspx"&gt;http://blogs.msdn.com/wriju/archive/2007/08/06/linq-to-sql-using-transaction.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Using LINQ in ASP.NET (Part 1)- A Four part series from bipin joshi:    &lt;br /&gt;--------------------------------------------------------------------     &lt;br /&gt;&lt;a href="http://www.dotnetbips.com/articles/56f8f29d-2617-4f99-a8b4-977703ebf780.aspx"&gt;http://www.dotnetbips.com/articles/56f8f29d-2617-4f99-a8b4-977703ebf780.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The Linq Project:    &lt;br /&gt;----------------     &lt;br /&gt;&lt;a href="http://msdn.microsoft.com/en-us/vbasic/aa904594.aspx"&gt;http://msdn.microsoft.com/en-us/vbasic/aa904594.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;What is linq:    &lt;br /&gt;------------     &lt;br /&gt;&lt;a href="http://en.csharp-online.net/Introducing_LINQ%E2%80%94What_Is_LINQ"&gt;http://en.csharp-online.net/Introducing_LINQ%E2%80%94What_Is_LINQ&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://www.dotnetspider.com/resources/19939-What-LINQ.aspx.aspx"&gt;http://www.dotnetspider.com/resources/19939-What-LINQ.aspx.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Scott gu's Multipart Series about linq:    &lt;br /&gt;--------------------------------------     &lt;br /&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2007/05/19/using-linq-to-sql-part-1.aspx"&gt;http://weblogs.asp.net/scottgu/archive/2007/05/19/using-linq-to-sql-part-1.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Linq to xml:    &lt;br /&gt;-------------     &lt;br /&gt;&lt;a href="http://sandeep-aparajit.blogspot.com/2007/12/what-is-linq.html"&gt;http://sandeep-aparajit.blogspot.com/2007/12/what-is-linq.html&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6461756" width="1" height="1"&gt;</content><author><name>Jalpesh P. Vadgama</name><uri>http://weblogs.asp.net/members/Jalpesh-P.-Vadgama.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/ASP.NET/default.aspx" /><category term="C#.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/C_23002E00_NET/default.aspx" /><category term="VB.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/VB.NET/default.aspx" /><category term="Linq" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/Linq/default.aspx" /></entry><entry><title>Benefits of DotNetNuke</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jalpeshpvadgama/archive/2008/07/16/benefits-of-dotnetnuke.aspx" /><id>http://weblogs.asp.net/jalpeshpvadgama/archive/2008/07/16/benefits-of-dotnetnuke.aspx</id><published>2008-07-16T08:43:50Z</published><updated>2008-07-16T08:43:50Z</updated><content type="html">&lt;p&gt;Dotnetnuke is open source content management system which provides various kind of functionality for content management and modular development. It provides a very good platform based Microsoft.net technologies to create web portals on the fly. You can create portal and subportals on a fly. Within some minutes. Here is another benefits of Dotnetnuke which found from the &lt;a href="A website usually refers to the front-end interface through which the public interact with your business online.Websites are typically informational in nature with a limited amount of advanced functionality. Simple websites consist primarily of static content where the data displayed is the same for every visitor and content changes are infrequent. More advanced websites may sport features such as eCommerce, content management and interactive content."&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Easy Web site administration&lt;/strong&gt;: While working on this framework no programming knowledge is required. Clients can generate, supervise and publish web content without requiring any technical skill level. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Ready to use&lt;/strong&gt;: DotNetNuke is user-friendly framework and is built in such a way as to allow users to deal with all parts of their projects. A well worked out user interface allows an easy operation. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Advanced Features&lt;/strong&gt;: The advanced features in DotNetNuke exceed the features in your homegrown applications. Moreover it is a constantly evolving with multi-functionality to cater end-user requirements. It also saves development time. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Strength&lt;/strong&gt;: The administrative options are skillfully divided between host level and individual portal level. In one hosting account the administrator at DotNetNuke supports multiple portals or sites- each with its own look. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Powerful Tools&lt;/strong&gt;&lt;strong&gt;:&lt;/strong&gt; DotNetNuke comes with a set of powerful tools. These built in tools provide multi-functionality for security, site designing, hosting, site membership options etc. There are various other features that can be manipulated as per your needs with these tools. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Network of Support&lt;/strong&gt;: A Core Team of developers is always there to support DotNetNuke. Online Forums, blogs, online help and various websites give DotNetNuke a dedicated network of support. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Easy Installation&lt;/strong&gt;&lt;strong&gt;:&lt;/strong&gt; DotNetNuke.com provides the free download software and an install.pdf with install instructions for the latest version of DotNetNuke. DotNetNuke can be made running within minutes.&amp;#188;LI&amp;gt;&lt;strong&gt;Multi-Language Localization&lt;/strong&gt;&lt;strong&gt;:&lt;/strong&gt; DotNetNuke supports a multi-language localization that allows the websites built on it, to be translated into any language. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Licensed Open Source Software&lt;/strong&gt;&lt;strong&gt;:&lt;/strong&gt; DotNetNuke 3.0 is available for free download. The full application source code and sub-projects are distributed under a standard BSD open source license; providing the maximum freedom in both non-commercial and commercial environments. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Increase Profits Opportunities&lt;/strong&gt;: DotNetNuke is module based. So you can build up various unique modules and sell them to your clients. Besides this, you can also go commercial with site templates, database options etc. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Latest Technology&lt;/strong&gt;&lt;strong&gt;:&lt;/strong&gt;&amp;#160; The working of DotNetNuke utilizes modern day technology- ASP.NET 2.0, Visual Web Developer, Visual Studio 2005 and SQL Server 2005, thus giving the users a hands on to the latest technology. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Advanced CMS&lt;/strong&gt;&lt;strong&gt;:&lt;/strong&gt; DotNetNuke has built-in tools to create the most complex content management systems. Moreover, many options of extending and customizing the site are also available. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Established&lt;/strong&gt;: DotNetNuke is a now a trademark in web designing. It is a popular brand in the open source community.&amp;#160; With over 250,000 registered users and a talented team of developers. Through end-user feedback and real world trial DotNetNuke continues to grow. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Easy to integrate&lt;/strong&gt;: With its flexible infrastructure, DotNetNuke is easy to integrate within your conventional processes. &lt;/li&gt;    &lt;li&gt;&lt;i&gt;&lt;strong&gt;Priority on security&lt;/strong&gt;&lt;/i&gt;&lt;i&gt;: &lt;/i&gt;Emphasis placed on validation, encryption, &amp;#8220;bug&amp;#8221; tracking and potential threats provides a secure way to build websites. &lt;/li&gt;    &lt;li&gt;&lt;i&gt;&lt;strong&gt;Fully customizable&lt;/strong&gt;&lt;/i&gt;&lt;i&gt;:&lt;/i&gt;&amp;#160; Changes can be made to portals at all levels &amp;#8211; from basic stylesheet elements like font type, color, and bullet points, to overall site appearance.&amp;#160; New skins and module containers can be easily applied to the site with no repercussion on content. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;for more details about dotnetnuke you can visit following sites.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.dotnetnuke.com"&gt;www.dotnetnuke.com&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.datasprings.com/Resources/ArticlesInformation/WhymovetoDotNetNuke/tabid/736/language/en-US/Default.aspx" href="http://www.datasprings.com/Resources/ArticlesInformation/WhymovetoDotNetNuke/tabid/736/language/en-US/Default.aspx"&gt;http://www.datasprings.com/Resources/ArticlesInformation/WhymovetoDotNetNuke/tabid/736/language/en-US/Default.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6405911" width="1" height="1"&gt;</content><author><name>Jalpesh P. Vadgama</name><uri>http://weblogs.asp.net/members/Jalpesh-P.-Vadgama.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/ASP.NET/default.aspx" /><category term="C#.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/C_23002E00_NET/default.aspx" /><category term="ASP.NET MVC" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/ASP.NET+MVC/default.aspx" /><category term="Cotent Management System" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/Cotent+Management+System/default.aspx" /><category term="Dotnetnuke" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/Dotnetnuke/default.aspx" /></entry><entry><title>Localization in asp.net</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jalpeshpvadgama/archive/2008/05/21/localization-in-asp-net.aspx" /><id>http://weblogs.asp.net/jalpeshpvadgama/archive/2008/05/21/localization-in-asp-net.aspx</id><published>2008-05-21T09:13:32Z</published><updated>2008-05-21T09:13:32Z</updated><content type="html">&lt;p&gt;I am googling about the localization in asp.net 2.0 and higher version and I found lots of good link for that. &lt;/p&gt;  &lt;p&gt;Here is the collection of good link if anybody is looking for it. &lt;/p&gt;  &lt;p&gt;ASP.NET 2.0 Localization (Video, Whitepaper, and Database Provider Support)    &lt;br /&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2006/05/30/ASP.NET-2.0-Localization-_2800_Video_2C00_-Whitepaper_2C00_-and-Database-Provider-Support_2900_.aspx"&gt;http://weblogs.asp.net/scottgu/archive/2006/05/30/ASP.NET-2.0-Localization-_2800_Video_2C00_-Whitepaper_2C00_-and-Database-Provider-Support_2900_.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;ASP.NET 2.0 Localization Features: A Fresh Approach to Localizing Web Applications    &lt;br /&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms379546(VS.80).aspx"&gt;http://msdn.microsoft.com/en-us/library/ms379546(VS.80).aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;ASP.NET AJAX Localization Slides and Code    &lt;br /&gt;&lt;a href="http://seejoelprogram.wordpress.com/2008/03/06/aspnet-ajax-localization-slides-and-code/"&gt;http://seejoelprogram.wordpress.com/2008/03/06/aspnet-ajax-localization-slides-and-code/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Building Multilingual Web Sites with ASP.NET    &lt;br /&gt;&lt;a href="http://www.beansoftware.com/ASP.NET-Tutorials/Globalisation-Multilingual-CultureInfo.aspx"&gt;http://www.beansoftware.com/ASP.NET-Tutorials/Globalisation-Multilingual-CultureInfo.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Globalization and localization demystified in ASP.NET 2.0    &lt;br /&gt;&lt;a href="http://www.codeproject.com/KB/aspnet/localizationByVivekTakur.aspx"&gt;http://www.codeproject.com/KB/aspnet/localizationByVivekTakur.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Enterprise Localization Toolkit    &lt;br /&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/aa479334.aspx"&gt;http://msdn.microsoft.com/en-us/library/aa479334.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;How to build Multi-Language Web Sites with ASP.NET 2.0 and VS.Net 2005    &lt;br /&gt;&lt;a href="http://www.dotnetheaven.com/UploadFile/mosessaur/aspnetlocalization03232006045335AM/aspnetlocalization.aspx"&gt;http://www.dotnetheaven.com/UploadFile/mosessaur/aspnetlocalization03232006045335AM/aspnetlocalization.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Introduction to Localization in ASP.NET 2.0    &lt;br /&gt;&lt;a href="http://www.west-wind.com/presentations/wwDbResourceProvider/introtolocalization.aspx"&gt;http://www.west-wind.com/presentations/wwDbResourceProvider/introtolocalization.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Localization in ASP.NET 2.0    &lt;br /&gt;&lt;a href="http://aspalliance.com/821"&gt;http://aspalliance.com/821&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Localization practices for .NET 2.0: It's still about the architecture    &lt;br /&gt;&lt;a href="http://searchwindevelopment.techtarget.com/tip/0,289483,sid8_gci1278147,00.html#"&gt;http://searchwindevelopment.techtarget.com/tip/0,289483,sid8_gci1278147,00.html#&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Arabization: Localization/Globalization in ASP.Net 2.0    &lt;br /&gt;&lt;a href="http://www.c-sharpcorner.com/UploadFile/munnamax/Localization03172007031927AM/Localization.aspx"&gt;http://www.c-sharpcorner.com/UploadFile/munnamax/Localization03172007031927AM/Localization.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Creating multilingual websites - Part 1    &lt;br /&gt;&lt;a href="http://www.codeproject.com/KB/aspnet/localization_websites.aspx"&gt;http://www.codeproject.com/KB/aspnet/localization_websites.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Localization in ASP.NET 2.0    &lt;br /&gt;&lt;a href="http://www.ondotnet.com/pub/a/dotnet/2005/08/08/localizingaspnet20.html"&gt;http://www.ondotnet.com/pub/a/dotnet/2005/08/08/localizingaspnet20.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Resources and Localization in ASP.NET 2.0    &lt;br /&gt;&lt;a href="http://msdn.microsoft.com/en-us/magazine/cc163566.aspx"&gt;http://msdn.microsoft.com/en-us/magazine/cc163566.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Internationalizing Your Application-ASP.NET QuickStart Tutorial&lt;/p&gt;  &lt;p&gt;&lt;a href="http://quickstarts.asp.net/QuickStartv20/aspnet/doc/localization/default.aspx"&gt;http://quickstarts.asp.net/QuickStartv20/aspnet/doc/localization/default.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6206978" width="1" height="1"&gt;</content><author><name>Jalpesh P. Vadgama</name><uri>http://weblogs.asp.net/members/Jalpesh-P.-Vadgama.aspx</uri></author></entry><entry><title>Page.RegisterClientscriptBlock was not working with rad Ajax panel</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jalpeshpvadgama/archive/2008/04/28/page-registerclientscriptblock-was-not-working-with-rad-ajax-panel.aspx" /><id>http://weblogs.asp.net/jalpeshpvadgama/archive/2008/04/28/page-registerclientscriptblock-was-not-working-with-rad-ajax-panel.aspx</id><published>2008-04-28T06:38:58Z</published><updated>2008-04-28T06:38:58Z</updated><content type="html">&lt;p&gt;I have using rad ajax panel to apply ajax on my web applications. And I have found that Page.RegisterClientScriptBlock was not working with rad ajax panel. I have found a very good solutions for them. There is a property called &amp;quot;EnableOutsideScripts&amp;quot;. I have set it true.. Now it is working fine ...&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6138209" width="1" height="1"&gt;</content><author><name>Jalpesh P. Vadgama</name><uri>http://weblogs.asp.net/members/Jalpesh-P.-Vadgama.aspx</uri></author></entry><entry><title>Previous week startdate and enddate in sql server 2000,sql server 2005</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jalpeshpvadgama/archive/2008/04/26/previous-week-startdate-and-enddate-in-sql-server-2000-sql-server-2005.aspx" /><id>http://weblogs.asp.net/jalpeshpvadgama/archive/2008/04/26/previous-week-startdate-and-enddate-in-sql-server-2000-sql-server-2005.aspx</id><published>2008-04-26T05:10:13Z</published><updated>2008-04-26T05:10:13Z</updated><content type="html">&lt;p&gt;Following are the some tricky code to find previous week startdate and enddate in sql server 2000/2005&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Set @STimeStamp=GETDATE()    &lt;br /&gt;set @PStartDate=@STimeStamp-DATEPART(dw,@STimeStamp)-6     &lt;br /&gt;set @PEndDate=@STimeStamp-DATEPART(dw,@STimeStamp)&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6131404" width="1" height="1"&gt;</content><author><name>Jalpesh P. Vadgama</name><uri>http://weblogs.asp.net/members/Jalpesh-P.-Vadgama.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/ASP.NET/default.aspx" /><category term="C#.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/C_23002E00_NET/default.aspx" /><category term="VB.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/VB.NET/default.aspx" /><category term="SQL Server" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/SQL+Server/default.aspx" /><category term="Microsoft" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/Microsoft/default.aspx" /></entry><entry><title>Microsoft enterprise library 4.0 CTP Release</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jalpeshpvadgama/archive/2008/04/11/microsoft-enterprise-library-4-0-ctp-release.aspx" /><id>http://weblogs.asp.net/jalpeshpvadgama/archive/2008/04/11/microsoft-enterprise-library-4-0-ctp-release.aspx</id><published>2008-04-11T04:42:16Z</published><updated>2008-04-11T04:42:16Z</updated><content type="html">&lt;p&gt;For some days ago microsoft has release Microsoft enterprise library 4.0 CTP. &lt;/p&gt;  &lt;p&gt;This release has been adapted to work with WMI version 2.0 and version 3.5 of the .NET Framework. &lt;/p&gt;  &lt;p&gt;For more Details visit following links..&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=entlib&amp;amp;ReleaseId=12142" href="http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=entlib&amp;amp;ReleaseId=12142"&gt;http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=entlib&amp;amp;ReleaseId=12142&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.msdn.com/agile/archive/2008/03/31/enterprise-library-4-0-march-2008-ctp-released.aspx" href="http://blogs.msdn.com/agile/archive/2008/03/31/enterprise-library-4-0-march-2008-ctp-released.aspx"&gt;http://blogs.msdn.com/agile/archive/2008/03/31/enterprise-library-4-0-march-2008-ctp-released.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Here are the system requiement :&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Microsoft Windows XP Professional, Windows Server 2003, Windows Server 2008, or Windows Vista operating system &lt;/li&gt;    &lt;li&gt;Microsoft .NET Framework 3.5 or higher. &lt;/li&gt;    &lt;li&gt;Microsoft Visual Studio 2008 development system (any of the following editions): Standard Edition, Professional Edition, Team Edition for Software Developers, Team Edition for Software Testers, Team Edition for Software Architects, or Team Suite &lt;/li&gt; &lt;/ul&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6085640" width="1" height="1"&gt;</content><author><name>Jalpesh P. Vadgama</name><uri>http://weblogs.asp.net/members/Jalpesh-P.-Vadgama.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/ASP.NET/default.aspx" /><category term="Microsoft" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/Microsoft/default.aspx" /><category term="ASP.NET MVC" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/ASP.NET+MVC/default.aspx" /><category term="Enterprise Library" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/Enterprise+Library/default.aspx" /></entry><entry><title>ASP.NET MVC Framework Link collection</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jalpeshpvadgama/archive/2008/02/19/asp-net-mvc-framework-link-collection.aspx" /><id>http://weblogs.asp.net/jalpeshpvadgama/archive/2008/02/19/asp-net-mvc-framework-link-collection.aspx</id><published>2008-02-19T07:00:52Z</published><updated>2008-02-19T07:00:52Z</updated><content type="html">&lt;p&gt;Microsoft will release it's Model view controller base framework for asp.net. In this user will have built in support for model view controller architecture.&lt;/p&gt;  &lt;p&gt;Here are the some interesting collection of links related to asp.net MVC Framework..&lt;/p&gt;  &lt;p&gt;ASP.NET MVC Introduction:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://weblogs.asp.net/scottgu/archive/2007/10/14/asp-net-mvc-framework.aspx" href="http://weblogs.asp.net/scottgu/archive/2007/10/14/asp-net-mvc-framework.aspx"&gt;&lt;strong&gt;http://weblogs.asp.net/scottgu/archive/2007/10/14/asp-net-mvc-framework.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-framework-part-1.aspx" href="http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-framework-part-1.aspx"&gt;&lt;strong&gt;http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-framework-part-1.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Download &lt;strong&gt; &lt;/strong&gt;&lt;a href="http://www.asp.net/MVCToolkit.zip"&gt;&lt;strong&gt;ASP.NET MVC Toolkit&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.code-magazine.com/Article.aspx?quickid=070173" href="http://www.code-magazine.com/Article.aspx?quickid=070173"&gt;&lt;strong&gt;http://www.code-magazine.com/Article.aspx?quickid=070173&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.pnpguidance.net/Category/ASPNETMVCFramework.aspx" href="http://www.pnpguidance.net/Category/ASPNETMVCFramework.aspx"&gt;&lt;strong&gt;http://www.pnpguidance.net/Category/ASPNETMVCFramework.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://geekswithblogs.net/AzamSharp/archive/2008/01/29/119070.aspx" href="http://geekswithblogs.net/AzamSharp/archive/2008/01/29/119070.aspx"&gt;&lt;strong&gt;http://geekswithblogs.net/AzamSharp/archive/2008/01/29/119070.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://geekswithblogs.net/AzamSharp/archive/2008/01/30/119105.aspx" href="http://geekswithblogs.net/AzamSharp/archive/2008/01/30/119105.aspx"&gt;&lt;strong&gt;http://geekswithblogs.net/AzamSharp/archive/2008/01/30/119105.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;ASP. NET MVC Video:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.hanselman.com/blog/ScottGuMVCPresentationAndScottHaScreencastFromALTNETConference.aspx" href="http://www.hanselman.com/blog/ScottGuMVCPresentationAndScottHaScreencastFromALTNETConference.aspx"&gt;&lt;strong&gt;http://www.hanselman.com/blog/ScottGuMVCPresentationAndScottHaScreencastFromALTNETConference.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;ASP.NET MVC Road Map:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://weblogs.asp.net/scottgu/archive/2008/02/12/asp-net-mvc-framework-road-map-update.aspx" href="http://weblogs.asp.net/scottgu/archive/2008/02/12/asp-net-mvc-framework-road-map-update.aspx"&gt;&lt;strong&gt;http://weblogs.asp.net/scottgu/archive/2008/02/12/asp-net-mvc-framework-road-map-update.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;ASP.NET URL Rewriting:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://weblogs.asp.net/scottgu/archive/2007/12/03/asp-net-mvc-framework-part-2-url-routing.aspx" href="http://weblogs.asp.net/scottgu/archive/2007/12/03/asp-net-mvc-framework-part-2-url-routing.aspx"&gt;&lt;strong&gt;http://weblogs.asp.net/scottgu/archive/2007/12/03/asp-net-mvc-framework-part-2-url-routing.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Passing view data from controllers to views&lt;/p&gt;  &lt;p&gt;&lt;a title="http://weblogs.asp.net/scottgu/archive/2007/12/06/asp-net-mvc-framework-part-3-passing-viewdata-from-controllers-to-views.aspx" href="http://weblogs.asp.net/scottgu/archive/2007/12/06/asp-net-mvc-framework-part-3-passing-viewdata-from-controllers-to-views.aspx"&gt;&lt;strong&gt;http://weblogs.asp.net/scottgu/archive/2007/12/06/asp-net-mvc-framework-part-3-passing-viewdata-from-controllers-to-views.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Handling from edit and post scenarios:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://weblogs.asp.net/scottgu/archive/2007/12/09/asp-net-mvc-framework-part-4-handling-form-edit-and-post-scenarios.aspx" href="http://weblogs.asp.net/scottgu/archive/2007/12/09/asp-net-mvc-framework-part-4-handling-form-edit-and-post-scenarios.aspx"&gt;&lt;strong&gt;http://weblogs.asp.net/scottgu/archive/2007/12/09/asp-net-mvc-framework-part-4-handling-form-edit-and-post-scenarios.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;ASP.NET MVC Ajax:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.nikhilk.net/Ajax-MVC.aspx" href="http://www.nikhilk.net/Ajax-MVC.aspx"&gt;&lt;strong&gt;http://www.nikhilk.net/Ajax-MVC.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Using JQuery with ASP.NET MVC:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.chadmyers.com/Blog/archive/2007/12/13/using-jquery-with-asp.net-mvc.aspx" href="http://www.chadmyers.com/Blog/archive/2007/12/13/using-jquery-with-asp.net-mvc.aspx"&gt;&lt;strong&gt;http://www.chadmyers.com/Blog/archive/2007/12/13/using-jquery-with-asp.net-mvc.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Rss Feed with ASP.NET MVC Framework:&lt;/p&gt;  &lt;h3&gt;&lt;a title="http://blogs.msdn.com/brada/archive/2007/11/14/rss-feed-with-the-new-asp-net-mvc-framework.aspx" href="http://blogs.msdn.com/brada/archive/2007/11/14/rss-feed-with-the-new-asp-net-mvc-framework.aspx"&gt;&lt;font size="2"&gt;http://blogs.msdn.com/brada/archive/2007/11/14/rss-feed-with-the-new-asp-net-mvc-framework.aspx&lt;/font&gt;&lt;/a&gt;&lt;/h3&gt;  &lt;p&gt;ASP.Net MVC Framework - Create your own IControllerFactory and use Spring.Net for DI :&lt;/p&gt;  &lt;p&gt;&lt;a title="http://weblogs.asp.net/fredriknormen/archive/2007/11/17/asp-net-mvc-framework-create-your-own-icontrollerfactory-and-use-spring-net.aspx" href="http://weblogs.asp.net/fredriknormen/archive/2007/11/17/asp-net-mvc-framework-create-your-own-icontrollerfactory-and-use-spring-net.aspx"&gt;&lt;strong&gt;http://weblogs.asp.net/fredriknormen/archive/2007/11/17/asp-net-mvc-framework-create-your-own-icontrollerfactory-and-use-spring-net.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Dangers of New ASP.NET Framework:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blog.madskristensen.dk/post/Dangers-of-the-new-ASPNET-MVC-framework.aspx" href="http://blog.madskristensen.dk/post/Dangers-of-the-new-ASPNET-MVC-framework.aspx"&gt;&lt;strong&gt;http://blog.madskristensen.dk/post/Dangers-of-the-new-ASPNET-MVC-framework.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; ASP.NET MVC Framework and Composite Web Application Block ( CWAB ):&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.pnpguidance.net/Post/ASPNETMVCFrameworkCompositeWebApplicationBlockCWAB.aspx"&gt;&lt;strong&gt;http://www.pnpguidance.net/Post/ASPNETMVCFrameworkCompositeWebApplicationBlockCWAB.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; ASP.NET Link Collection:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://codeclimber.net.nz/archive/2008/01/28/ASP.NET-MVC-Link-collection.aspx" href="http://codeclimber.net.nz/archive/2008/01/28/ASP.NET-MVC-Link-collection.aspx"&gt;&lt;strong&gt;http://codeclimber.net.nz/archive/2008/01/28/ASP.NET-MVC-Link-collection.aspx&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5818560" width="1" height="1"&gt;</content><author><name>Jalpesh P. Vadgama</name><uri>http://weblogs.asp.net/members/Jalpesh-P.-Vadgama.aspx</uri></author><category term="General" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/General/default.aspx" /><category term="ASP.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/ASP.NET/default.aspx" /><category term="C#.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/C_23002E00_NET/default.aspx" /><category term="VB.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/VB.NET/default.aspx" /><category term="SilverLight" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/SilverLight/default.aspx" /><category term="AJAx" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/AJAx/default.aspx" /><category term="Microsoft" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/Microsoft/default.aspx" /><category term="ASP.NET MVC" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/ASP.NET+MVC/default.aspx" /></entry><entry><title>Infosys Guys are blogging about .NET</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jalpeshpvadgama/archive/2008/02/14/infosys-guys-are-blogging-about-net.aspx" /><id>http://weblogs.asp.net/jalpeshpvadgama/archive/2008/02/14/infosys-guys-are-blogging-about-net.aspx</id><published>2008-02-14T06:38:56Z</published><updated>2008-02-14T06:38:56Z</updated><content type="html">&lt;p&gt;Infosys is India's most well know company at we all know.Recently I have visited the Infosys and I found there blogs about Microsoft Technologies. I had read some entries and I found lots of things to learn.&lt;/p&gt;  &lt;p&gt;here is the link for there blogs about Microsoft technology.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://infosysblogs.com/microsoft/net_20/" href="http://infosysblogs.com/microsoft/net_20/"&gt;http://infosysblogs.com/microsoft/net_20/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5783200" width="1" height="1"&gt;</content><author><name>Jalpesh P. Vadgama</name><uri>http://weblogs.asp.net/members/Jalpesh-P.-Vadgama.aspx</uri></author><category term="General" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/General/default.aspx" /><category term="ASP.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/ASP.NET/default.aspx" /><category term="C#.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/C_23002E00_NET/default.aspx" /><category term="VB.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/VB.NET/default.aspx" /><category term="Infosys" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/Infosys/default.aspx" /><category term="Microsoft" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/Microsoft/default.aspx" /></entry><entry><title>GetYear Function in Java Script is not working properly in firefox</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jalpeshpvadgama/archive/2008/02/11/getyear-function-in-java-script-is-not-working-properly-in-firefox.aspx" /><id>http://weblogs.asp.net/jalpeshpvadgama/archive/2008/02/11/getyear-function-in-java-script-is-not-working-properly-in-firefox.aspx</id><published>2008-02-11T05:30:32Z</published><updated>2008-02-11T05:30:32Z</updated><content type="html">&lt;p&gt;Hi Folks,&lt;/p&gt;  &lt;p&gt;I have found that some times in firefox getyear function is not working properly. For example.We define a date value with following.&lt;/p&gt;  &lt;p&gt;var dtTo = new Date(&amp;quot;11-Feb-2007&amp;quot;);&lt;/p&gt;  &lt;p&gt;Now if you do alert like&lt;/p&gt;  &lt;p&gt;Alert(dtTo.getYear());&lt;/p&gt;  &lt;p&gt;But in firefox year is displaying like 107.So to fix this issue. I have used getFullYear function like&lt;/p&gt;  &lt;p&gt;Alert(dtTo.getFullYear());&lt;/p&gt;  &lt;p&gt;And It's working fine...&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5756915" width="1" height="1"&gt;</content><author><name>Jalpesh P. Vadgama</name><uri>http://weblogs.asp.net/members/Jalpesh-P.-Vadgama.aspx</uri></author></entry><entry><title>Developing n-tier application with Microsoft.NET </title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jalpeshpvadgama/archive/2008/01/29/developing-n-tier-application-with-microsoft-net.aspx" /><id>http://weblogs.asp.net/jalpeshpvadgama/archive/2008/01/29/developing-n-tier-application-with-microsoft-net.aspx</id><published>2008-01-29T05:10:00Z</published><updated>2008-01-29T05:10:00Z</updated><content type="html">&lt;P mce_keep="true"&gt;There are lots of &lt;SPAN class=blsp-spelling-corrected id=SPELLING_ERROR_0&gt;debates&lt;/SPAN&gt; and information about developing n-tier application using &lt;SPAN class=blsp-spelling-corrected id=SPELLING_ERROR_1&gt;Microsoft&lt;/SPAN&gt; .net framework. Every one has its own mechanism. I found a &lt;SPAN class=blsp-spelling-corrected id=SPELLING_ERROR_2&gt;interesting&lt;/SPAN&gt; article at &lt;SPAN class=blsp-spelling-corrected id=SPELLING_ERROR_3&gt;Microsoft&lt;/SPAN&gt; site. It is very good and with the source code.&lt;BR&gt;&lt;BR&gt;Here are the link for that article:&lt;BR&gt;&lt;BR&gt;&lt;A href="http://www.microsoft.com/belux/msdn/nl/community/columns/hyatt/ntier1.mspx"&gt;&lt;FONT color=#1589ff&gt;http://www.microsoft.com/belux/msdn/nl/community/columns/hyatt/ntier1.mspx&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;It explains every &lt;SPAN class=blsp-spelling-corrected id=SPELLING_ERROR_4&gt;aspects&lt;/SPAN&gt; of developing n-tier application with &lt;SPAN class=blsp-spelling-corrected id=SPELLING_ERROR_5&gt;Microsoft&lt;/SPAN&gt; .net framework.&lt;BR&gt;&lt;BR&gt;Happy Programming&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5669049" width="1" height="1"&gt;</content><author><name>Jalpesh P. Vadgama</name><uri>http://weblogs.asp.net/members/Jalpesh-P.-Vadgama.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/ASP.NET/default.aspx" /></entry><entry><title>Capabilities Microsoft SQL Server,Microsoft ACCESS, MSDE </title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jalpeshpvadgama/archive/2008/01/29/capabilities-microsoft-sql-server-microsoft-access-msde.aspx" /><id>http://weblogs.asp.net/jalpeshpvadgama/archive/2008/01/29/capabilities-microsoft-sql-server-microsoft-access-msde.aspx</id><published>2008-01-29T05:05:00Z</published><updated>2008-01-29T05:05:00Z</updated><content type="html">&lt;P&gt;I have found a very good site with provide the &lt;SPAN class=blsp-spelling-corrected id=SPELLING_ERROR_0&gt;comparison&lt;/SPAN&gt; of &lt;SPAN class=blsp-spelling-corrected id=SPELLING_ERROR_1&gt;Microsoft&lt;/SPAN&gt; &lt;SPAN class=blsp-spelling-error id=SPELLING_ERROR_2&gt;sql&lt;/SPAN&gt; server, &lt;SPAN class=blsp-spelling-corrected id=SPELLING_ERROR_3&gt;Microsoft&lt;/SPAN&gt; and &lt;SPAN class=blsp-spelling-corrected id=SPELLING_ERROR_4&gt;mdse capabilities&lt;/SPAN&gt; on the basis of following.&lt;BR&gt;
&lt;OL&gt;
&lt;LI&gt;Number of instances per server 
&lt;LI&gt;Number of databases per instance / server 
&lt;LI&gt;Number of objects per database 
&lt;LI&gt;Number of users per database 
&lt;LI&gt;Number of roles per database 
&lt;LI&gt;Overall size of database (excluding logs) 
&lt;LI&gt;Number of columns per table 
&lt;LI&gt;Number of rows per table 
&lt;LI&gt;Number of bytes per row 
&lt;LI&gt;Number of columns per query 
&lt;LI&gt;Number of tables per query Size of procedure / query 
&lt;LI&gt;Number of input &lt;SPAN class=blsp-spelling-error id=SPELLING_ERROR_5&gt;params&lt;/SPAN&gt; per procedure / query 
&lt;LI&gt;Size of &lt;SPAN class=blsp-spelling-error id=SPELLING_ERROR_6&gt;SQL&lt;/SPAN&gt; statement / batch Depth of &lt;SPAN class=blsp-spelling-corrected id=SPELLING_ERROR_7&gt;sub query&lt;/SPAN&gt; nesting 
&lt;LI&gt;Number of indexes per table 
&lt;LI&gt;Number of columns per index 
&lt;LI&gt;Number of characters per object name 
&lt;LI&gt;Number of concurrent user connections &lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;here is the link for that site:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://sqlserver2000.databases.aspfaq.com/what-are-the-capacities-of-access-sql-server-and-msde.html"&gt;&lt;FONT color=#1589ff&gt;http://sqlserver2000.databases.aspfaq.com/what-are-the-capacities-of-access-sql-server-and-msde.html&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5669023" width="1" height="1"&gt;</content><author><name>Jalpesh P. Vadgama</name><uri>http://weblogs.asp.net/members/Jalpesh-P.-Vadgama.aspx</uri></author><category term="SQL Server" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>SQL Server Index </title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jalpeshpvadgama/archive/2008/01/29/sql-server-index.aspx" /><id>http://weblogs.asp.net/jalpeshpvadgama/archive/2008/01/29/sql-server-index.aspx</id><published>2008-01-29T05:04:00Z</published><updated>2008-01-29T05:04:00Z</updated><content type="html">&lt;DIV align=justify&gt;Some Times we want to retrive data fastly without wasting time to retrive it. SQL Server Indexes can greatly help to make data retrival fast and provide quick access to tables.&lt;/DIV&gt;
&lt;DIV align=justify&gt;&lt;/DIV&gt;
&lt;DIV align=justify&gt;Therer are four type of indexes in SQL Server 2000/2005.&lt;/DIV&gt;
&lt;DIV align=justify&gt;&lt;/DIV&gt;
&lt;DIV align=justify&gt;1) Unique Key Index&lt;/DIV&gt;
&lt;DIV align=justify&gt;2) Clustered Index&lt;/DIV&gt;
&lt;DIV align=justify&gt;3) Non Clustered Index&lt;/DIV&gt;
&lt;DIV align=justify&gt;4) Compsite Key Index&lt;/DIV&gt;
&lt;DIV align=justify&gt;&lt;/DIV&gt;
&lt;DIV align=justify&gt;&lt;STRONG&gt;Unique Key Index:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV align=justify&gt;As the name suggest this index does not allow duplicate values in rows. So it checks whether the data is unique or it Other wise it will give a error.&lt;/DIV&gt;
&lt;DIV align=justify&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV align=justify&gt;&lt;STRONG&gt;Clustered Index:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV align=justify&gt;Clustered Index dictates the physical storage order of the data in the table. A table can have only one clustered index.&lt;/DIV&gt;
&lt;DIV align=justify&gt;&lt;/DIV&gt;
&lt;DIV align=justify&gt;&lt;STRONG&gt;Non Clustered Index:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV align=justify&gt;A non clustered index is a seperate index structure indepedent of the physical storage order of data. Sql Server 2000 alllowed 249 indexes per table.&lt;/DIV&gt;
&lt;DIV align=justify&gt;&lt;/DIV&gt;
&lt;DIV align=justify&gt;&lt;STRONG&gt;Compsite Key Index:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV align=justify&gt;As the name suggest in the composite key index two or more columns of tables to make a single unit. Sql Server 2000 allow 16 indexes per table.&lt;/DIV&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5669016" width="1" height="1"&gt;</content><author><name>Jalpesh P. Vadgama</name><uri>http://weblogs.asp.net/members/Jalpesh-P.-Vadgama.aspx</uri></author><category term="SQL Server" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Performance Tuning on SQL Server </title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jalpeshpvadgama/archive/2008/01/29/performance-tuning-on-sql-server.aspx" /><id>http://weblogs.asp.net/jalpeshpvadgama/archive/2008/01/29/performance-tuning-on-sql-server.aspx</id><published>2008-01-29T05:03:00Z</published><updated>2008-01-29T05:03:00Z</updated><content type="html">&lt;P&gt;Performance is one of most important factor at the time of the application developement. If your application or website is not responding fast to user queries then it's accepted by the users.&lt;BR&gt;&lt;BR&gt;Here are the some tips to make fast retrival of data from sql server.&lt;BR&gt;&lt;BR&gt;1) Create Index- Indexes are great way to improve your performance. It uniquely indetifys the each row in table.&lt;BR&gt;&lt;BR&gt;2) Avoid Cursor- Cursors are time consuming so avoid cursors as much as you can do more work with queries.&lt;BR&gt;&lt;BR&gt;3) Avoid Joins- Joins are also time consuming so avoid it.&lt;BR&gt;&lt;BR&gt;4) Create Primary and Foreign keys in tables&lt;BR&gt;&lt;BR&gt;5) Be sure your tables must have atleast one column that uniquely indetifys each rows&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5669011" width="1" height="1"&gt;</content><author><name>Jalpesh P. Vadgama</name><uri>http://weblogs.asp.net/members/Jalpesh-P.-Vadgama.aspx</uri></author><category term="SQL Server" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Ten Must-Have Tools Every .NET Developer Should Download Now </title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/jalpeshpvadgama/archive/2008/01/29/ten-must-have-tools-every-net-developer-should-download-now.aspx" /><id>http://weblogs.asp.net/jalpeshpvadgama/archive/2008/01/29/ten-must-have-tools-every-net-developer-should-download-now.aspx</id><published>2008-01-29T05:01:00Z</published><updated>2008-01-29T05:01:00Z</updated><content type="html">James Avery created a list of tools that every developer should download.&lt;BR&gt;&lt;BR&gt;This list contains .....&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/#S1" target=_self&gt;&lt;FONT color=#1589ff&gt;Snippet Compiler&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/#S2" target=_self&gt;&lt;FONT color=#1589ff&gt;Regulator&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/#S3" target=_self&gt;&lt;SPAN class=blsp-spelling-error id=SPELLING_ERROR_0&gt;&lt;FONT color=#1589ff&gt;CodeSmith&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/#S4" target=_self&gt;&lt;FONT color=#1589ff&gt;Building a Custom Template&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/#S5" target=_self&gt;&lt;SPAN class=blsp-spelling-error id=SPELLING_ERROR_1&gt;&lt;FONT color=#1589ff&gt;NUnit&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/#S6" target=_self&gt;&lt;FONT color=#1589ff&gt;Writing an &lt;SPAN class=blsp-spelling-error id=SPELLING_ERROR_2&gt;NUnit&lt;/SPAN&gt; Test&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/#S7" target=_self&gt;&lt;SPAN class=blsp-spelling-error id=SPELLING_ERROR_3&gt;&lt;FONT color=#1589ff&gt;FxCop&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/#S8" target=_self&gt;&lt;FONT color=#1589ff&gt;&lt;SPAN class=blsp-spelling-error id=SPELLING_ERROR_4&gt;Lutz&lt;/SPAN&gt; &lt;SPAN class=blsp-spelling-error id=SPELLING_ERROR_5&gt;Roeder's&lt;/SPAN&gt; .NET Reflector&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/#S9" target=_self&gt;&lt;SPAN class=blsp-spelling-error id=SPELLING_ERROR_6&gt;&lt;FONT color=#1589ff&gt;NDoc&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/#S10" target=_self&gt;&lt;SPAN class=blsp-spelling-error id=SPELLING_ERROR_7&gt;&lt;FONT color=#1589ff&gt;NAnt&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/#S11" target=_self&gt;&lt;FONT color=#1589ff&gt;&lt;SPAN class=blsp-spelling-error id=SPELLING_ERROR_8&gt;NAnt&lt;/SPAN&gt; in Action&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/#S12" target=_self&gt;&lt;FONT color=#1589ff&gt;Switch Tools&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;here is the link of article that &lt;SPAN class=blsp-spelling-corrected id=SPELLING_ERROR_9&gt;descries&lt;/SPAN&gt; the every tools in great details...&lt;BR&gt;&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/"&gt;&lt;FONT color=#1589ff&gt;http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/&lt;/FONT&gt;&lt;/A&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5669006" width="1" height="1"&gt;</content><author><name>Jalpesh P. Vadgama</name><uri>http://weblogs.asp.net/members/Jalpesh-P.-Vadgama.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/ASP.NET/default.aspx" /><category term="C#.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/C_23002E00_NET/default.aspx" /><category term="VB.NET" scheme="http://weblogs.asp.net/jalpeshpvadgama/archive/tags/VB.NET/default.aspx" /></entry></feed>