Peter Laudati hat eine Übersicht erstellt, was bei der Migration von .NET 1.1 Applikationen nach .NET 2.0 zu beachten ist.
Unter dem Titel "The Developer Highway Code" hat Microsoft UK ein PDF für Entwickler bereitgestellt, in dem die folgenden Themen behandelt werden:
Integrating Security into the Lifecycle
Security Objectives
Web Application Security Design
Threat Modelling
Security Architecture and Design
Security C...
[More]
Kathy Kam hat einige vermutlich relativ unbekannte Parameter für die String-Formatierung mit .NET veröffentlicht. Prädikat lesenswert ;-)
Erhält man bei Kompilieren einer Applikation in Visual Studio 2005 eine Fehlermeldung wie diese:
"Compiler Error Message: CS0006: Metadata file C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\spsweb\0e3514bf\cb1844e7\assembly\dl2\3b163f16\00452d31_84e5c301\infragistics.webui.ul...
[More]
S. 'Soma' Somasegar (VP, Developer Division) has announced the Visual Studio and .NET Framework Servicing site on MSDN.
The site includes new information about the Visual Studio and .NET Framework servicing roadmap and the Microsoft servicing process. It also aggregates a large amount of informatio...
[More]
The PDC announcements fireworks continuous:
Microsoft Codename Max: With just a few clicks, you can create lists of your favorite photos, arrange them in the layout of your choice, and express them in beautiful views. Preview your photo lists as you build them until your presentation is perfect. Yo...
[More]
Krzysztof Cwalina betreibt ein sehr gehaltvolles Blog zum Thema Design Guidelines und API-Design. Hier finden sich auch Infos zum Design von .NET 2.0 Klassen wie z.B. die Verwendung von Collections im allgemeinen und Generics im speziellen.
Scott Mitchell hat den 2. Artikel seiner Serie "Little Known, Invaluable Methods and Properties in the .NET Framework Base Class Library" veröffentlicht. Diesmal gehts um nützliche Methoden zum Thema Farbbearbeitung mit .NET.
In seinem Artikel "Little Known, Invaluable Methods and Properties in the .NET Framework Base Class Library" stellt Scott Mitchell einige nützliche Methoden des .NET Frameworks vor, die gerne übersehen werden oder schlicht nicht bekannt sind.
Karl Seguin liefert in seinem MSDN-Artikel "On the Way to Mastering ASP.NET: Introducing Custom Entity Classes" wie man anstelle von DataSets mit eigenen Entitäten arbeitet und diese in Custom Collections verwendet.
Mir persönlich ist der Ansatz bereits seit langem an's Herz gewachsen - CodeFairway...
[More]