Nicolas Müggler

writing about team development & Microsoft .NET

Nach Ordnungsbegriffen durchsuchen

Alle Ordnungsbegriffe » .NET (RSS)
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...
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...
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...
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...
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...