Peter Laudati hat eine Übersicht erstellt, was bei der Migration von .NET 1.1 Applikationen nach .NET 2.0 zu beachten ist.
Currently rated 2.3 by 8 people
- Currently 2.25/5 Stars.
- 1
- 2
- 3
- 4
- 5
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 Code Review
- Security Deployment Review
Berücksichtigt werden .NET 1.1 und 2.0.
Currently rated 3.0 by 5 people
- Currently 3/5 Stars.
- 1
- 2
- 3
- 4
- 5
Kathy Kam hat einige vermutlich relativ unbekannte Parameter für die String-Formatierung mit .NET veröffentlicht. Prädikat lesenswert ;-)
Currently rated 1.8 by 15 people
- Currently 1.8/5 Stars.
- 1
- 2
- 3
- 4
- 5
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.ultrawebgrid.v3.dll (Name ist beliebig gewählt) could not be found"
sollte man u.a. sich auf der Suche nach Diensten wie dem Indexdienst machen. Dieser sperrt nämlich solcherlei Dateien nämlich gerne - das Resultat hatte ich bereits Eingangs gepostet ;-)
In meinem Fall war es übrigens der "Microsoft Search" Dienst - Beschreibung:
"Creates full-text indexes on content and properties of structured and semi-structured data to allow fast linguistic searches on this data"
Vermutlich installiert bei der Installation der Windows Live Toolbar - noch nichtmal eine Stunde installiert und schon gibts den ersten Ärger...
Currently rated 1.3 by 10 people
- Currently 1.3/5 Stars.
- 1
- 2
- 3
- 4
- 5
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 information about released software updates that was previously difficult to find.
Currently rated 1.2 by 9 people
- Currently 1.222222/5 Stars.
- 1
- 2
- 3
- 4
- 5
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. You can even use our super hot 3D Mantle View™ to really show off your work!

- C# 3.0 Language Enhancements introduces several language extensions that build on C# 2.0 to support the creation and use of higher-order, functional-style class libraries. The extensions enable construction of compositional APIs that have equal expressive power of query languages in domains such as relational databases and XML. Get more information, and try hands-on labs here.
- The LINQ Project is a codename for a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. It extends C# and Visual Basic with native language syntax for queries and provides class libraries to take advantage of these capabilities.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
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.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
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.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
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.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
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.NET ist z.B. so aufgebaut.
Currently rated 1.0 by 4 people
- Currently 1/5 Stars.
- 1
- 2
- 3
- 4
- 5