Thursday, August 12, 2010

RibbonUI feature in WPF

Ribbon Bar was introduced with Office 2007 has lately been very much popular for latest UI development. Microsoft has replaced the old Menu based application tool with more flexible and easy to learn Ribbon strips in many of its applications. So it is time for other developers to use it in their own applications. The Ribbon UI feature that was released recently bridges this to us.

Read more at http://www.dotnetfunda.com/articles/article982-ribbonui-feature-in-wpf-.aspx

Author: Abhi2434

Working with DataTableReader class

DataTableReader is a very useful ADO.NET class that can be used to retrieve / pass the data between layers in readonly and forward only format. In this article, I shall discuss about the DataTableReader class. Its very useful but perhaps rarely used in everyday programming even if it is best suitable in passing data between layers in place of DataTable.

Read more at http://www.dotnetfunda.com/articles/article987-working-with-datatablereader-class-.aspx

Author: SheoNarayan

Chapter 4: Introduction to Controls

In this Chapter, I will describe you about some of the most common controls used in Silverlight. After the end of this section, you will be able to understand about those basic controls and their uses. Here I will guide you to understand some of the properties of each control and how to set them from both XAML & Code behind C# file.

Read more at http://www.dotnetfunda.com/articles/article985-chapter-4-introduction-to-controls-.aspx

Author: Kunal2383

Parallel Compting in C# 4.0

In this article, you will see how to use Parallel Computing in c#

Read more at http://www.dotnetfunda.com/articles/article984-parallel-compting-in-csharp-40-.aspx

Author: Anup1252000

Multiple Files Upload in ASP.NET and ASP.NET with jQuery

This article shows how to upload single and multiple files using FileUpload control on the server using ASP.NET and ASP.NET + jQuery plug in. This articles also covers related configuration settings you need to set in order to limit the size and type of file to be uploaded.

Read more at http://www.dotnetfunda.com/articles/article981-multiple-files-upload-in-aspnet-and-aspnet-with-jquery-.aspx

Author: SheoNarayan

GC Algorithm and Story of WeakReference

WeakReference comes very handy when working with Large objects. In this application, I have demonstrated how you could easily use this class to improve the performance of your application.

Read more at http://www.dotnetfunda.com/articles/article983-gc-algorithm-and-story-of-weakreference-.aspx

Author: Abhi2434