Articles (2414) - Page 99

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.
 
Itfunda
How to avoid the Session fixation vulnerability in ASP.NET? 
Last updated on: 07 Jun 2011 01:10:28 PM by Itfunda | Views: 100113 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
In this article, we are going to learn how to avoid the Session fixation vulnerability in ASP.NET.
Sksingh
Design Patterns - Part 1 ( Composite Pattern) 
Last updated on: 07 Jun 2011 03:16:27 AM by Sksingh | Views: 13775 | Category: Design Pattern & Practices |
Votes: 5 | Rating: 4.6 out of 5
Design patterns are recognized solutions to common problems defined originally by the Gang of Four programmers. Design patterns are used throughout the ASP.NET Framework. The various patterns are commonly divided into several different groups depending on the nature of the design problem they intend to solve.
Arunsp16
Stored Procedure with XML as input 
Last updated on: 06 Jun 2011 08:20:19 AM by Arunsp16 | Views: 25943 | Category: Sql Server |
Votes: 1 | Rating: 5 out of 5
How to give Xml as input to Stored Procedure.
Hiremath
Reading And Updating data to XML file using C# in ASP.net 
Last updated on: 06 Jun 2011 05:54:36 AM by Hiremath | Views: 34670 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
Hi, in this article you are going to know how to read data form XML file and binding into grid view and updating the new record in the same XML file. Using Methods ReadXml() and WriteXml() Methods. In this article you also come to know how to write the data from DataSet to XML file.
Goldytech
Assembly Caching in Silverlight 
Last updated on: 04 Jun 2011 02:20:14 AM by Goldytech | Views: 10414 | Category: Silverlight |
In this post , I talk about how to improve the performance of your Silverlight app using the Assembly Caching feature.
Vishvvas
Passing reference type parameters to a method in C# 
Last updated on: 03 Jun 2011 04:08:53 AM by Vishvvas | Views: 11153 | Category: C# |
Votes: 1 | Rating: 4 out of 5
To infer about how the reference types are passed to a method and what is the outcome.
Hiremath
Basic Concepts of WCF Service With simple Example. 
Last updated on: 01 Jun 2011 06:36:53 AM by Hiremath | Views: 196432 | Category: WCF |
Votes: 7 | Rating: 4.57 out of 5
Hi friends, In this Article u r going to learn basic concepts of Windows communication Foundation with a Simple example of web application calculator.
  • Sheonarayan
    How to implement SQL Caching in ASP.NET (Poll based SQL Cache dependency)? 
    Last updated on: 31 May 2011 09:30:08 AM by Sheonarayan | Views: 74770 | Category: ASP.NET |
    Votes: 6 | Rating: 5 out of 5
    In this article, we are going to learn how to implement SQL Caching in ASP.NET using Poll based SQL Cache dependency. The push based SQL Cache dependency shall be covered in other article. In poll based, SQL Cache dependency checks for the updated data after every specified duration. With the help of Caching, we can retain pages or data across HTTP requests, so that we can reuse them without recreating them.
    Itfunda
    How to validate a DropdownList/ListBox? 
    Last updated on: 28 May 2011 12:47:34 PM by Itfunda | Views: 12917 | Category: ASP.NET |
    Votes: 2 | Rating: 5 out of 5
    In this article, we are going to learn how to validate a DropdownList/ListBox.
    Itfunda
    How to display mouseover effect in GridView rows using only CSS? 
    Last updated on: 25 May 2011 10:11:44 AM by Itfunda | Views: 49511 | Category: ASP.NET |
    Votes: 6 | Rating: 4.17 out of 5
    This article explains how to display mouseover effect in GridView rows using only CSS. In this article, we are not going to use jQuery or JavaScript.
    Hiremath
    Reading, Opening Excel File in C# Using Microsoft.Office.Introp.Excel Object 
    Last updated on: 25 May 2011 06:48:26 AM by Hiremath | Views: 188418 | Category: ASP.NET |
    Votes: 2 | Rating: 4.5 out of 5
    Here i am trying to help you to how to open and read the EXCEL File and bind the data to gridview server control in asp.net using C# language. Its very easy way compared to others.
    Itfunda
    How to sort the GridView data 
    Last updated on: 23 May 2011 11:06:09 AM by Itfunda | Views: 73140 | Category: ASP.NET |
    Votes: 4 | Rating: 4.75 out of 5
    In this article, we shall see how to sort columns data in the GridView.
    Goldytech
    Silverlight + JavaScript = Ultimate Combo 
    Last updated on: 22 May 2011 03:00:00 AM by Goldytech | Views: 11475 | Category: Silverlight |
    Votes: 1 | Rating: 5 out of 5
    In this post I teach you how you can integrate JavasScript in your Silverlight apps. Sample source code available for download.
    Goldytech
    How to add Computed Properties in WCF Ria Services on client 
    Last updated on: 21 May 2011 04:04:46 AM by Goldytech | Views: 10722 | Category: Silverlight |
    In this post I teach you how can you add a computed property in WCF ria services
    Questpond
    Understanding how to implement Model view Control pattern using J2EE and various Java frameworks 
    Last updated on: 20 May 2011 11:03:49 AM by Questpond | Views: 8988 | Category: Others |
    MVC stands for Model View Controller design pattern and is one of the widely used pattern especially in Web applications