Articles (2414) - Page 94

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.
 
Vishvvas
Software patterns - GRASP (Part III – Creator) 
Last updated on: 29 Jul 2011 06:12:05 AM by Vishvvas | Views: 25222 | Category: Best Practices |
In this part of article for "Software Architecture- GRASP", we would run through the process of assigning responsibilties of creation of instance to a creator class.
Sheonarayan
How to pass value from content page or master page to the user control? 
Last updated on: 28 Jul 2011 06:39:40 AM by Sheonarayan | Views: 14727 | Category: ASP.NET |
In this article, we shall learn how to pass value from content page or master page to the user control.
Dhirendra
How to Implement Post-Cache Substitution using Substitution control and Response object 
Last updated on: 28 Jul 2011 05:33:09 AM by Dhirendra | Views: 10165 | Category: ASP.NET |
Post substitution cache wllows us to write dynamica content into web page if the page is served from cache.
Questpond
What is MVC (Model view controller) routing (Tutorial number 7)? 
Last updated on: 26 Jul 2011 09:09:19 AM by Questpond | Views: 31297 | Category: ASP.NET MVC |
Votes: 1 | Rating: 4 out of 5
This is the 7th MVC (Model view controller) tutorial and in this article we will look what is MVC routing. 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
Ksuresh
C# Fundamentals 
Last updated on: 26 Jul 2011 06:07:06 AM by Ksuresh | Views: 25840 | Category: C# |
Votes: 3 | Rating: 3 out of 5
In this article we are going learn OOPs princeples, sample program in C#, C# keywords and identifiers.
Sheonarayan
How to implement fragment caching in ASP.NET? 
Last updated on: 26 Jul 2011 04:57:01 AM by Sheonarayan | Views: 37777 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
In this article, we shall learn how to cache the user control data or how to implement partial/fragment caching in asp.net.
Vishvvas
Object Initializers in .NET framework (Part II- Collection Initializers) 
Last updated on: 26 Jul 2011 01:21:17 AM by Vishvvas | Views: 9972 | Category: .NET Framework |
Votes: 2 | Rating: 5 out of 5
Collection initializers are series of object initializers thus providing a shorthand method for initializing collections. Its very useful feature provided by C# 3.0 and needs to be utilized in conjunction with object initializers.
  • Vishvvas
    Object initializers in .NET framework (Part I) 
    Last updated on: 25 Jul 2011 11:37:44 PM by Vishvvas | Views: 10905 | Category: .NET Framework |
    With C# 3.0, Microsoft has introduced the object initializers which are very handy in scenarios for hundreds of perperties with no specific/ adequate constructors, eliminating the issues of additional efforts in already deployed types when there are changes in properties/ member variables etc.
    SheoNarayan
    How to create a user control and use it in the content page or master page? 
    Last updated on: 25 Jul 2011 02:41:39 AM by SheoNarayan | Views: 13248 | Category: ASP.NET |
    In this article, we shall learn how to create a user control and use it in the content pages or master pages.
    Webmaster
    Article Writing Competition 2011 - Win Rs. 21,000 cash & 3,24,778 worth gifts 
    Last updated on: 22 Jul 2011 04:31:57 AM by Webmaster | Views: 13117 | Category: Others |
    Votes: 1 | Rating: 5 out of 5
    On 19-Apr-2011, DotNetFunda.Com has completed its 4th year of excellent track record of serving the .NET community. We had started from 1 article and now we have grown many folds with thousands of articles, interview questions, career advices and other useful content. We are one of the fastest growing website related with .NET Technologies.
    Sheonarayan
    How to create a menu in ASP.NET using asp:Menu control 
    Last updated on: 21 Jul 2011 09:43:08 AM by Sheonarayan | Views: 72788 | Category: ASP.NET |
    In this article we shall learn how to generate a menu based on SiteMap file and how to generate Menu from the database.
    Vishvvas
    ASP.NET Dynamic Data - a boon for developers 
    Last updated on: 21 Jul 2011 06:25:26 AM by Vishvvas | Views: 9529 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article we shall learn ASP.NET Dynamic data. With .NET 3.5, a new cool feature is added named as Dynamic Data which is a RAD development paradigm for building functional websites.
    Rn2786
    How can we take all the SQL SERVER Database Backup at once 
    Last updated on: 20 Jul 2011 05:42:50 PM by Rn2786 | Views: 10016 | Category: Sql Server |
    Here I am going to share how can we take the database backup of all the SQL Server databases at once instead of taking it individually.
    Naimishforu
    Service Unavailable HTTP Error 503. The service is unavailable : SharePoint 2010 
    Last updated on: 20 Jul 2011 03:30:18 AM by Naimishforu | Views: 34513 | Category: SharePoint |
    Votes: 1 | Rating: 5 out of 5
    In this article we shall try to fix the error "Service Unavailable HTTP Error 503. The service is unavailable" in SharePoint 2010.
    Lakhwinder.ghuman
    Creating Dynamic Menu in ASP.Net 
    Last updated on: 20 Jul 2011 02:44:54 AM by Lakhwinder.ghuman | Views: 43475 | Category: ASP.NET |
    Votes: 1 | Rating: 4 out of 5
    Creating Dynamic Menu in ASP.net using the Menu Control by fetching the data from the databse.