.NET Applications on UNIX?The .NET Framework is currently windows only however with the use of a new development initiative you may soon be able to run your .NET applications and develop them in UNIX.
.NET Framework Assemblies and the AllowPartiallyTrustedCallers AttributeTypes in strong-named assemblies can be called by partially trusted code only when the assemblies have been marked with the AllowPartiallyTrustedCaller attribute (APTCA). This attribute essentially removes the implicit LinkDemand for the FullTrust...
.NET Localization, Part 1: Resource ManagersASP.NET uses a class called System.Resources.ResourceManager for localizing text. This is similar to the resource bundle support under the Java platform. The documentation for the ResourceManager class is a little spotty. There are a few noteworthy...
.NET Localization, Part 2: Creating Satellite AssembliesOne time in .NET that you need to know about satellite assemblies is when you are dealing with localization. For localizing text, one doesn't hard code text on a page, but uses a key for that text. The text equivalent for the key is retrieved from a...
.NET Localization, Part 3: Localizing TextLocalization is a process by which you allow people of different cultures, languages and nationalities access your Web site. Although still a difficult process, all things considered, it is gradually becoming easier. Both the Java platform and the...
.NET Localization, Part 4: Localizing UnitsWhen a Web site is accessible by the international community, one of the considerations is how we present units of measure: Length, Width, Height, Weight, Area, Volume, etc. .NET provides some support by making available a RegionInfo class which...
123aspxThis site really started out as an email to myself of ASP.NET links. I’d see something cool on the web (i.e. aspfree.com, aspng.com, and 4guysfromrolla.com), grab the link and email it to myself. This way, no matter where I was working at, I...