Ajax Control Toolkit 7.1005.0 The Ajax Control Toolkit contains a rich set of controls that you can use to build highly responsive and interactive Ajax-enabled Web applications. The Ajax Control Toolkit contains more than 40 controls, including the A…
Question 0 Sign in to vote Folks, In my application, when the user hits "Submit" button, I have to make a Web service call asynchronously. Here is what I do. 1. Disable a bunch of controls, update some text: this._btnSubmit.IsEnabled = false; ..…
<!--*********************************************************************************** Extended WPF Toolkit Copyright (C) - Xceed Software Inc. This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at h…
20 Interesting WPF Projects on CodePlex (Some for Silverlight too) Pete Brown - 22 November 2010 In no particular order, here's a selection of interesting and recently maintained WPF projects I've found on CodePlex. This is by no means a complete l…
1.ReactiveUI https://github.com/reactiveui/ReactiveUI http://www.reactiveui.net A MVVM framework that integrates with the Reactive Extensions for .NET to create elegant, testable User Interfaces that run on any mobile or desktop platform. Supports Xa…
做WPF时需要做一个异步加载时的Loading遮罩,搜Stackoverflow看到很多方法,看到了这个插件: BusyIndicator in the extended WPF Toolkit 同时进一步学习了WPF中使用BackgroundWorker类异步操作的经典文章,赶紧Mark一下: https://elegantcode.com/2011/10/07/extended-wpf-toolkitusing-the-busyindicator/ https://elegantcode.c…
1. 前言 A long time ago in a galaxy far, far away....微软在Silverlight Toolkit里提供了一个好用的VisualTreeExtensions,里面提供了一些查找VisualTree的扩展方法.在那个时候(2009年),VisualTreeExtensions对我来说正好是个很棒的Linq和扩展方法的示例代码,比那时候我自己写的FindChildByName之类的方法好用一万倍,所以我印象深刻.而且因为很实用,所以我一直在用这个类(即…
为了团队项目或者后期代码维护方便,现在项目已经极致推荐使用Nuget管理第三方类库了,所以下面列举的类库,都会在Nuget上获取到.目录排序不分先后,如果查找困难,请使用 ctrl + F 重要提示:请注意项目的版本,以官方最新版本为准. Caliburn.Micro - Xaml made easy. 用于建立各个XAML平台应用,如WPF,Silverlight,WP,支持MV*模式 EPPlus- Create advanced Excel spreadsheets on the serv…