Visual Studio DataSet einfügen Problem

Es existiert zwar ein typisiertes DataSet, aber es lässt sich nicht im Visual Studio 2003 einfügen. Der Designer meldet: "no datasets in project" Das liegt vielleicht daran dass das DataSet in einem Ordner liegt, der "Dataset" heisst. Wenn das DataSet selber auch nur "Dataset" bzw. Dataset.xsd genannt wird müsste dieses Problem auch auftreten.

Visual Studio und Macromedia Dreamweaver

Wenn bei Asp.net der Code der aspx Seite mit den Dreamweaver Kommentaren immer zerstört, hilft dieses Skript. The Code Project - Visual Studio event macro to repair messed up DreamWeaver comments - Macros and Add-ins

12 Schritte zu besserem Code : MUST READ

12 Schritte zu besserem Code
und besserer Software Entwicklung!
Joel on Software - The Joel Test: 12 Steps to Better Code: "12 Steps to Better Code"

SQL Server DO's and DONT's - C# Database

The Code Project - SQL Server DO's and DONT's - C# Database Interessant dabei: DON'T open large recordsets A common request on programming forums is: "How can I quickly fill this combo with 100,00 items?". Well, this is an error. You can't and you shouldn't. First, your user will hate browsing through 100,000 records to find the right one. A better UI is needed here, because you should ideally show no more that 100 or 200 records to your users. DON'T ignore simultaneous editing Sometimes two users will edit the same record at the same time. When writing, the last writer wins and some of the updates will be lost. It's easy to detect this situation: create a timestamp column and check it before you write. If possible, merge changes. If there is a conflict, prompt the user for some action.

Coding Standards: Exception Handling Best Practices in .NET

Interessanter Artikel The Code Project - Exception Handling Best Practices in .NET - .NET

Windows versäumt total den Textmodus für Applikationen

Totally agree with Scott Hanselman!! ComputerZen.com - Scott Hanselman's Weblog - Opportunity: Windows is completely missing the TextMode boat... Auslandsüberweisung. War auf Volksbank und musste der Kassiererin zuschauen wie sie Maus 15Min. lang herumkurvte. Früher ging das um Tastenklicks schneller.... Textmodus ist so einfach zu handeln und EXTREM schnell in der Bedienung, weil man nicht immer wieder Maus suchen muss. --> SHORTCUTS anbieten und diese dem Benutzer ans Herz anlegen. Problem: Wenn Benutzer Möglichkeit hat Maus zu benutzen, tut er das auch.

Link: FAQ von einem MVP

Super interessante Artikel...
Vor allem mehr VB.NET
Häufig gestellte Fragen

Latest Posts

Popular Posts