dotnet

Explore posts tagged with "dotnet" below.

Action Events in .NET

The Async Pattern used in .NET 1.x and 2.0 code always annoyed me because of the excessive coding noise it introduced. The new support in .NET 3.x in relation to lamdas (convenient delegate or...

dotnet csharp delegates programming design-patterns
December 4, 2008
Read More

Torq FxCop Setup

FxCop is a static analysis tool from Microsoft that checks software source code for conformance to the Microsoft .NET framework’s design guidelines....

code-quality dotnet visual-studio development-tools
December 4, 2008
Read More

ClickOnce Adventures

I've been experimenting with the Microsoft ClickOnce technology that is part of .NET 2.0. Its intended use is as a deployment option for a new package called MacroView Windows Desktop that is being...

clickonce deployment dotnet macroview linux web-development
September 8, 2006
Read More

.NET Memory Leaks

Conceptually I knew that eventually there would be a need to diagnose a memory leak problem in a .NET application. Sure a garbage collected environment automatically sorts out whole sets of memory...

memory-management debugging dotnet profiling cpp
July 18, 2006
Read More

WPF/E and IL Code

When I first heard about WPF/E (WPF/Everywhere) it sounded like a waste of time. My interpretation was that it was just a XAML display engine with no support for .NET code....

wpf silverlight dotnet clr xbox
March 27, 2006
Read More

Xbox 360 CLR Possibility

It looks like there's a possibility of the .NET CLR being available for XBox 360 development. Check out these Microsoft blogger posts from Mike Zintel and David Weller....

xbox clr dotnet cross-platform gaming scada
March 19, 2006
Read More

SoapSerializer and Generics Don't Mix

After a bunch of monotonous code changes the previously V1.1 application now compiles successfully under V2.0 of .NET with generics in used for all domain model aggregation relationships....

generics serialization dotnet programming
December 7, 2005
Read More

Generic List Covariance

I'm currently moving an existing .NET Framework V1.1 application to V2.0 and changing the domain model to use generics for any collections and lists....

generics csharp dotnet programming cpp
December 5, 2005
Read More