WPF introduces a new type of property called a dependency property, used throughout the platform to enable styling, automatic data binding, animation, and more. Definition of Dependency Properties on MSDN
A dependency property depends on multiple providers for determining its value at any point in time. These providers could be an animation continuously changing [...]
The Windows Presentation Foundation (or WPF) is a graphical subsystem for rendering user interfaces in Windows-based applications. WPF, was initially released as part of .NET Framework 3.0. Designed to remove dependencies on the aging GDI subsystem, WPF is built on DirectX, which provides hardware acceleration and enables modern UI features like transparency, gradients and transforms. [...]
Composite Application Guidance, affectionately known as Prism, version 2 was released in oct 2009. Prism provides guidance and code that can help you build modular applications that can adapt to constant changing requirements. Prism guidance is a set of tools, samples, references and written guidance to help you more easily build modular applications. Generally [...]
RIA “Business application” template adds login screen and logic to use Membership and role management.You just need to alter your web.cofig and create aspnet database.The configuration has already been cover in previous articles. In this article i will create Userdata metatdata class (for MembershipUser) and display all users in the system in [...]
Customized tooltip to Chart datapoints :
Breaking Changes in Silverlight Toolkit October 2009
Renamed Charting’s StylePalette to Palette (for clarity) AND changed its type to IEnumerable<ResourceDictionary> (from IEnumerable<Style>) for a significant flexibility boost. Performed related renamings (many internal/private): IStyleDispenser->IResourceDictionaryDispenser, StylePalette->ResourceDictionaryCollection, StyleDispensedEventArgs->ResourceDictionaryDispensedEventArgs, StyleDispenser->ResourceDictionaryDispenser, StyleEnumerator->ResourceDictionaryEnumerator.
Most notably, this change makes it possible to [...]
Blog Summary
1 contributors have published
70 posts that generated
258 commentsCategories
- .Net Concepts (18)
- Architecture (8)
- Asp.Net (7)
- C# (22)
- COM (3)
- Forms (5)
- General (11)
- HTA (2)
- Javascript (3)
- RIA (6)
- Silverlight (26)
- SQL (5)
- Tips (11)
- Tools (1)
- VB 6.0 (2)
- VB.Net (2)
- VC++ (2)
- WCF (7)
- WPF (13)
Rajneesh On
