﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=ravikumar-raja" rel="self" type="application/rss+xml" /><item><title>Internationalizing Your Application in ASP.Net 2.0 using VB.NET</title><description>The Web has had worldwide reach since its inception. Users have different cultural expectations and speak different languages. In this Quickstart you will learn how powerful new ASP.NET v2.0 features make it easier to adapt your Web application to different countries, regions, and markets.</description><link>https://www.c-sharpcorner.com/UploadFile/RavikumarRaja/internationalizing-your-application-in-Asp-Net-2-0-using-vb/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/RavikumarRaja/internationalizing-your-application-in-Asp-Net-2-0-using-vb/</guid><pubDate>Sat, 10 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ravikumar Raja)</author></item><item><title>User management, roles and personalization system in ASP.NET 2.0 using VB.NET</title><description>Scott Gu, had a cool CreateUserWizard control sample that I have expanded upon to build-up a sample that demonstrates how to build a fairly common user management, roles and personalization system in ASP.NET 2.0 that does this. I was pleasantly surprised to find it only took about 25 lines of C# code in the entire app.</description><link>https://www.c-sharpcorner.com/UploadFile/RavikumarRaja/user-management-roles-and-personalization-system-in-Asp-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/RavikumarRaja/user-management-roles-and-personalization-system-in-Asp-Net/</guid><pubDate>Sat, 10 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ravikumar Raja)</author></item><item><title>Themes in ASP.NET 2.0 using VB.NET</title><description>In this article we will try to cover one great feature of ASP.NET 2.0, i.e. Themes. Themes are the great way to customize user-experience in the web application. Themes are used to define the look and feel of the web application, similar to the use of Cascading Style Sheets (CSS). Unlike CSS, themes can specify the look of the server-side control like a tree-view control, how they will appear when they are rendered by the browser. </description><link>https://www.c-sharpcorner.com/UploadFile/RavikumarRaja/themes-in-Asp-Net-2-0-using-VB-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/RavikumarRaja/themes-in-Asp-Net-2-0-using-VB-Net/</guid><pubDate>Sat, 10 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ravikumar Raja)</author></item><item><title>Explorer Offline through AJAX in VB.NET</title><description>In Internet Explorer (and all other common web browsers) you have an menu item File -&gt; Work off-line. What does this do with you web application.</description><link>https://www.c-sharpcorner.com/UploadFile/RavikumarRaja/explorer-offline-through-ajax-in-VB-Net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/UploadFile/RavikumarRaja/explorer-offline-through-ajax-in-VB-Net/</guid><pubDate>Thu, 08 Nov 2012 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ravikumar Raja)</author></item><item><title>Internationalizing Your Application - ASP.Net 2.0</title><description>The Web has had worldwide reach since its inception. Users have different cultural expectations and speak different languages. In this Quickstart you will learn how powerful new ASP.NET v2.0 features make it easier to adapt your Web application to different countries, regions, and markets.</description><link>http://www.vbdotnetheaven.com/UploadFile/RavikumarRaja/Localization09012006003952AM/Localization.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/RavikumarRaja/Localization09012006003952AM/Localization.aspx</guid><pubDate>Fri, 01 Sep 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ravikumar Raja)</author></item><item><title>Explorer Offline through AJAX </title><description>In Internet Explorer (and all other common web browsers) you have an menu item File -&gt; Work off-line. What does this do with you web application? Of course, it is working offline, no communication possible to the web server. When connected with a dial-up connection it can happen that this is done automatically if you disconnect from your internet service provider.

</description><link>http://www.vbdotnetheaven.com/UploadFile/RavikumarRaja/AJAX08252006062510AM/AJAX.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/RavikumarRaja/AJAX08252006062510AM/AJAX.aspx</guid><pubDate>Mon, 28 Aug 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ravikumar Raja)</author></item><item><title>User management, roles and personalization system in ASP.NET 2.0 </title><description>Scott Gu, had a cool CreateUserWizard control sample that I have expanded upon to build-up a sample that demonstrates how to build a fairly common user management, roles and personalization system in ASP.NET 2.0 that does this.  I was pleasantly surprised to find it only took about 25 lines of C# code in the entire app :)</description><link>http://www.vbdotnetheaven.com/UploadFile/RavikumarRaja/Roles08252006065633AM/Roles.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/RavikumarRaja/Roles08252006065633AM/Roles.aspx</guid><pubDate>Sun, 27 Aug 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ravikumar Raja)</author></item><item><title>Themes in ASP.NET 2.0</title><description>In this article we will try to cover one great feature of ASP.NET 2.0, i.e. Themes. Themes are the great way to customize user-experience in the web application. Themes are used to define the look and feel of the web application, similar to the use of Cascading Style Sheets (CSS). Unlike CSS, themes can specify the look of the server-side control like a tree-view control, how they will appear when they are rendered by the browser. </description><link>http://www.vbdotnetheaven.com/UploadFile/RavikumarRaja/THEMES08252006051849AM/THEMES.aspx</link><guid isPermaLink="true">http://www.vbdotnetheaven.com/UploadFile/RavikumarRaja/THEMES08252006051849AM/THEMES.aspx</guid><pubDate>Sat, 26 Aug 2006 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Ravikumar Raja)</author></item></channel></rss>