Articles (2414) - Page 154

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.
 
Patidar.shekhar
Sending Page contents through mail in ASP.NET 
Last updated on: 15 Nov 2008 02:11:24 PM by Patidar.shekhar | Views: 5507 | Category: ASP.NET |
Sends selected content through Email.
Questpond
The 3 Musketeers: - Model, View and Controller using HTTP Handler – Part 1 
Last updated on: 15 Nov 2008 12:10:39 AM by Questpond | Views: 16880 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
In this section we will learn about the basics of MVC and then see how we can implement the same in ASP.NET using HttpHandlers.
SheoNarayan
Nullable type in C# 
Last updated on: 14 Nov 2008 10:38:49 PM by SheoNarayan | Views: 7774 | Category: C# |
Nullable types are instances of the System.Nullable struct. A nullable type can represent the normal range of values for its underlying value type, plus an additional null value.
SheoNarayan
Verbatim Character in C# 
Last updated on: 14 Nov 2008 09:51:23 PM by SheoNarayan | Views: 8589 | Category: C# |
Verbatim character is one of the feature in C# that prevents the translation of string or identifier, where it is treated "as-is".
SheoNarayan
Premitives (Data Types) in C# 
Last updated on: 14 Nov 2008 09:47:29 PM by SheoNarayan | Views: 7475 | Category: C# |
Votes: 1 | Rating: 5 out of 5
Data types that is commonly called as Primitives are predefined in C#. There are several data types in C#.
Patidar.shekhar
Transaction in SQL Server 
Last updated on: 13 Nov 2008 09:13:13 AM by Patidar.shekhar | Views: 31032 | Category: Sql Server |
A Database is a software system that defines a collection of predefined operations. Mainly it includes following operations 1.Efficient management of large amount of persistent data in a persistent storage (database) 2.Transaction Management which includes Concurrency Control, Atomicity and backup recovery procedure 3.A DataModel which gives a separate level of abstraction
Questpond
The two interceptors: - HttpModule and HttpHandlers 
Last updated on: 13 Nov 2008 04:11:46 AM by Questpond | Views: 11741 | Category: ASP.NET |
Many times we want to implement pre-processing logic before a request hits the IIS resources. For instance you would like to apply security mechanism, URL rewriting, filter something in the request etc. ASP.NET has provided two types of interception HttpModule and HttpHandler. This article walks through it.
  • Hareshambaliya
    Easy way to install Dotnetnuke 
    Last updated on: 11 Nov 2008 07:23:40 AM by Hareshambaliya | Views: 11696 | Category: ASP.NET |
    This article describes how to install DotNetNuke 4.9 easy way. It describes all the required steps to install DotNetNuke in step by step. This article shows all the setting that is required with snaps.
    Questpond
    Estimation and Quotation using Use case Points 
    Last updated on: 10 Nov 2008 05:47:06 PM by Questpond | Views: 12565 | Category: ASP.NET |
    In this article we will see how we can do estimation using use case points
    Deysomnath
    A Guide to SQL Server Indexes 
    Last updated on: 10 Nov 2008 06:51:00 AM by Deysomnath | Views: 30021 | Category: Sql Server |
    Votes: 1 | Rating: 5 out of 5
    Creating the proper index can drastically increase the performance of an application. In this article we will learn how to create indexes in SQL Server database.
    SheoNarayan
    How to insert record using GridView 
    Last updated on: 09 Nov 2008 08:39:39 AM by SheoNarayan | Views: 507947 | Category: ASP.NET |
    Votes: 4 | Rating: 5 out of 5
    Generally GridView is used to show data in tabular format. It also provide ways to modify and delete records but currently there is no way to insert record using GridView. In this article, I shall describe an easy work around to insert record using GridView.
    Manisky2000
    SQL Joins 
    Last updated on: 08 Nov 2008 05:30:33 AM by Manisky2000 | Views: 7289 | Category: Sql Server |
    This artical describes the very basics of joins.
    Trilochan.nayak
    How to get the CheckBoxlist Value using Javascript? 
    Last updated on: 08 Nov 2008 05:20:30 AM by Trilochan.nayak | Views: 12223 | Category: ASP.NET |
    To get the CheckBoxlist Value using Javascript, we have to update the checkboxlist into a new control say name:"CheckBoxListExCtrl " which can inherit checkboxlist property.
    Questpond
    C# Code reviews using StyleCop – Detailed Article 
    Last updated on: 07 Nov 2008 01:43:51 AM by Questpond | Views: 13126 | Category: ASP.NET |
    In this article we will discuss an upcoming code review tool StyleCop. We will understand the basics and do a small sample of code review practically to understand how StyleCop works. I have been writing and recording videos on architecture, design patterns, UML, enterprise blocks, estimation, and code reviews. You can view all my videos on http://www.questpond.com . Any feedbacks do email me at shiv_koirala at yahoo.com You can read my previous article on code reviews using FXCOP http://www.dotnetfunda.com/articles/article175.aspx
    Questpond
    7 Steps to write your own custom rule using FXCOP 
    Last updated on: 03 Nov 2008 06:18:31 AM by Questpond | Views: 18973 | Category: ASP.NET |
    Code review is one of the important activities in any project. Manual code reviews are definitely good and I will say better than automation. But when the project is large manual code reviews have their own limitations. FXCOP is one of the legendary tools which help us automate code reviews. This article will discuss some basics of FXCOP and then concentrate mainly on how we can add custom rules in FXCOP.