Localizing client side JavaScript

Posted by: Imar Spaanjaars at Tuesday, February 24, 2009 9:34:02 AM in: ASP.NET 3.5

As you may know, my Contact Manager application used in my new series on N-Layer design using ASP.NET 3.5 is fully localizable. That is, the site is available in two languages - English and Dutch - and users can choose the language they want to see the site in. The concepts behind the localization process are all built in to the ASP.NET framework and didn't require a lot of work from my side.

Shortly after I published the article on localization, I received an e-mail from a reader asking how he could use the same principles to translate client side JavaScript. He had written some custom JavaScript code that displayed messages to the user and he wanted an easy way to translate those messages as well. The good news is: it's pretty easy to do....

Read on ...

So who gets the credits for the idea of the Validation framework?

Posted by: Imar Spaanjaars at Sunday, February 22, 2009 7:11:23 PM in: Imar's Blogs
In my article series on N-Layer design I credited AzamSharp for his article on creating a domain object validation framework. AzamSharp didn't cite any other resources so it looks as all the ideas presented in the article are his.
Read on ...

Announcing the launch of DotNetAttributes.Com!

Posted by: Imar Spaanjaars at Thursday, February 19, 2009 9:32:50 PM in: Imar's Blogs
I am proud to announce the launch of my new web site: www.DotNetAttributes.com - the definitive source for attributes in .NET.
Read on ...

N-Layered Web Applications with ASP.NET 3.5 Part 5: Dealing with Concurrency

Posted by: Imar Spaanjaars at Tuesday, February 10, 2009 9:40:00 PM in: ASP.NET 3.5

Note: this is part five in a series of six. If you rather read this entire series off-line, you can buy the series as a convenient PDF document that comes with the full source. Besides the convenience, buying the PDF will also make you feel good as it shows your appreciation for the articles and helps me pay the bills for my server and hosting so I can keep running imar.spaanjaars.com and continue to provide you with great content. For more details, check out this post that shows you how you can buy the entire series right now.

This is part five of a six-part series of articles on N-Layer design. This article series builds on top of my three part series on N-Layer design that I released in early 2007. If you haven’t already done so, be sure to check out these articles first, as a lot of code and concepts used in this new series is explained in detail in the older series.

In this installment, I’ll discuss techniques for dealing with concurrency — I'll show you how to handle data conflicts caused by updates from other users.

Read on ...

Book Review: ASP.NET 3.5 Social Networking by Andrew Siemer

Posted by: Imar Spaanjaars at Saturday, February 07, 2009 5:44:47 PM in: Book Reviews
A while ago I was approached by Packt Publishing to see if I was interested in reviewing a copy of one of their books. The topic of the book they had in mind (ASP.NET 3.5 Social Networking) is closely related to my own work so I said yes.
Read on ...

VB.NET Version of the Contact Manager Application Now Available

Posted by: Imar Spaanjaars at Tuesday, February 03, 2009 7:07:45 PM in: Imar's Blogs
It's finally here: the VB.NET version of the demo application from my article series on N-Layer Design using ASP.NET 3.5.
Read on ...

What's wrong with this picture?

Posted by: Imar Spaanjaars at Friday, January 23, 2009 11:57:48 PM in: Imar's Blogs

Update 02/13/2009: Somebody with influence is reading this blog too, as the article has now been removed. Excellent!

While checking the referrers of my web site today, I ran into this URL:

http://www.cnblogs.com/shanyou/articles/542218.html

Read on ...

N-Layered Web Applications with ASP.NET 3.5 Part 4: Sorting, Paging and Filtering

Posted by: Imar Spaanjaars at Tuesday, January 20, 2009 8:04:08 PM in: ASP.NET 3.5

Update 02/03/2009: There is now a VB.NET version of the application available thanks to Sven Huijbrechts from ClearMedia bvba. Check it out at the Downloads section at the end of this article

Note: this is part four in a series of six. If you rather read this entire series off-line, you can buy the series as a convenient PDF document that comes with the full source. Besides the convenience, buying the PDF will also make you feel good as it shows your appreciation for the articles and helps me pay the bills for my server and hosting so I can keep running imar.spaanjaars.com and continue to provide you with great content. For more details, check out this post that shows you how you can buy the entire series right now.

This is part 4 of a six-part series of articles on N-Layer design. This article series builds on top of my three part series on N-Layer design that I released in early 2007. If you haven’t already done so, be sure to check out these articles first, as a lot of code and concepts used in this new series is explained in detail in the older series.

In this installment you'll see a few important ways to work with data: Sorting, Paging and Filtering.

Read on ...

N-Layered Web Applications with ASP.NET 3.5 Part 3: Advanced Validation Topics

Posted by: Imar Spaanjaars at Saturday, January 03, 2009 10:28:08 AM in: ASP.NET 3.5

Update 02/03/2009: There is now a VB.NET version of the application available thanks to Sven Huijbrechts from ClearMedia bvba. Check it out at the Downloads section at the end of this article

Note: this is part three in a series of six. If you rather read this entire series off-line, you can buy the series as a convenient PDF document that comes with the full source. Besides the convenience, buying the PDF will also make you feel good as it shows your appreciation for the articles and helps me pay the bills for my server and hosting so I can keep running imar.spaanjaars.com and continue to provide you with great content. For more details, check out this post that shows you how you can buy the entire series right now.

This is part 3 of a six-part series of articles on N-Layer design. This article series builds on top of my three part series on N-Layer design that I released in early 2007. If you haven’t already done so, be sure to check out these articles first, as a lot of code and concepts used in this new series is explained in detail in the older series.

In this installment I'll dig deeper into the Validation Framework I introduced in part 2 and show you how to write your own validation behavior in your business entities and how to set up your application for localization so you can target users in multiple languages.

Read on ...

N-Layered Web Applications with ASP.NET 3.5 Part 2: Introducing the Validation Framework

Posted by: Imar Spaanjaars at Sunday, December 14, 2008 7:28:08 PM in: ASP.NET 3.5

Update 02/03/2009: There is now a VB.NET version of the application available thanks to Sven Huijbrechts from ClearMedia bvba. Check it out at the Downloads section at the end of this article

Note: this is part two in a series of six. If you rather read this entire series off-line, you can buy the series as a convenient PDF document that comes with the full source. Besides the convenience, buying the PDF will also make you feel good as it shows your appreciation for the articles and helps me pay the bills for my server and hosting so I can keep running imar.spaanjaars.com and continue to provide you with great content. For more details, check out this post that shows you how you can buy the entire series right now.

This is part 2 of a six-part series of articles on N-Layer design using ASP.NET 3.5. This article series builds on top of my article series on N-Layer design that I released in early 2007. If you haven’t already done so, be sure to check out these articles first, as a lot of code and concepts used in this new series is explained in detail in the older series.

This installment and the next one deal with validation and show you how to implement a Validation Framework into your application in order to stop unwanted data from getting into your database.

Read on ... 1234567891011121314151617181920212223242526272829