|
|
Localization in ASP.NET 2.0 using a database and adapters |
|
Ferry Onderwater - Developer
|
By Ferry Onderwater on
27-4-2007 12:53
|
|
|
|
ASP.NET 2.0 offers 'out-of-the-box' localization. It uses resource-files (xml). It is possible to use a database instead (see the article of Michèle Leroux Bustamante, mentioned below the blog). A few days earlier I looked a bit to adapters so I got the crazy idea to add those two pieces together. My prime-directive was:
Make code localized with as less changes in the (existing) source as possible. UPLOADTEMPLATE
|
 |
|
Comments (4)
|
More...
|
|
|
|
|
|
What I like about SQL 2005 |
|
Henri Koppen - Developer
|
By Henri Koppen on
15-1-2007 10:58
|
|
|
|
Recently our website got a new look and feel (DNN based). However, old blogs where so static that migrating them to the new website was a cumbersome task. Some post where outdated and so I start all over again. Just to get familiar with the new look & feel I'm just writing a short post.
|
 |
|
Comments (2)
|
More...
|
|
|
PNG-Fix with and without Javascript |
|
Ferry Onderwater - Developer
|
By Ferry Onderwater on
5-8-2006 23:00
|
|
|
|
In this blog-entry I tell you about the problems with PNG in IE (versions prior to 7), the solutions, problems with the solution and ofcourse the way wé got rid of the problems. You will find the javascript solutions, css-solutions and an example to override a property in a VB.NET control so the PNG's will be fixed automatically.
|
 |
|
Comments (5)
|
More...
|
|
|
|
Stubs (.NET 2.0) |
|
Ferry Onderwater - Developer
|
By Ferry Onderwater on
2-5-2006 22:00
|
|
|
|
Neem de volgende situatie:
We hebben een user control (ascx). Deze usercontrol heeft een public property en een public method. Hoe kunnen we deze code vanuit bijvoorbeeld een andere class aanroepen?
Code die publiek aangeroepen wordt binnen een applicatie moet in de App_Code directory staan. Een usercontrol mag daar weer niet staan.
|
 |
|
Comments (2)
|
More...
|
|
|