Da AspxFiles, das deutschsprachige ASP.NET Wiki, sich gut bewährt, gibt es es jetzt auch das AspGerman - Wiki.
Ziel ist, das geballte Wissen der AspGerman-Mailinglisten zum Thema Classic ASP zu dokumentieren.
Der Aufbau der Grundstruktur wurde von Claudius Ceteras praktisch im Alleingang erledigt - klasse Leistung!
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Muss irgendwie im Streß untergegangen sein:
Bei DotNetGerman gibt es einen weiteren Blogger: Stephan Troxler - willkommen im Club ;-)
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
CodeZone stellt jetzt auch eine Toolbar für den Internet Explorer bereit:

Ich glaube, es ist an der Zeit, dass es für die Community Site Suche von DotNetGerman auch eine Toolbar gibt - Dr. Wille, bitte übernehmen Sie! ;-)
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Rob Howard hat in seinem Blog die Slides und Demos von der TechEd 2004 zum Thema ASP.NET zum Download bereitgestellt.
Blackbelt ASP.NET
Lot's of super-useful tips & tricks for making your web application better: using multi-result set stored procedures to background threading to database cache invalidation (modeled after the ASP.NET 2.0 database cache invalidation mechanism) and many, many more.
Server Control Tips & Tricks
We started with some basics and quickly dove into some advanced composition topics related to building server controls. We built some custom controls, but if you want to see more server control source, check out the http://forums.asp.net.
Running www.asp.net
This talk was more of a tour of how we manage and run www.asp.net. Most people are surprised to find that we serve: www.asp.net, weblogs.asp.net, blogs.msdn.com, www.dotnetnuke.com, forums.asp.net, www.aspinsiders.com all from a small cluster of 2 web servers and 1 database server.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tim Sneath hat 10 Tricks für eine gute ASP.NET-Applikation-Architektur zusammengestellt:
Top 10 Tricks for a Killer ASP.NET Web Application
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Visual Studio.NET beherrscht standardmäßig kein CSS2, d.h. CSS2-Eigenschaften werden von der IntelliSense von VS.NET nicht unterstützt.
In dem Artikel "Bringing CSS2 to Visual Studio.NET" wird der Grund hierfür genannt und eine Datei zum Download angeboten, die Abhilfe schafft.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Abstract: "This document describes the new features of the C# language, including Generics, Anonymous Methods, and Partial Types. Please note that this is a draft document intended to give you a preview of the "Whidbey" release of the C# language"
Download als Word-Dokument "C# 2.0 Language Specification"
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Christoph Wille hat für den .NET Security-Talk mit Peter Koen bei der NCC 2004 A am 04. und 05. Juni in Karlsruhe zwei weitere Teaser veröffentlicht:
Teaser #1: HackMe Corp.
Teaser #2:
Site Invaders
Und auch Bernhard Spuida ist mit den Vorbereitungen für seinen Spam-Vortrag gut vorangekommen und gewährt erste Einblicke.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Aaron Skonnard gab in der
April 2004-Ausgabe des
MSDN Magazine in dem Artikel "
All About Blogs and RSS" u.a. einen Überblick über das RSS-Format.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Eine häufig gestellte Frage lautet: "Wie kann ich den Namen der aktuellen Datei auslesen?".
Mit Classic-ASP bzw. VBScript mußte man hierfür einige Zeilen Code aufwenden, in ASP.NET ist das Problem mit einem Einzeiler erschlagen:
string currentPageName = (Request.Url.Segments[Request.Url.Segments.Length-1]);
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5