| DeveloperLand RSS Feed |
|
| Description: |
Summary of the latest articles published on DeveloperLand |
| Format: |
RSS 2.0 |
| Feed URL: |
http://www.developerland.com/newarticles.rss |
| |
| Latest Headlines |
|
Write a Word Add-In – Part 0
Sun, 25 Jun 2006 17:25:06 GMT
Learn to write an add-in in C# that does everything a regular C# program does.
|
Write a Word Add-In – Part I
Sun, 25 Jun 2006 17:25:02 GMT
Learn to write an add-in in C# that does everything a regular C# program does.
|
Lengthy Operations on Single Thread in .NET Application
Sun, 25 Jun 2006 17:23:10 GMT
Desktop applications are usually single-threaded. Sometimes it is, however, inevitable to perform some long lasting operations like processing large XMLs. This leads to a common problem: how such long lasting operations should be managed?
|
Learning Draughts
Fri, 17 Feb 2006 22:45:56 GMT
The aim of this project has been to develop a Draughts Game that learns
|
Exceptions and Performance
Thu, 16 Feb 2006 21:33:17 GMT
Almost every time exceptions are mentioned in mailing lists and newsgroups, people say they're really expensive.Let's examine that claim, shall we?
|
Creating multilingual websites - Part 1
Thu, 09 Feb 2006 04:33:45 GMT
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.
|
KeyBoardLayout and Language Selector
Sun, 05 Feb 2006 23:19:28 GMT
This article shows you how to write a Win-Form that will select the language OS automatically.
|
Security Features in ASP.NET - Authentication
Fri, 03 Feb 2006 17:57:50 GMT
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.
|
Parameter passing in C#
Thu, 02 Feb 2006 19:34:52 GMT
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 confusion
|
Url Rewriting with Regex for ASP.NET 2.0
Thu, 02 Feb 2006 19:04:51 GMT
it's really simple to implement a Url Rewriting Module with Regex support in ASP.NET. I wrote a quick and simple HttpModule for this
|