Articles (2414) - Page 92

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
How to delete a record from the database? 
Last updated on: 20 Aug 2011 06:21:05 AM by Sheonarayan | Views: 9347 | Category: ADO.NET |
In this article, we shall learn how to delete a record from the SQL Server database.
Dhirendra
How to add Custom headers into readonly httprequest object using httpModule 
Last updated on: 19 Aug 2011 11:30:20 AM by Dhirendra | Views: 21119 | Category: ASP.NET |
The asp.net httprequest object provides information about the current http request made by the client browsers. So in this article, we will learn how we can add custom header into httprequest object for each aspx request even if this object is read only.
Ganeshji
ASP.NET 4.0 Routing 
Last updated on: 18 Aug 2011 11:56:41 AM by Ganeshji | Views: 109561 | Category: ASP.NET |
Votes: 5 | Rating: 4.8 out of 5
In this article, i have tried to explain the ASP.NET 4.0 Routing, with few examples.
Sheonarayan
How to update record into the database? 
Last updated on: 18 Aug 2011 07:22:36 AM by Sheonarayan | Views: 11348 | Category: ADO.NET |
In this article, we shall learn how to update record into the SQL Server database.
Vishvvas
Revisit the Context option of persistent state management in ASP.NET 
Last updated on: 17 Aug 2011 10:08:20 PM by Vishvvas | Views: 11315 | Category: ASP.NET |
Votes: 1 | Rating: 4 out of 5
The Context.Items option of persistent state menegement is one of the lesser known option but its a good technique in peculiar scenarios and worth mastering.
Questpond
How to validate data provided in MVC URL’s (MVC Tutorial number 8)? 
Last updated on: 16 Aug 2011 01:12:51 PM by Questpond | Views: 31553 | Category: ASP.NET MVC |
This is the 8th MVC (Model view controller) tutorial and in this article we try to understand how we can validate data passed in MVC URL’s. In case you are completely new to MVC (Model view controller), do have a look at the previous articles and videos given in the table below for quick start.
Kunalverma31
How to call code behind method in JavaScript in C# and VS2010? 
Last updated on: 16 Aug 2011 10:21:31 AM by Kunalverma31 | Views: 31513 | Category: ASP.NET AJAX |
How to call code behind method in JavaScript in C# and VS2010
  • Poonamkalra
    C# Out Parameter Explored 
    Last updated on: 16 Aug 2011 10:11:36 AM by Poonamkalra | Views: 9129 | Category: C# |
    While going through the msdn link http://msdn.microsoft.com/en-us/library/t3c3bfhx%28v=vs.71%29.aspx that contains documentation about "out" method parameter, I got stuck with the line "The value of an out argument will not be passed to the out parameter".
    Sheonarayan
    How to insert records into the database? 
    Last updated on: 16 Aug 2011 04:09:19 AM by Sheonarayan | Views: 23673 | Category: ADO.NET |
    Votes: 2 | Rating: 4.5 out of 5
    In this article, we shall learn how to insert records into the SQL Server database.
    Vishvvas
    Software patterns - GRASP (Part VI – High Cohesion) 
    Last updated on: 15 Aug 2011 12:20:55 PM by Vishvvas | Views: 19484 | Category: Best Practices |
    In this part of article series for "Software patterns- GRASP", we would explore the process of assigning responsibilties so has to support high cohesion resulting in less complexity and promoting reuse through the implemention of the pattern "High Cohesion".
    Vishvvas
    Software patterns - GRASP (Part V – Low Coupling) 
    Last updated on: 12 Aug 2011 12:24:22 PM by Vishvvas | Views: 15977 | Category: Best Practices |
    Votes: 1 | Rating: 5 out of 5
    In this part of article series for "Software patterns- GRASP", we would run through the process of assigning responsibilties so has to support low dependency and encourage resuse i.e. to implement the pattern "Low Coupling".
    Dhirendra
    Example of Implemeting interface in structure and in class 
    Last updated on: 12 Aug 2011 10:32:57 AM by Dhirendra | Views: 8783 | Category: C# |
    This article shows example of implementing interface into structure and how the interface types will be considered. weather value type or reference type even if it is implemented in structure value type..
    Itorian
    Generating Method Stub in Visual Studio 
    Last updated on: 12 Aug 2011 06:00:04 AM by Itorian | Views: 23250 | Category: Visual Studio |
    In this quick post you will learn how to generate method stub in Visual Studio.
    Dhirendra
    How and where Microsoft has implemented GOF design patterns in .Net Framework Part-I 
    Last updated on: 12 Aug 2011 04:21:59 AM by Dhirendra | Views: 10378 | Category: Design Pattern & Practices |
    In this series of articles, we will see how Microsoft has used GOF design patterns in .Net framework library. Let start with Absract factory Pattern....
    Sheonarayan
    How to retrieve data from the database in ASP.NET? 
    Last updated on: 12 Aug 2011 04:16:39 AM by Sheonarayan | Views: 102127 | Category: ADO.NET |
    In this article, we shall learn how to retrieve data from the database.