Archive for the '.NET' Category

To validatethe user input in any application we write code or use some validation controlsand we repeat this task on each and every page of application. So why not writea generic solution for that which can handle the job and also which can bereusable for any application.
I am sorryto say I am not going to [...]


Almost every website like to communicate with its users by automatic emails for example “Registration Details”, “Forget Password” or even “Newsletters“. So you need to have some kind of mechnisim to design a template for each email type visually and will able to parse them before sending.
I have worked on this on some project and [...]