Friday

mvc application examples c#

here is list of open source projects, a good examples of MVC implementation.
http://kigg.codeplex.com/

http://www.nopcommerce.com/downloads.aspx

http://orchard.codeplex.com/
Excellent example how to build mvc components. mvccontrolstoolkit.codeplex.com

No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...