Articles (2414) - Page 84

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
What are "Delegates" in C# 
Last updated on: 21 Nov 2011 10:39:39 PM by SheoNarayan | Views: 40453 | Category: C# |
Votes: 4 | Rating: 4 out of 5
Delegates, a word that frequently pops up in the Interviews and many candidates gets confused and nervous when they hear this word. In this article, I am trying to explain delegates in easy to understand way, hopefully after going through this article, you will feel comfortable using delegates and answering any question related with delegates.
Vuyiswamb
Complete Generic MVVM in Silverlight Part 1 
Last updated on: 19 Nov 2011 04:20:07 PM by Vuyiswamb | Views: 12868 | Category: Silverlight |
Votes: 2 | Rating: 5 out of 5
Almost everyone doing development in Silverlight is talking about MVVM. This is the part 1 on the subject. I decided to split the articles into different parts as this tends to be a confusing subject for the beginners in the subject. What is good about this article is that I will cover the basics of MVVM and give you a full explanation on how you can retrieve, Edit, add, Update and delete data in MVVM and this is the only article I have seen so far that can do that. Another great thing about this article is that we are not going to use any Toolkit to enforce the rules of MVVM, So this is a Generic MVVM Article, you don’t need to install anything or download anything to follow this article.
Vuyiswamb
Complete Generic MVVM in Silverlight Part II 
Last updated on: 19 Nov 2011 05:09:41 AM by Vuyiswamb | Views: 13130 | Category: Silverlight |
Votes: 1 | Rating: 5 out of 5
In the first part of this series I outlined the basic information that you will need to know to get started with MVVM. In this part of the serials I will demonstrate to you how to create a Visual studio structure of MVVM without using any toolkit to help you. After the Structure is in place we will create our model.
Vuyiswamb
Introduction to Ado.net 
Last updated on: 19 Nov 2011 04:48:50 AM by Vuyiswamb | Views: 16930 | Category: ADO.NET |
To my surprise, there are still software development houses that still initiate Development using languages like VB6 and obviously using ADO. In most of the time when someone has a Problem about ADO, I fail to referrer them to an article about Introduction to ADO.NET. So I thought I should write one that will tell them how great it is to build Applications in .NET and ADO.NET is the best thing that has ever happened to Database Programming. In this Article, we are going to introduce those who are still experiencing ADO Problems to .Net.
debal_saha-9451
How to Use DataTemplate In Silverlight? 
Last updated on: 18 Nov 2011 12:45:08 PM by debal_saha-9451 | Views: 22487 | Category: Silverlight |
Votes: 1 | Rating: 5 out of 5
This is a simple article where I have described how we can use DataTemplate in Silverlight Control.
SheoNarayan
Versions of Windows Operating System from 1.0 to 8 
Last updated on: 18 Nov 2011 07:08:21 AM by SheoNarayan | Views: 9879 | Category: Others |
Votes: 2 | Rating: 5 out of 5
In this article, I am going to show screen shots of various versions of Windows Operating System.
SheoNarayan
What is "CauseValidation" property and how to avoid validation on clicking of a button? How to validate two different sets of Form fields separately? 
Last updated on: 14 Nov 2011 03:02:50 AM by SheoNarayan | Views: 14145 | Category: ASP.NET |
Votes: 2 | Rating: 4 out of 5
In scenario where a page has multiple buttons and the need is to avoid validation on clicking of certain button, we can follow this approach.
  • SheoNarayan
    How to validate a TextBox,DropDownList , ListBox as a mandatory field? 
    Last updated on: 12 Nov 2011 02:18:51 AM by SheoNarayan | Views: 13709 | Category: ASP.NET |
    To render a TextBox,DropDownList , ListBox as a mandatory field for the end user to input data before a form can be submitted to the server, we can follow this approach.
    Vishvvas
    Data Repeater Controls in ASP.NET 
    Last updated on: 11 Nov 2011 04:38:49 AM by Vishvvas | Views: 9245 | Category: ASP.NET |
    .NET framework offers multiple options for achieving the development tasks and it is always challenging to decide when to use what. The data repeater controls in .NET i.e. Repeater, User Control, Custom control, dropdown list etc offers functionality of repeating the data on pages and we would discuss about those controls and their usage.
    SheoNarayan
    How to render ordered list or un-ordered list (bulleted) using Repeater control? 
    Last updated on: 09 Nov 2011 02:03:15 AM by SheoNarayan | Views: 15068 | Category: ASP.NET |
    In this article, we shall learn how to list collection of records in the ordered or un-ordered list with custom look and feel using asp:Repeater control.
    SheoNarayan
    How & where to use Repeater control? 
    Last updated on: 08 Nov 2011 01:04:22 AM by SheoNarayan | Views: 10474 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    To list small collection of records on the page with custom layout, we can use asp:Repeater control. This article explains how to use asp:Repeater control.
    SheoNarayan
    How to paginate records in DetailsView? 
    Last updated on: 07 Nov 2011 12:37:15 AM by SheoNarayan | Views: 7433 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    To show the complete details about the record with pagination so that user would be able to navigate between the records, we can DetailsView. In this article we are going to learn how to use DetailsView control.
    SheoNarayan
    How to show a record using DetailsView in ASP.NET? 
    Last updated on: 05 Nov 2011 10:03:08 AM by SheoNarayan | Views: 21595 | Category: ASP.NET |
    To show complete details about a record, we can use DetailsView control. In this article we shall learn how to auto populate a single record columns on the page automatically and also how to explicitly specify the look and feel of a record column to display.
    SheoNarayan
    22 GridView Tips and Tricks by Sheo Narayan 
    Last updated on: 03 Nov 2011 02:44:59 AM by SheoNarayan | Views: 76479 | Category: ASP.NET |
    Votes: 5 | Rating: 5 out of 5
    In this article, we have consolidated all the GridView related articles covering many concepts which would serve as one stop reference.
    SheoNarayan
    How to do pagination in the ListView using DataPager control? 
    Last updated on: 02 Nov 2011 02:39:35 AM by SheoNarayan | Views: 15511 | Category: ASP.NET |
    To list the paginated records in the ListView, we can follow this approach.