.NET Framework Articles (76) - Page 5

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.

76 records found.
 
Praveenbattula
How to access HTML controls in Server side code c# 
Last updated on: 12 Nov 2009 12:51:42 PM by Praveenbattula | Views: 25426 | Category: .NET Framework |
This is the simple way of getting or accessing the INPUT HTML controls value in server side coding. This will help you in dynamic programming like create HTML controls at runtime and read their values.
Questpond
.NET 4.0 FAQ Part 1 -- The DLR 
Last updated on: 12 Oct 2009 05:06:07 AM by Questpond | Views: 20506 | Category: .NET Framework |
In this article we will discuss about what new features are provided by .NET framework 4.0. We will then take up the DLR feature and discuss about ‘dynamic’ and ‘expando’ objects. We will also create a custom ‘expando’ class and see what benefits we can get from the same. Many developers mistake ‘dynamic’ objects where made to replace ‘reflection’ and ‘object’ type, we will try to remove this misconception also.
Questpond
Best Practices No 5: - Detecting .NET application memory leaks 
Last updated on: 28 Sep 2009 11:29:12 PM by Questpond | Views: 98428 | Category: .NET Framework |
Votes: 1 | Rating: 5 out of 5
In this article we are going to detect the .NET application memory leaks.
Initiotech
Demonstration of Serialization in VB.NET 
Last updated on: 25 Sep 2009 11:44:18 AM by Initiotech | Views: 19007 | Category: .NET Framework |
This Article Demonstrates the Process of Serialization and De-Serialization in VB.NET
Virendradugar
Difference between C# and VB.NET 
Last updated on: 28 Oct 2009 10:56:19 PM by Virendradugar | Views: 104099 | Category: .NET Framework |
Votes: 1 | Rating: 5 out of 5
This article explains the functional difference between two language rather than keywords and operator difference.
Questpond
Best Practice No 4:- Improve bandwidth performance of ASP.NET sites using IIS compression 
Last updated on: 15 Sep 2009 11:30:10 AM by Questpond | Views: 24466 | Category: .NET Framework |
Bandwidth performance is one of the critical requirements for every website. In today’s time major cost of the website is not hard disk space but its bandwidth. So transferring maximum amount of data over the available bandwidth becomes very critical. In this article we will see how we can use IIS compression to increase bandwidth performance.
Saantosh
Value Type 
Last updated on: 02 Sep 2009 12:42:26 PM by Saantosh | Views: 6245 | Category: .NET Framework |
Value types are derived implicitly from the System.ValueType base type. Value types are variables that contain their data directly instead of containing a reference to the data stored in memory. Instances of value types are stored in memory called the stack, where the runtime can create, read, update, and remove them quickly.
  • DeySomnath
    Detailed Steps to create Application Pool 
    Last updated on: 25 Oct 2009 07:14:01 AM by DeySomnath | Views: 13857 | Category: .NET Framework |
    Steps to create Application Pool
    Questpond
    SALT and PEPPER – 3 TIER and LINQ 
    Last updated on: 23 Dec 2008 06:23:51 AM by Questpond | Views: 23592 | Category: .NET Framework |
    Votes: 2 | Rating: 5 out of 5
    In this article we will understand core reasons of why we should use LINQ. Three tier / N-Tier is now a standard in almost all projects. New architectures which are coming up like MVC, MVP have the fundamental base and thinking of 3-tier methodology. So we have termed the 3-tiers as SALT, in other words we can not stay with out it. LINQ (Pepper) on other hand is a new technology which helps us create execute queries against disparate data sources like ADO.NET, Custom objects, XML etc. So it’s not a needed thing (Pepper) but it does helps to remove lot of issues related with traditional 3-tier. So let’s make a nice Three-tier LINQ dish using SALT and PEPPER. So we will first understand Three-tier, issues with it and then see how LINQ helps us to improve the same.
    Sbanerjee
    Passing Values between user controls using Events and Delegates 
    Last updated on: 09 Dec 2008 12:57:37 PM by Sbanerjee | Views: 82750 | Category: .NET Framework |
    Simplest solution to pass values from one user control to another user control on a web page
    Patidar.shekhar
    Printing part of the page 
    Last updated on: 23 Nov 2008 07:09:33 AM by Patidar.shekhar | Views: 5709 | Category: .NET Framework |
    Printing part of the page.
    Vuyiswamb
    Introduction to Windows Service(Process Killer) 
    Last updated on: 20 Feb 2009 05:17:31 AM by Vuyiswamb | Views: 34535 | Category: .NET Framework |
    Votes: 1 | Rating: 5 out of 5
    This Article will introduce you to the Windows Service. Our Example is a Service that kills unwanted Processes.
    SheoNarayan
    Reading and Writing XML File in .NET 
    Last updated on: 04 Sep 2010 04:38:26 AM by SheoNarayan | Views: 32348 | Category: .NET Framework |
    Votes: 1 | Rating: 3 out of 5
    This article describes how to create XML file and also shows various ways of reading XML File in .NET using XmlTextReader, XmlDocumenet, XPathDocument, DataSet and XmlDataSource control.
    Vezzali
    How to iterate thought all properties of a class 
    Last updated on: 14 Oct 2008 10:50:12 AM by Vezzali | Views: 25075 | Category: .NET Framework |
    The purpose of this article is to describe some of the practical uses of the Reflection.
    SheoNarayan
    Service Oriented Architecture, a real world example in ASP.NET with C# 
    Last updated on: 29 Jul 2008 04:22:55 PM by SheoNarayan | Views: 102163 | Category: .NET Framework |
    Votes: 3 | Rating: 5 out of 5
    Service Oriented Architecture (SOA) a buzzing word in the world of software development these days. In this article, we will try to understand what the SOA is and how to create and consume it in ASP.NET with C#.