Tagged Content List
  • Blog Post: Share ConnectionStrings between projects for each developer differently

    Share ConnectionStrings A customer of mine have a Visual Studio C# solution with more than one project which uses the same ConnectionString. So how can you define your ConnectionString(s) once and share them between projects? This is how my sample solution looks like. The "Console" and "ServerConsole"...
  • Blog Post: Service Pack Day (Visual Studio, TFS, .NET Framework)

    Hi, if you don't know it already, Microsoft has released Service Pack 1 for Visual Studio and Team Foundation Server 2008 and also the .NET Framework 3.5 SP1 (Just a week after the release of SQL Server 2008). To get more info and links to the download page go to Brian Harry's blog post .
  • Blog Post: TFS Source Control integration in Explorer

    Do you want to checkin your files from the Windows Explorer (Shell Integration) like with Subversion add-ins? Some people don't want or need a Visual Studio Team Explorer, because they are none Microsoft-based developers like Oracle DBA's. But you want to use Team Foundation Server as your source...
  • Blog Post: Sorting entries in Infragistics UltraWinGrid RowFilterDropDown by the columns sort order

    This post is an extension to my last post " Removing default entries from Infragistics UltraWinGrid RowFilterDropDown ". What if you want to sort the entries in the RowFilterDropDown by the underlaying column? By default the DropDown is sorted ascending regardless of the effective sorting...
  • Blog Post: Removing default entries from Infragistics UltraWinGrid RowFilterDropDown

    On top of the RowFilterDropDown list you alway get the default items (All, Custom, Blanks, NonBlanks) included. What if your customer don't like them or you want to disable the (Custom) dialog? Infragistics gives you the possibility to remove specific items from the list by subscribing to the...
Page 1 of 1 (5 items)