Home Contact

Igor Milovanović

.NET, cats and more...

News

Article Categories

Archives

Post Categories

Image Galleries

Blogs I read

Communities

Links

Syndication:

September 2004 Entries


A Simple SMTP Server Mock for .NET

A SMTP server mock is basically a fake SMTP server which can be used for unit testing of applications which send email messages. It acts as a real smtp server, except that the incoming messages are locally stored and not actually delivered . This can be quite usefull if you are using real data for testing. ;-) .csharpcode { font-size: 10pt; color: black; font-family: Courier New , Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0px; } .rem { color:...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Blog reloaded

Moving with my blog to www.geekswithblogs.net (Thanks to Jeff Julian) was a great opportunity to take a look to more than half a year of active blogging and to pick out the most interessting articles. They can be found under Article Categories / Blog Backup. I intend to repost the other articles as well, but consider this "low priority" at the moment. ;-)

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati