Articles (2414) - Page 156

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.
 
Questpond
Windows Workflow Foundation - FAQ 
Last updated on: 14 Oct 2008 11:01:43 AM by Questpond | Views: 44931 | Category: WWF |
Votes: 1 | Rating: 5 out of 5
In this FAQ we will quickly run through and get a feel of how WWF (Windows Workflow foundation) will help you in making custom work flows in your project.
Vezzali
How to iterate thought all properties of a class 
Last updated on: 14 Oct 2008 10:50:12 AM by Vezzali | Views: 25820 | Category: .NET Framework |
The purpose of this article is to describe some of the practical uses of the Reflection.
Deysomnath
Delete Duplicate rows from the table. 
Last updated on: 13 Oct 2008 01:58:14 PM by Deysomnath | Views: 13851 | Category: Sql Server |
Votes: 1 | Rating: 4 out of 5
Delete Duplicate rows from the table.
SheoNarayan
Getting selected record key value from ASP.NET Data Controls 
Last updated on: 12 Oct 2008 08:17:52 AM by SheoNarayan | Views: 95304 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
This article shows how to get Selected record key value from GridView, DataList, FormView, DetailsView, ListView, and Repeater controls.
Guru
To make SQL Queries Case Sensitive 
Last updated on: 07 Oct 2008 06:32:31 AM by Guru | Views: 12330 | Category: Sql Server |
To make SQL Queries Case Sensitive using Collation. You can make SQL Queries Case sensitive at the column level or Table level or DataBase level
Questpond
Inversion of control and Dependency injection 
Last updated on: 06 Oct 2008 11:07:32 PM by Questpond | Views: 18041 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
When we see around, architectures mainly discuss about loose coupling , scalability , performance etc etc. Many architecture forget one of the important aspects in software is making application globalized. Depending on project some application would not really want to have multi-language based websites , but i am sure many will. So in this article we will go through a series of FAQ which will give you a quick start on making application multi-language based.
SheoNarayan
Working with Collections - Generic List 
Last updated on: 04 Oct 2008 06:45:06 AM by SheoNarayan | Views: 26057 | Category: C# |
Votes: 1 | Rating: 1 out of 5
This article describes about List class that is generic equivalent of ArrayList class.
  • SheoNarayan
    Working with Collections - ArrayList 
    Last updated on: 03 Oct 2008 11:48:00 AM by SheoNarayan | Views: 36009 | Category: C# |
    Votes: 2 | Rating: 4.5 out of 5
    This article describes about ArrayList, its various methods and uses. ArrayList is a simple and resizable index-based collections of objects. This is a kind of array that is capable of increase its size dynamically.
    Questpond
    Compiling the first F# program using interactive mode 
    Last updated on: 03 Oct 2008 08:42:17 AM by Questpond | Views: 11544 | Category: F# |
    In this tutorial we will compile the first F# program using the interactive mode. There are lot of talks going on regarding F# , just thought how about compiling the first program using interactive F# mode.
    Questpond
    16 steps to write flexible business validation in C# using validation blocks 
    Last updated on: 30 Sep 2008 10:46:38 AM by Questpond | Views: 28717 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    Validation is one of the most important parts in any software project. Building flexible business validation is every one’s dream. Rather than writing frameworks from scratch to do these things, Microsoft validation blocks makes it a breeze. In this article we will discuss how validation application blocks help us to build flexible validations using validation application blocks. Its just a simple sixteen step process to put our business validation in action using validation blocks.
    Majith
    Java Script GridView ClientSide Validation 
    Last updated on: 30 Sep 2008 12:22:12 AM by Majith | Views: 49518 | Category: JavaScript |
    Votes: 1 | Rating: 3 out of 5
    I am going to explain the simple GridView Client Side Validation instead of server side validation controls.
    SheoNarayan
    When to use of DataSet, SqlDataReader and XmlReader 
    Last updated on: 29 Sep 2008 12:35:54 PM by SheoNarayan | Views: 26111 | Category: ADO.NET |
    To efficiently write the code of Data Access Layer we must be aware about the functionality/features of DataSet, SqlDataReader and XmlReader. In this article, I am trying to describe which objects fits in what scenario.
    SheoNarayan
    Working with Value Types Variables 
    Last updated on: 26 Sep 2008 12:55:25 AM by SheoNarayan | Views: 10322 | Category: C# |
    This article describes about most of the Value Types variables, its uses and how to use them.
    SheoNarayan
    Binding, Adding, Editing, Updating, Deleting, Paging and Sorting records in ListView Control 
    Last updated on: 25 Sep 2008 03:24:05 AM by SheoNarayan | Views: 182903 | Category: ASP.NET |
    Votes: 4 | Rating: 5 out of 5
    ListView control is one of the most popular and powerful web server control in ASP.NET 3.5. In this article, we will explore most frequently asked questions about ListView control.
    Majith
    Diff Between DataGrid and GridView 
    Last updated on: 17 Sep 2008 11:22:31 PM by Majith | Views: 42530 | Category: ADO.NET |
    Im going to expail the various difference between GridView and the DataGrid controls and their different logics.