Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • SilverLight Text Formatting

    There are scenarios when you want to Format the bound string value for example you want to display the long names as nadeemIq... or display a different value based on the bound string value & get back the original value. So here is IValueConverter interface which is used to achieve such scenarios...
    Posted to NadeemIqbal's Blog (Weblog) by niqbal on 10-27-2008, 12:00 AM
    Filed under: Windows Forms, C#, .NET, .NET FAQ, CLR, WPF, SilverLight
  • SilverLight DataGrid Binding

    I was working on the unbound SilverLight DataGrid and thought to write one in this regard, There are scenarios when you don't have a predefined collection of objects to bind to SilverLight DataGrid or you don't know the structure of the object to bind with untill run time. For Example you want to bind...
    Posted to NadeemIqbal's Blog (Weblog) by niqbal on 10-06-2008, 12:00 AM
    Filed under: C#, Visual Studio, .NET, .NET FAQ, CLR, WPF, SilverLight, SilverLight DataGrid, SilverLight DataGrid Dynmic Binding
  • SilverLight Unit Test for Value Converter

    When writing unit tests for the Silverlight application, its important to write the unit test for the value converters so that you could test whether converters are working fine or not as Value Converters are most commonly used in Silverlight applications. IValueConverter interface exposes two methods...
    Posted to NadeemIqbal's Blog (Weblog) by niqbal on 01-02-2009, 12:00 AM
    Filed under: C#, Visual Studio, .NET, .NET FAQ, CLR, WPF, SilverLight, unit test, unit test framework
  • Working @ SnapFlow - BPM Solution

    SnapFlow is a RIA Application develop on the Cutting Edge Microsoft Technologies such as SilverLight, ASP.Net 3.5, LINQ, WCF, WWF and SQL Server 2005. SnapFlow is a workflow-making platform that helps you coordinate your work with anyone so that you can get things done. And with our super-simple tool...
    Posted to NadeemIqbal's Blog (Weblog) by niqbal on 03-04-2009, 12:00 AM
    Filed under: C#, Visual Studio, .NET, CLR, WPF, SilverLight, SilverLight DataGrid, SilverLight DataGrid Dynmic Binding, unit test framework, BPM, Business Process Management
  • Upload file Directly to Amazon S3 using C# via POST

    There are scenarios when you want to directly upload the file from the client browser/application to S3. Amazon provides simple POST method to upload files to amazon File Upload . That method is not acceptable when you want to upload the file(s) programatically using any programming language such as...
    Posted to Coding Geek (Weblog) by niqbal on 06-05-2009, 12:00 AM
    Filed under: Windows Forms, C#, Visual Studio, .NET, .NET FAQ, CLR, SilverLight, SilverLight DataGrid, SilverLight DataGrid Dynmic Binding
  • Silverlight - Convert List to ObservableCollection

    In Silverlight, you will bind the controls such as List/Grid with Observable collection so that any change in the collection automatically reflected on the control. Often you will be required to convert the List to an observable collection but there isn't exist any method which automatically do so in...
    Posted to Coding Geek (Weblog) by niqbal on 07-22-2010, 12:00 AM
    Filed under: C#, Visual Studio, .NET, .NET FAQ, CLR, DataGridView, WPF, SilverLight, SilverLight DataGrid, SilverLight DataGrid Dynmic Binding, XML
Page 1 of 1 (6 items)