Home / ASP.NET Weblogs
All Tags » WPF » C# » .NET FAQ (RSS)

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
  • Working with USB to Serial port adapter on .NET

    You can't solve a problem with the same kind of thinking that created it. — Albert Einstein (1879-1955) Yesterday I spent a lot of time trying to get a speed radar to work on my .NET application. Every test was giving us diferent results. We made hundreds of tests, but every time we thought we found...
    Posted to Matias Paterlini (Weblog) by paterlinimatias on 01-16-2008, 12:00 AM
    Filed under: WPF, Orcas, Team System, Vista, Infocard, Commerce Server, WinFX, .NET FAQ, Atlas, Web Services, Agile, CLR, Biztalk, BCL, WCF, Avalon, WWF, AJAX, General Software Development, Windows Forms, Content Management Server, ASP.NET, Visual Basic, C#, Sharepoint, Mobile, IIS, Community News, Crossbow, Visual Studio, .NET, SQL Server
  • Clear Project List from Start Page

    Here is a nice tips to clear the Recent project list or File list from Visual Studio .Net Run--> RegEdit and navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<your version>\ProjectMRUList delete unnecessary list. similarly for FileMRuList. Make sure not disturb other key from the...
    Posted to Suresh Behera (Weblog) by Suresh Behera on 05-31-2006, 12:00 AM
    Filed under: DotNet, .Net, .Interview, Avalon, C#, WPF, Atlas, Orcas, ASP.NET, WWF, BCL, Windows Forms, Commerce Server, Biztalk, Crossbow, Agile, AJAX, Visual Studio, IIS, WinFX, Visual Basic, Community News, General Software Development, .NET FAQ, Sharepoint, WCF, SQL Server, Content Management Server, Vista, Infocard, Web Services, CLR, Mobile
  • 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
  • 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
  • Debug slow calls using IIS Logs

    For any asp.net/WCF application hosted on IIS it is essential to monitor the response times of the web requests and the easiest way to do this is by using IIS logs. I use Log analyzer to output the calls taking a lot of time. Following steps would help you do it yourself and be an expert in monitoring...
    Posted to Anil Kasalanati (Weblog) by anil.kasalanati on 01-06-2012, 12:00 AM
    Filed under: c#, .NET FAQ, AJAX, ASP.NET, .NET, IIS, Atlas, WCF, WPF, Orcas, Team System, Vista, Infocard, Commerce Server, WinFX, Web Services, Agile, CLR, Biztalk, BCL, Avalon, WWF, General Software Development, Windows Forms, Content Management Server, Visual Basic, Sharepoint, Mobile, Community News, Crossbow, Visual Studio, SQL Server
  • Top 10 ways to motivate a geek

    http://www.retrospector.com/2006/06/21/top-10-ways-to-motivate-geeks/
    Posted to Greg Robinson's Blog (Weblog) by gregarobinson on 07-19-2006, 12:00 AM
    Filed under: NET, Avalon, C#, WPF, Atlas, Orcas, ASP.NET, WWF, BCL, Windows Forms, Commerce Server, Biztalk, Crossbow, Agile, AJAX, Visual Studio, IIS, WinFX, Visual Basic, Community News, General Software Development, .NET FAQ, Sharepoint, WCF, Team System, SQL Server, Content Management Server, Vista, Infocard, Web Services, CLR, Mobile
Page 1 of 1 (8 items)