Home / ASP.NET Weblogs
All Tags » C# » .NET FAQ » CLR (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
  • Customizing DataGridView

    You can customize the DataGridView to work the way you want. There are scenarios when default behavior of the DataGridView is not sufficient to fulfill the requirements. For example you want to override the behavior of DataGridView such that when i press enter key on a particular cell the cursor/focus...
    Posted to NadeemIqbal's Blog (Weblog) by niqbal on 07-01-2008, 12:00 AM
    Filed under: Windows Forms, C#, Visual Studio, .NET, .NET FAQ, CLR, DataGridView
  • 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
  • Book recommendations?

    I get this question often, what books should I read to become a better developer? Not just 'how to code better' either. We are talking full life cycle here, start to finish (is there ever a finish?). I have been too lazy to put a list together. Today, I saw this list . It's pretty much every book I have...
    Posted to Greg Robinson's Blog (Weblog) by gregarobinson on 12-22-2008, 12:00 AM
    Filed under: .NET, C#, Agile, General Software Development, .NET FAQ, CLR
  • 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
  • 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
  • C# 4.0 - New Feature I Like Most

    String.IsNullOrWhiteSpace Previous version of C# contain method String.IsNullOrEmpty which checks whether string is empty or null. If String only contain white spaces (it's also a case of empty string) you will be required to add an additional trim() function to handle it. But if you will use trim()...
    Posted to Coding Geek (Weblog) by niqbal on 07-23-2010, 12:00 AM
    Filed under: Windows Forms, C#, .NET, .NET FAQ, CLR
Page 1 of 2 (12 items) 1 2 Next >