Articles (2414) - Page 98

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.
 
Naimishforu
Writing an attribute, thread and exception handling C# programs 
Last updated on: 21 Jun 2011 11:52:07 AM by Naimishforu | Views: 13620 | Category: C# |
Votes: 1 | Rating: 5 out of 5
We will use advanced features such as attributes, threads, and exception handling.
Naimishforu
Pass parameters to a WPF Click-Once Application 
Last updated on: 21 Jun 2011 08:17:56 AM by Naimishforu | Views: 21582 | Category: WPF |
Votes: 1 | Rating: 5 out of 5
We will see how we can pass parameters to a WPF Click-Once Application and depends on the parameter we can use the application.
Sheonarayan
How to limit the scope of cookies to a specific folder of the website in ASP.NET 
Last updated on: 21 Jun 2011 07:36:32 AM by Sheonarayan | Views: 15132 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
In earlier articles, we learnt how to create, read, expire cookies. In this article we are going to learn how to limit the scope of the cookies to a particular folder of the website or particular sub-domain of the website.
SheoNarayan
How to read-write multi-valued cookies in ASP.NET? 
Last updated on: 20 Jun 2011 07:14:49 AM by SheoNarayan | Views: 31619 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
In this article we are going to learn how to read and write multi-valued cookies in ASP.NET. Multi-valued cookies is just like a normal cookies however it gives us flexibility to store multiple data in a single cookies using subkeys.
Brij
Asynchronous Programming with ASP.NET 
Last updated on: 19 Jun 2011 01:43:50 PM by Brij | Views: 25004 | Category: ASP.NET |
Votes: 3 | Rating: 5 out of 5
This article discusses one of most unused but very useful feature of ASP.NET that is Asynchronous programming
Sheonarayan
How to set the expiration datetime for the cookies in ASP.NET? 
Last updated on: 18 Jun 2011 05:48:24 AM by Sheonarayan | Views: 40388 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
In this article, we are going to learn how to set the expiration date and time for the cookies created in ASP.NET.
Sheonarayan
How to read cookies in ASP.NET? 
Last updated on: 16 Jun 2011 06:37:42 AM by Sheonarayan | Views: 43748 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
In this article, we are going to learn how to read cookies in different ways using ASP.NET.
  • Sheonarayan
    How to create cookies in ASP.NET? 
    Last updated on: 14 Jun 2011 07:23:59 AM by Sheonarayan | Views: 62121 | Category: ASP.NET |
    Votes: 2 | Rating: 5 out of 5
    To create a cookie using ASP.NET, we can follow below approach. In this article, we are going to learn two different ways of creating cookies in ASP.NET.
    Ramachandra Rao K
    Test Automation - VS 2010 Coded UI - Customization Techniques for Win Applications 
    Last updated on: 14 Jun 2011 06:46:26 AM by Ramachandra Rao K | Views: 30239 | Category: Visual Studio |
    Votes: 1 | Rating: 5 out of 5
    This Article talks about the various customizations that a user can perform over the Coded UI auto generated code, and thus make the Test Automation Script more Robust
    SheoNarayan
    How to generate GridView columns dynamically based on user selection? 
    Last updated on: 11 Jun 2011 10:45:22 PM by SheoNarayan | Views: 113321 | Category: ASP.NET |
    Votes: 3 | Rating: 4 out of 5
    In case we have to give ability to the user to select the columns that should appear in the GridView, we can follow this approach.
    Sheonarayan
    How to pass data from one page to another page using querystring? 
    Last updated on: 10 Jun 2011 06:46:22 AM by Sheonarayan | Views: 88583 | Category: ASP.NET |
    Votes: 2 | Rating: 5 out of 5
    To pass value from one page to another page using querystring and accessing that value to retrieve database information, we can follow this approach.
    Vishvvas
    Automation of Integration Testing 
    Last updated on: 10 Jun 2011 03:41:26 AM by Vishvvas | Views: 11142 | Category: Visual Studio |
    In this article I am going to explain that how to serve as a starter document to offer glimpse of plausible approaches for automation of integration testing.
    Dynamicruchi
    Data driven approach in Coded UI-Part 3 
    Last updated on: 09 Jun 2011 05:41:32 AM by Dynamicruchi | Views: 19745 | Category: Visual Studio |
    In my previous article on data driven approach in coded UI, we have discussed about how to use the CSV files and Xml files as the dataSource.
    Dynamicruchi
    Data driven approach in Coded UI Test - Part 2 
    Last updated on: 09 Jun 2011 05:40:05 AM by Dynamicruchi | Views: 47843 | Category: Visual Studio |
    In my previous article on data driven approach in coded UI, we have discussed about how to use the CSV files as the dataSource. In this article we will look into Data Driven approach in Coded UI using XML files for providing the test data and how to use this dataSource while working with CodedUI.
    Dynamicruchi
    Data Driven Approach in Coded UI Test 
    Last updated on: 09 Jun 2011 05:39:12 AM by Dynamicruchi | Views: 38064 | Category: Visual Studio |
    In my previous articles, we have discussed about Coded UI basics and Object Identification Mechanism in Coded UI . In this article we will look into Data Driven approach in Coded UI. What dataSources it supports for providing the test data and how to use these datasources while working with CodedUI.