Home / ASP.NET Weblogs
All Tags » WPF » C# » 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
  • 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
  • Breaking News: Future Version of .NET Framework to Run on the Mac

    Breaking News: Microsoft is working on having a version of the framework that will run on the Mac! That's right -- Rory broke this story just the other day in his interview with Scott Guthrie . First, a little bit of background, which although not secret has largely went unnoticed so far. Hopefully...
    Posted to Paul Wilson's .NET Blog (Weblog) by PaulWilson on 01-13-2007, 12:00 AM
    Filed under: .NET, ASP.NET, C#, WPF, Orcas, CLR
  • 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
  • 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
  • Technical Interview Questions

    I have been on some recent technical interviews for Tech Lead and/or Architect Roles. I am keeping track of the questions asked and will post them here. The answers you see are mostly copy/paste from a Google search, with a mix of my own thoughts. Feel free to jump in with your own questions and/or answers...
    Posted to Greg Robinson's Blog (Weblog) by gregarobinson on 09-24-2009, 12:00 AM
    Filed under: .NET, NET, C#, WPF, ASP.NET, WWF, Windows Forms, Biztalk, Agile, IIS, Visual Basic, Sharepoint, WCF, SQL Server, Web Services, CLR, visual source safe, subversion, LINQ, vb.net
  • Announcing EmailVerify.NET v3.0

    As the company lead developer, I'm proud to announce to my readers that our award winning e-mail verification and validation component for Microsoft .NET has reached version 3.0 today! This new version includes an improved disposable e-mail address validation algorithm and built-in Windows PowerShell...
    Posted to Efran Cobisi's Blog (Weblog) by efran.cobisi on 10-29-2009, 12:00 AM
    Filed under: ASP.NET, PowerShell, WPF, e-mail verification, email verification, Web Services, e-mail, email, CLR, BCL, WCF, Windows Forms, C#, Visual Studio, e-mail validation, email validation, .NET
  • 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 2 (13 items) 1 2 Next >