DeveloperLand : New ArticlesSummary of the latest articles published on DeveloperLandLearning Draughts- February 17, 2006 The aim of this project has been to develop a Draughts Game that learnshttp://developerland.com/CSharpGeneral/Algorithms/341.aspx Exceptions and Performance- February 16, 2006 Almost every time exceptions are mentioned in mailing lists and newsgroups, people say they're really expensive.Let's examine that claim, shall wehttp://developerland.com/DotNet/General/456.aspx Creating multilingual websites - Part 1- February 9, 2006 Extend the existing globalization capabilities of .NET to create flexible and powerful multilingual web sites. First, create a custom ResourceManager, and then create custom localized-capable server controls to easily deploy multilingual functionality.http://developerland.com/Web/General/452.aspx KeyBoardLayout and Language Selector- February 5, 2006 This article shows you how to write a Win-Form that will select the language OS automatically.http://developerland.com/CSharpGeneral/General/144.aspx Security Features in ASP.NET - Authentication- February 3, 2006 There are lots of different types of website with varying security needs, the developers need to know how the security works and choose the appropriate security model for different applications.http://developerland.com/Web/Security/215.aspx Parameter passing in C- February 2, 2006 Many people have become fairly confused about how parameters are passed in C, particularly with regard to reference types. This page should help to clear up some of that confusionhttp://developerland.com/CSharpGeneral/CSharpLanguage/449.aspx Url Rewriting with Regex for ASP.NET 2.0- February 2, 2006 it's really simple to implement a Url Rewriting Module with Regex support in ASP.NET. I wrote a quick and simple HttpModule for thishttp://developerland.com/CuttingEdge/ASPNet2/448.aspx |