Articles (2414) - Page 138

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.
 
Lakhangarg
Querying and Modifying XML Data in SQL Server 2005 
Last updated on: 16 Sep 2009 11:36:19 PM by Lakhangarg | Views: 10708 | Category: Sql Server |
Querying XML instances stored in an XML column requires parsing binary XML data in the column. Parsing binary XML is much faster than parsing the text form of the XML data.
Initiotech
IMEI-Validator in VB.NET 
Last updated on: 16 Sep 2009 02:08:31 PM by Initiotech | Views: 18907 | Category: Windows Forms |
This article will explain how to validate a valid IMEI number of a mobile phone through VB.NET.
Initiotech
Logon Screen Changer in VB.NET WPF 
Last updated on: 16 Sep 2009 01:29:26 PM by Initiotech | Views: 13204 | Category: WPF |
This is an Application which can change your default Logon Screen of Windows XP. There are many applications that allow you to do this Application’s like Logon Studio etc. I have developed this simple application in WPF using Vb.Net. You can see how i made it by following the description below. The Application does Not use any DLL’s nor does it use any API so it is very easy to understand.
Initiotech
Specialized String Collection Types in .NET 2.0 
Last updated on: 16 Sep 2009 01:12:08 PM by Initiotech | Views: 9388 | Category: C# |
This article will introduce some of the String Specialized Classes in DotNet Framework 2.0
Virendradugar
Validate Blank Subject Warning for Outlook 2007 
Last updated on: 16 Sep 2009 05:26:19 AM by Virendradugar | Views: 17336 | Category: Others |
By default Outlook does not validate for empty subject line. This article provides a mechanism to achieve the same.
Questpond
Best Practice No 4:- Improve bandwidth performance of ASP.NET sites using IIS compression 
Last updated on: 15 Sep 2009 11:30:10 AM by Questpond | Views: 25820 | Category: .NET Framework |
Bandwidth performance is one of the critical requirements for every website. In today’s time major cost of the website is not hard disk space but its bandwidth. So transferring maximum amount of data over the available bandwidth becomes very critical. In this article we will see how we can use IIS compression to increase bandwidth performance.
G_arora
Discussing Constructors in C# 
Last updated on: 15 Sep 2009 05:58:48 AM by G_arora | Views: 12061 | Category: C# |
Votes: 1 | Rating: 5 out of 5
In a simple words Constructor is nothing but a method, a special kind of method of a class, which gets executed when its (class) object is created. Now, let’s take above in broader sense, a constructor is a class method automatically executed whenever class’s object is created or whenever class is initialized
  • G_arora
    Explore State Management 
    Last updated on: 14 Sep 2009 09:49:37 AM by G_arora | Views: 8279 | Category: ASP.NET |
    The State or Cache Management is nothing but the way to storing the data in Client-Side and in Server-Side using preity small memory.
    Sandeepv
    Limit the text length in MultiLine Textbox using Javascript 
    Last updated on: 14 Sep 2009 06:36:27 AM by Sandeepv | Views: 17140 | Category: ASP.NET |
    Restricting the length of text entered by User in a multiline textbox.
    Sandeepv
    Clearing the FileUpload Input Field using Javascript 
    Last updated on: 14 Sep 2009 05:26:25 AM by Sandeepv | Views: 20042 | Category: ASP.NET |
    In asp.net the FileUpload Field doesnot provied a way to clear its input the conventional way other controls do.
    Virendradugar
    SET NOCOUNT (Transact-SQL) 
    Last updated on: 14 Sep 2009 03:10:03 AM by Virendradugar | Views: 18395 | Category: Sql Server |
    Votes: 1 | Rating: 4 out of 5
    This article explains the SET NOCOUNT keyword's importance.
    Utsav
    Password Reminder: Reset the password and send it to the user's provided mail address 
    Last updated on: 14 Sep 2009 01:34:20 AM by Utsav | Views: 10156 | Category: ASP.NET |
    Votes: 1 | Rating: 4 out of 5
    After learning this tutorial, you will be able to generate a random password and send it to the user's requested mail address.
    RtpHarry
    Using a CompareValidator to check input is a valid date 
    Last updated on: 12 Sep 2009 11:46:31 AM by RtpHarry | Views: 15170 | Category: ASP.NET |
    In this article rtpHarry examines the CompareValidator and some of the usage scenarios that aren't immediately obvious when you start using it.
    Virendradugar
    TOP WITH TIES clause in SELECT queries 
    Last updated on: 11 Sep 2009 05:44:14 AM by Virendradugar | Views: 6016 | Category: Sql Server |
    Votes: 1 | Rating: 4 out of 5
    This article explains the TOP with TIES clause.
    Virendradugar
    Assign Value to Asp.Net TextBox with mode="Password" 
    Last updated on: 10 Sep 2009 10:34:26 PM by Virendradugar | Views: 16133 | Category: ASP.NET |
    This article explains to assign value to the text box with "Password" mode, as text box with Password mode lost it's value on postback.