Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Gizmox released Visual WebGui SDK version 6.2.1

    Gizmox announces the release of version 6.2.1 of its SDK. The Visual Webgui SDK now incorporates both the DHTML and the Silverlight and enables to work with both .NET 2.0 and 3.5 on the same machine. In addition, the new release includes the new wrapper feature announced earlier . Here is a more detailed...
    Posted to Visual WebGui (Weblog) by Visual WebGui on 11-17-2008, 12:00 AM
    Filed under: AJAX, Windows Forms, ASP.NET, C#, Silverlight, Web Services, Visual Studio, .NET, community news, .NET FAQ, General Software Development
  • 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
  • Scott Gu's May 30th Links

    Some good stuff: (Thanks Scott) May 30th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio Here is the latest in my link-listing series . Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. You can also now...
    Posted to Microsoft and DiscountASP.NET news (Weblog) by wisecarver on 05-30-2009, 12:00 AM
    Filed under: .NET FAQ, AJAX, ASP.NET, C#, General Software Development, Silverlight, MVC, Mobile, Community News, .NET, SQL Server
  • 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
  • Silverlight 4.0 Optional & Named Parameters

    Named & optional parameters are a new C# language feature coming up with .NET FX 4.0 and guess what… it’s in Silverlight 4 as well! Optional parameters will come very useful when defining complex APIs where you would usually have to provide several overloads for the same method for it to make sense...
    Posted to Coding Geek (Weblog) by niqbal on 09-03-2010, 12:00 AM
    Filed under: .NET, .NET FAQ, C#, SilverLight, SilverLight DataGrid, XML
  • How to Create a Windows Azure Storage Account and Custom Domain Name (register a CName record) in 3 Easy Steps

    Depending on the type of application you are building it may be necessary for you to register a CName record with your Storage Account that you created. There are many reasons that you may want to perform this registration such as if you are building a Silverlight/Flash Application that requires that...
    Posted to Sean Iannuzzi's Blog (Weblog) by seaniannuzzi on 11-14-2010, 12:00 AM
    Filed under: SQL Azure, .NET FAQ, Windows Azure, ASP.NET, C#, Silverlight, .NET, CName, Flash
  • WP7 Tips–Part I– Media File Coding Techniques to help pass the Windows Phone 7 Marketplace Certification Requirements

    Overview Developing an application that plays media files on a Windows Phone 7 Device seems fairly straight forward. However, what can make this a bit frustrating are the necessary requirements in order to pass the WP7 marketplace requirements so that your application can be published. If you are new...
    Posted to Sean Iannuzzi's Blog (Weblog) by seaniannuzzi on 01-05-2011, 12:00 AM
    Filed under: WP7, .NET, .NET FAQ, ASP.NET, C#, Mobile, Silverlight, VB.NET, Windows Phone 7
Page 1 of 1 (10 items)