HOME     
 Themen

 ASP.NET
        Layout & Design
        Datenzugriff & Datenbindung
        Steuerelemente / Controls
        Caching & Performance
        Ressourcen & Lokalisierung
        Konfiguration & Deployment
        Debugging & Error Handling
        HTTP-Module und -Handler
        Sicherheit
        Ajax & Atlas
 ADO.NET
        SQL-Server
 C# & VB.NET
 Windows Forms
        Datenbindung
        Multimedia
 XML & XSLT
 Web Services
 Office
        Sharepoint
 Sicherheit
 Mobile Devices
 Visual Studio
 .NET 3.0
 Informationen

 Über DotNetProject

 Artikel anmelden

 Impressum

 Aktuelle Artikel  

An Easy Introduction to Localization in ASP.NET 2.0
This article describes a quick and easy way to implement localization through the use of resource strings within an ASP.NET 2.0 application (Visual Basic 2005).
www.codeproject.com

Komfortableres Entwickeln mit dem My-Namespace bei Visual Basic 2005
Früher war bekanntlich alles besser. Software-Entwicklung war noch etwas Geheimnisvolles. Mit ein wenig mathematischem Verständnis und vielen "Peeks und Pokes" hat man nach Tagen eine ballistische Flugbahn grafisch dargestellt und der Stolz der Famili ...
www.dotnet-magazin.de

Singletonmuster
Das Singletonpattern wird verwendet um sicherzustellen, dass es von einer bestimmten Klasse nur ein einziges Exemplar in der laufenden Anwendung erstellt wird.
de.csharp-online.net

Verwenden von Einstellungen in C#
Mit .NET Framework 2.0 können Sie Werte erstellen und auf diese zugreifen. Diese Werte werden zwischen Anwendungsausführungssitzungen beibehalten. Diese Werte werden Einstellungen genannt. Einstellungen können Benutzereinstellungen oder wertvolle Info ...
www.microsoft.com

Codesicherheitsänderungen in Outlook 2007
Microsoft Office-Outlook 2007 erhöht die Codesicherheit, um Outlook-Benutzer gegen bösartigen Code zu schützen und gleichzeitig die Sicherheitswarnungen für Entwickler und Benutzer zu reduzieren. Erfahren Sie, wie diese Änderungen die Entwicklung und ...
www.microsoft.com

Inside C# 2.0 Anonymous Methods
Understand the internal working of anonymous methods in C# 2.0
www.codeproject.com

Praktisches Wissen über die Verwendung von Office als Entwicklungsplattform
Microsoft Office 2007 bietet zweifellos die Grundlage für einige recht komplexe benutzerdefinierte Lösungen, und Tausende solcher Lösungen werden heutzutage problemlos in Office ausgeführt. Kann Office aber auch als eine robuste Entwicklungsplattform ...
www.microsoft.com

Entdecken Sie bedeutende Verbesserungen für Entwickler in SharePoint Services
Die nächste Hauptversion von Microsoft Office SharePoint Server (MOSS) mit Windows SharePoint Services (WSS) Version 3.0 wird sehr bald herausgegeben. Wie bei den vorherigen Versionen bietet WSS fertige Zusammenarbeitsfeatures, die es Benutzern erleic ...
www.microsoft.com

An Introduction to LINQ - Part 3
Specifically it focused on the retreival of relational data for display purposes. This installment will shift gears and focus on the XML aspects of LINQ, known as XLINQ. To start with, you will learn the basics of XLINQ (XML Query extensions of LINQ) ...
www.15seconds.com

Windows Forms 2.0 Programming
The seemingly simple application architecture in Windows Forms and .NET provides some useful capabilities, including tailored lifetime support and support for building SDI and MDI applications, whether multiple or single-instance.
www.codeproject.com

Anpassen der Multifunktionsleisten-Benutzeroberfläche von Office (2007) für Entwi ...
Informationen zu den Szenarios und zum XML-Markup, mit dem Sie die Multifunktionsleisten-Benutzeroberfläche in Microsoft Office 2007 anpassen können. Durch die Multifunktionsleisten-Benutzeroberfläche werden Menüs, Symbolleisten und ein Großteil des A ...
www.microsoft.com

Build Smarter ASP.NET File Downloading Into Your Web Applications
msdn.microsoft.com

What's new in System.Xml 2.0?
It's been a while since I've written on a core XML topic, and I miss it. Now that the Microsoft .NET Framework 2.0 has shipped and is in the hands of countless developers worldwide, it seems like a good time to discuss the improvements found in System ...
msdn.microsoft.com

Reporting Task Progress With ASP.NET 2.0
It's important to provide feedback to the user. The progress bar is a common means of informing users what is going on and how long they will have to wait. Unfortunately, there's currently no progress bar element built into ASP.NET. A variety of free ...
msdn.microsoft.com

Code Your Applications To Deliver The World With Virtual Earth APIs
You can build your own application or Web site that uses Virtual Earth mapping technologies by using the Virtual Earth map control, a JavaScript component that provides all the functionality you need to draw maps, search for locations, and get driving ...
msdn.microsoft.com

Textdarstellung mit der Windows Presentation Foundation
Die im Grunde harmlose Ausgabe von Text hat es bei WPF bzw. XAML in sich, da es sehr viele Möglichkeiten gibt Text anzuordnen und mit „Spezialeffekten“ auszustatten. In dieser Folge der WFP-Serie dreht sich alles um die Ausgabe von Text.
www.dotnet-magazin.de

Neue Debugging-Möglichkeiten in Visual Studio 2005   
Von einer professionellen Entwicklungsumgebung wie Visual Studio darf man komfortable Hilfe für das Debuggen erwarten. Entsprechend hat Microsoft es in den vergangenen Jahren kontinuierlich verbessert. Auch die Version in Visual Studio 2005 bietet ein ...
www.dotnetpro.de

Essential C# 2.0: Generics
Generics will significantly transform C# 1.0 coding style. In virtually all cases in which programmers used object within C# 1.0 code, generics would be a better choice in C# 2.0 to the extent that object should act as a flag for a possible generics i ...
www.codeproject.com

.NET Framework 3.0: Alles bunt und neu mit der Windows Presentation Foundation
Feature zum Microsoft .NET Framework 3.0 (Windows Presentation Foundation)
www.microsoft.com

Full-Text indexing files with Microsoft SQL Server
Indexing word, excel and other types of documents is easy with SQL Server
www.codeproject.com