Archive for November, 2005

Saturday, November 29, 2008 10:16

Encrypt your .NET application’s and DLLs

CodeVeil will add native code to the assembly to decrypt the assembly just before the .NET runtime needs access to the data. The decoder includes anti-debugging, anti-tracing, modification tracking, and various other advanced techniques to avoid unauthorized access and modification of your assemblies. And, veiled assemblies can be used just like any [...]

Saturday, November 29, 2008 10:16

The Comprehensive Document Comparison Tool -DiffDoc

Diff Doc compares files of all types of document formats – MS Word/PowerPoint/Excel, PDF,RTF, Text, XML, HTML, XML, Wordperfect and more.
[Via Jon Galloway's Blog]

Bookmark It

Hide Sites

$$(‘div.d719′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

System.Drawing.Color serialization

The Person class includes a HairColor property that stores a Color object. Because a Color cannot be automatically serialized/deserialized using the .NET System.Xml.Serialization.XmlSerializer class, the Color object is saved to the XML file as an HTML string, and converted back into a Color when the XML file is loaded.

sing System;
using System.Drawing;
using System.Xml.Serialization;
 
 
//To support binary serialization [...]

Saturday, November 29, 2008 10:16

Microsoft: .NET 2.0 | Clone Attack :-)

The Windows Forms team has posted .NET 2.0 versions of their UI clone apps, including:
 Quicken Look and Feel – Mike Harsh    This is a UI front end that has the look and feel of Quicken
Outlook 2003 Look and Feel – Joe Stegman    This is a UI front end that has the look [...]

Saturday, November 29, 2008 10:16

The MSBuild Community Tasks Project

The MSBuild Community Tasks Project is an open source project for MSBuild tasks. The goal of the project is to provide a collection of open source tasks for MSBuild.
[Via Paul Welter's Weblog]

Bookmark It

Hide Sites

$$(‘div.d716′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

Report design in a nutshell

Defining report data sources. Using object data sources in Windows applications and Web sites. Using Lists. Using report parameters in local mode. Designing master-detail reports.
[Via http://www.gotreportviewer.com]

Bookmark It

Hide Sites

$$(‘div.d715′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

Microsoft Report Viewer 2005

Microsoft Report Viewer control enables applications that run on the .NET Framework to display reports designed using Microsoft reporting technology. The control can process and render reports independently using a built-in engine (‘local mode’) or it can display reports that are processed and rendered on a Report Server (‘remote mode’). There is a WinForms and [...]

Saturday, November 29, 2008 10:16

Monad MSH links ( Microsoft’s new command line system resources )

Introduction to MSH
Codename "MONAD"
Navigating Objects within the Microsoft Shell (MSH)
On MSH – The Longhorn Command Shell
Beta 2 release of Monad for x86
Public newsgroup
Monad team blog

[Via John Hines' Code Blog]

Bookmark It

Hide Sites

$$(‘div.d713′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

Breaking Changes in .NET Framework 2.0

Breaking changes are changes in either the .NET Framework (runtime breaking changes) or Visual Studio (design/compile/project upgrade) that make certain application and development scenarios behave differently from the version 1.0 and 1.1 .NET Frameworks to the 2.0 version.Breaking changes were made for a number of reasons, including standards compliance, customer feedback, and correctness. Follow this [...]

Saturday, November 29, 2008 10:16

Get Ready for Visual Studio 2005 with Free* Microsoft E-Learning Courses

Looks like the MS Learning folks are offering a whole bunch of e-learning courses free for a limited time.
Special E-Learning Offers
Clinic 2551: Introduction to Visual Studio Team System Course 2924: Building Data Components in Microsoft® Visual Studio® 2005 Course 2925: Building Managed Code for SQL Server 2005 and [...]