Articles (2414) - Page 109

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.
 
Madhu.b.rokkam
Calculate running total in a grid view and display 
Last updated on: 16 Feb 2011 10:07:51 PM by Madhu.b.rokkam | Views: 21398 | Category: ASP.NET |
This one is really very useful whenever we have a need to calculate running totals in the grid either row wise or in column wise.
Naimishforu
Using Server Controls - Web Forms in C# Part 4 
Last updated on: 15 Feb 2011 10:30:08 AM by Naimishforu | Views: 7025 | Category: C# |
Votes: 1 | Rating: 5 out of 5
The article gives an overview of Server Controls in ASP.NET.
Tripati_tutu
Sample application on 4-Tier Architecture 
Last updated on: 15 Feb 2011 02:18:12 AM by Tripati_tutu | Views: 11726 | Category: ASP.NET |
This article contains 4-tier architecture with SQL ServerCE (Compact Edition) database. It includes analyzing, designing and coding for a Employee detail record present in the database by using 4-tier architecture.
Naimishforu
Controls in WPF - Part 1 
Last updated on: 15 Feb 2011 01:53:35 AM by Naimishforu | Views: 15594 | Category: WPF |
Votes: 2 | Rating: 4 out of 5
We will look into three main types of in WPF.
Ambily.raj
Asynchronous Method Using Task 
Last updated on: 15 Feb 2011 01:11:20 AM by Ambily.raj | Views: 18832 | Category: C# |
Votes: 2 | Rating: 5 out of 5
Parallel programming is introduced in C# 4.0 using the Task libraries. There are many aspects of Parallel programming and how to use the Task libraries. Here, we will look into the Task from a beginner stand point. In this article, we will discuss about how to create an asynchronous method using Task.
Naimishforu
Controls in WPF - Part 2 
Last updated on: 14 Feb 2011 11:58:06 PM by Naimishforu | Views: 11032 | Category: WPF |
Votes: 2 | Rating: 4.5 out of 5
We will look into three main types of in WPF.
Naimishforu
State Management - Web Forms in C# Part 4 
Last updated on: 14 Feb 2011 10:00:15 AM by Naimishforu | Views: 9357 | Category: C# |
Votes: 1 | Rating: 5 out of 5
The article gives an overview of State Management techniques in ASP.NET.
  • Naimishforu
    The Web Forms Events Model - Web Forms in C# Part 3 
    Last updated on: 14 Feb 2011 09:39:15 AM by Naimishforu | Views: 7414 | Category: C# |
    Votes: 1 | Rating: 5 out of 5
    We will look into The Web Forms Events Model
    Ambily.raj
    Visual Studio Data Generation Plan 
    Last updated on: 14 Feb 2011 05:49:50 AM by Ambily.raj | Views: 24054 | Category: Visual Studio |
    Votes: 2 | Rating: 5 out of 5
    Visual Studio supports the performance testing of varies applications through different types of tests like Web Test, Load Test, etc. It also support the data generation for the performance testing. Data Generation Plan helps us to populate the database with bulk amount of test data.
    Ambily.raj
    Visual Studio : Generic Test 
    Last updated on: 14 Feb 2011 05:49:00 AM by Ambily.raj | Views: 16591 | Category: Visual Studio |
    Visual studio supports various tests to perform the test automation and performance test. We already discussed about the Web test and Load test features. In this article we will discuss more about the Generic test feature of Visual Studio 2010.
    Matsarif
    Different ways to Move a site collection to another database 
    Last updated on: 14 Feb 2011 02:24:06 AM by Matsarif | Views: 9157 | Category: SharePoint |
    This article discusses various ways in which we can move a site collection to another content database
    Madhu.b.rokkam
    Testing WCF Service is very easy. Read this article 
    Last updated on: 13 Feb 2011 06:22:28 AM by Madhu.b.rokkam | Views: 28885 | Category: WCF |
    Votes: 1 | Rating: 3 out of 5
    MS has provided many tools which developers usually tend to forget or didn't get a chance to use them. This article is to let all our developers to use one such tool.
    Madhu.b.rokkam
    Step by step process to develop a simple WCF service 
    Last updated on: 13 Feb 2011 05:47:01 AM by Madhu.b.rokkam | Views: 110157 | Category: WCF |
    Votes: 2 | Rating: 5 out of 5
    This is my first article and thru this and all my comming articles I would like to help all the beginners to understand and develop WCF services with ease.
    Tripati_tutu
    How to create a Notepad application 
    Last updated on: 13 Feb 2011 05:18:34 AM by Tripati_tutu | Views: 58707 | Category: C# |
    In this article, I have explained the procedure to create a notepad application.
    Prabhakar
    Read All Notepad Files in a folder and merge all notepad files DATA in . aspx page 
    Last updated on: 11 Feb 2011 04:51:29 AM by Prabhakar | Views: 13548 | Category: ASP.NET |
    Votes: 3 | Rating: 4.67 out of 5
    In this article I am trying to fetch data more notepad file’s of a folder and merge them on an aspx page. In this sample article I have used 45 notepad files, firstly read them and then merge all files and write on a .aspx page. It’s a fast way to assemble all files to in a one webpage.