.NET Internationalization Visual Studio 2003 Source Code Available For Download

The source code for Visual Studio 2003 (.NET Framework 1.1) for the .NET Internationalization book is now available for download.

Apologies for the delay in putting this file up.

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: Guy Smith-Ferrier
Posted on: Wednesday, October 04, 2006 at 10:00 PM
Categories: .NET Internationalization Book
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (2) | Post RSSRSS comment feed

Related posts

Comments

Stephen Loughins

Thursday, October 05, 2006 11:00 PM

Stephen Loughins

Guy
I’m working my way through your book at but I’m having some difficulty - all of you example seem to be written in C# - have you anything in VB?

I’m using ASP.Net with VS2003

TIA
Stephen

Guy Smith-Ferrier

Thursday, October 05, 2006 11:00 PM

guy[at]guysmithferrier[dot]com

Stephen,

I’m sorry to say that I don’t have the code available as VB.NET. I don’t have anything against VB.NET - it just writing it isn’t one of my skills. On the plus side there are various ways to convert it.

The simplest way is to compile it all and then use Reflector to decompile it to Visual Basic. There is a free add-on for Reflector called File Disassembler that decompiles a whole assembly to a collection of files.

Alternatively there are some C# to VB.NET converters on the net - you could give one of those a go.

Guy