Articles (2414) - Page 159

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

2414 records found.
 
SheoNarayan
Writing SEO friendly url using HttpHandlers in ASP.NET 
Last updated on: 11 May 2008 10:36:47 PM by SheoNarayan | Views: 39597 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
In general it is recommend to not use querystring in the url as search engines doesn't rank those pages well and give very low priority. To avoid querystring there are several third party component that can be used like ISAPI, url rewriter. However in this article, I am going to show you how to rewrite url using ASP.NET built in HttpHandler.
SheoNarayan
How to use Connection object efficiently 
Last updated on: 09 May 2008 08:16:45 PM by SheoNarayan | Views: 9960 | Category: ADO.NET |
Votes: 2 | Rating: 4 out of 5
In this article, I am going to show how to use Connection object efficiently and what are the standard practices we should follow while working with connection objects.
Suhailnabi
ASP.Net Tips and Tricks 
Last updated on: 01 May 2008 09:14:25 AM by Suhailnabi | Views: 10570 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
I'm Going to explain now on some Control tip and tricks which will help and increase the speed of the webpages
Suhailnabi
Boxing and Unboxing in C# .Net 
Last updated on: 01 May 2008 09:09:38 AM by Suhailnabi | Views: 21476 | Category: ASP.NET |
Votes: 4 | Rating: 4 out of 5
In this article I will explain the concepts of Boxing and UnBoxing. C# provides us with Value types and Reference Types. Value Types are stored on the stack and Reference types are stored on the heap. The conversion of value type to reference type is known as boxing and converting reference type back to the value type is known as unboxing.
Ragha
SingleTon Pattern in C#.net 
Last updated on: 01 May 2008 08:22:45 AM by Ragha | Views: 52890 | Category: Design Pattern & Practices |
Votes: 2 | Rating: 5 out of 5
The Singleton pattern ensures that a class only has one instance and provides a global point of access to it from a well-known access point. The class implemented using this pattern is responsible for keeping track of its sole instance rather than relying on global variables to single instances of objects.
Suhailnabi
Modification of IIS Metabase in C# 
Last updated on: 01 May 2008 02:43:33 AM by Suhailnabi | Views: 18606 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
System.DirectoryServices namespace can be used to access Internet Information Service(IIS). You can create, delete and change the properties of web servers, virtual directories, directories and files. Also you can invoke IIS methods.
Suhailnabi
ASP.NET - Sorting a GridView Bound to a Custom Data Object 
Last updated on: 30 Apr 2008 03:59:07 AM by Suhailnabi | Views: 21685 | Category: ASP.NET |
This article presents a technique for sorting a GridView populated from a list of custom data objects. It relies on the view state and does not require additional calls to the database.
  • SheoNarayan
    Dynamically generating thumbnail images in ASP.NET with C# without affecting initial page load time 
    Last updated on: 29 Apr 2008 07:21:06 PM by SheoNarayan | Views: 43320 | Category: ASP.NET |
    Votes: 2 | Rating: 5 out of 5
    Creating thumbnail with ASP.NET with C#. There are several ways to do that but this way I feel much better and efficient and also this doesn't affect initial page load time.
    SheoNarayan
    Transferring data from SQL Server database to MySql database 
    Last updated on: 27 Apr 2008 07:52:45 PM by SheoNarayan | Views: 18378 | Category: ASP.NET |
    Hi, The other day I was facing problem while migrating my Sql Server database tables into MySql database. I tried to google it but couldn't find any great solution that can do it through code easily. Thought to share this simple code to all of you.
    Chinnu21
    Difference between TOP clause in SQL 2000 and SQL 2005 
    Last updated on: 23 Apr 2008 06:51:45 AM by Chinnu21 | Views: 22875 | Category: Sql Server |
    Generally TOP clause is used to perform SELECT on top n results. This feature of TOP is extended in SQL 2005 so that we can also use expression apart from int, bigint and percent to perform query and also extended to be used in UPDATE and DELETE statements.
    Chinnu21
    Retrieving values of all server environment variables 
    Last updated on: 23 Apr 2008 02:02:47 AM by Chinnu21 | Views: 10246 | Category: ASP.NET |
    To list values of all sever environment variables in one go.
    Raja
    Getting selected value from asp:RadioButtonList in JavaScript 
    Last updated on: 15 Apr 2008 04:06:06 AM by Raja | Views: 118389 | Category: JavaScript |
    Votes: 4 | Rating: 2.25 out of 5
    While writing UI code, we must have came across scenaio where we need to get the asp:RadioButtonList value into JavaScript and validate some other field.
    Deysomnath
    Best Practices to Improve ASP.Net Web Application Performance. 
    Last updated on: 11 Apr 2008 10:09:58 AM by Deysomnath | Views: 310097 | Category: ASP.NET |
    Votes: 7 | Rating: 4.71 out of 5
    [B]Introduction[/B] Performance tuning can be tricky. It's especially tough in Internet-related projects with lots of components running around, like HTML client, HTTP network, Web server, middle-tier components, database components, resource-management components, TCP/IP networks, and database servers. Performance tuning depends on a lot of parameters and sometimes, by changing a single parameter, performance can increase drastically.
    Raja
    Generating Ms Word document in ASP.NET and C# 
    Last updated on: 01 Apr 2008 10:34:20 AM by Raja | Views: 130311 | Category: ASP.NET |
    Votes: 3 | Rating: 4.33 out of 5
    It is very frequntly asked question in any of the forum or question-answer section on websites. So I decided to write a very compact article with source code. It is as simple as 123.
    Chinnu21
    Character Set used for HTML, XSLT, XML 
    Last updated on: 01 Apr 2008 12:05:57 AM by Chinnu21 | Views: 74388 | Category: ASP.NET |
    Following is the table containing entities or characters used for referencing in HTML, XSLT, and XML as a complete reference.