What is WPF?
by
Mahesh Chand
On
May 08, 2007
Windows Presentation Foundation (WPF) is the code-name of the presentation (user-interfaces) sub system in Windows .NET programming model. This blog answers most frequently asked questions related to WPF.
|
|
Comments:
3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Yahoo! YSlow
by
Mahesh Chand
On
Mar 09, 2010
YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages.
|
|
Comments:
0
|
|
|
|
|
|
|
|
COM Interoperability
by
Puran Mehra
On
Mar 08, 2010
The code written for the .NET Framework is also referred to as managed code, and the code written for tradition Windows applications (previous to the .NET Framework) is called unmanaged code. Managed code contains metadata used by the Common Language Runtime (CLR).
|
|
Comments:
0
|
|
|
|
|
|
|
|
Using Ajax update panel
by
Dhumil Parekh
On
Mar 07, 2010
I want to demonstrate how to use an Ajax Update Panel combined with a Timer control for showing the Top 20 Merchandises of the day, that gets updated every 5 sconds, without refreshing the entire page.
|
|
Comments:
0
|
|
|
|
How to access Microsoft Office 2007 Excel files using ADO.NET
by
Dhumil Parekh
On
Mar 07, 2010
I have written a simple program that shows how to access Microsoft office 2007 Excel files using ADO.NET data providers. Although there isn't much difference than accessing Excel 2003 using ADO.NET, you will be required to download an additional component (if the code below doesn't work as-is) and the connection string has few minor changes.
|
|
Comments:
0
|
|
|
|
Isolated Storage
by
Puran Mehra
On
Mar 04, 2010
Isolated Storage Applications frequently need to store state information or user data while they execute and perform some tasks during their run.
|
|
Comments:
0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using a ContainerBindingCollection in a Telerik RadTreeView in Silverlight
by
Mike Gold
On
Feb 25, 2010
A RadTreeView is a Telerik control that allows you to display and select from a hierarchal list. Telerik pays close attention to allowing the user to bind their controls to a ViewModel and having it function correctly. The following demonstrates how you can bind an IsSelected property in your view model to a selection in your RadTreeView using the ContainerBindingCollection
|
|
Comments:
2
|
|