Scott Cadillac has implemented a nice looking progressbar for ASP.NET Applications using IFRAME and JavaScript.
Currently rated 1.2 by 9 people
- Currently 1.222222/5 Stars.
- 1
- 2
- 3
- 4
- 5
Christoph Wille has uploaded the Slides and Demos (both in english language) for the past NCC 2005A Security.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Since the beginning of this month, Microsoft has launched the FxCop Forum @MSDN-Forums.
FxCop is a code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines. It uses reflection, MSIL parsing, and callgraph analysis to inspect assemblies for more than 200 defects in the following areas:
- Library design
- Localization
- Naming conventions
- Performance
- Security
FxCop includes both GUI and command line versions of the tool, as well as an SDK to create custom rules.
Currently rated 1.3 by 9 people
- Currently 1.333333/5 Stars.
- 1
- 2
- 3
- 4
- 5

Seit heute ist DotNetNuke 3.1.0 zum Download verfügbar. Neuerungen sind unter anderem die Unterstützung für Web Farms und Verbesserungen bei der Installation und Deinstallation der Basis-Module.
Und offensichtlich gibt es ein neues Logo sowie ein komplettes ReDesign der Website 
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Versionen unter 3.0.12 von DotNetNuke bieten Angriffsmöglichkeiten für XSS (Cross Site Scripting).
Deshalb: unbedingt updaten - inzwischen ist ja 3.0.13 verfügbar.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
DotMSN ist eine Open Source .NET Class Library, die Connectivity zum MSN Messenger bereitstellt.
Features:
- Connecting / disconnecting with the MSN Messenger service
- Setting presence status
- Event-based design to notify contact presence status changes
- Personal data of a contact
- Owner profile details
- Automatically synchronizes contact lists and keeps contactlist data up to date
- Creating and changing contactgroups
- Convenient enumerating through contacts in different lists
- Request or receive conversations
- Multiple users in one conversation
- Sending and receiving decorated text messages
- Sending typing messages
- Privacy settings of the contactlist owner
- Hotmail mailbox status
- Notifications of new mail
- Flexible tracing of warnings and errors
- File transfers
- User display images
- Proxy support and custom servers
- P2P framework support
- Custom extendable DotMSN framework
- MSNP9 protocol
- Source code provided
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Um das Ausführen der Benutzeroberfläche einer WinForm-Applikation nicht durch Hintergrundprozesse zu blockieren, ist es notwendig, mit asynchronen Aufrufen zu arbeiten. Dies ist mit .NET 1.1 relativ aufwendig (Implementierung von ISynchronizeInvoke etc.).
Besserung bringt hier .NET 2.0 mit der BackgroundWorker-Komponente, die mit wenigen Zeilen Code o.g. Problem erheblich vereinfacht.
Beim Durchforsten des Codes von IssueVision, einer Beispielanwendung für SmartClient-Entwicklung bin ich auf die Komponente "BackgroundWorker for .NET 1.1" gestossen, die wie der Name bereits vermuten lässt, eine Implementierung der BackgroundWorker-Komponente für .NET 1.1 darstellt.
Die .NET 1.1 Implementierung ist so gestaltet, dass ein Umstieg auf .NET 2.0 keine Probleme bereitet.
Der Downoad beinhaltet den SourceCode der Komponente, so dass auch Anpassungen leicht möglich sind.
Currently rated 1.2 by 5 people
- Currently 1.2/5 Stars.
- 1
- 2
- 3
- 4
- 5
Ron Jacobs, einer der Enterprise Library Entwickler, hat ein neues Projekt gestartet: SqlScript.NET.
Beschreibung aus dem zugehörigen GotDotNet-Workspace: "Many applications need to run a SQL Script to setup a database when installed. Unfortunately there is no simple way to run a script from .NET. This project provides a simple class library to run SQL Scripts."
Klingt interessant, wird weiter beobachtet ;-)
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Das eröffnet interessante Möglichkeiten ;-)
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Wer die Google Deskbar nutzt und diese mit eigenen Plug-Ins erweitern möchte, kann dies ab sofort mit dem Google Deskbar Plug-in Development Kit tun.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5