Moses Yap
:-) A happy IT Guy

Refreshing the appSettings values for a windows application during runtime

December 30, 2007 13:46 by MosesYap
For web applications, refreshing the appSettings values while the web application is running is automatic, all you need to do is change the web.config and the web application restarts with the new values. For windows application, changing the app.config (exe.config) does not refresh the values ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: .NET
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Integrating Windows Live Writer 2008 with BlogEngine.NET

December 11, 2007 05:54 by MosesYap
This is a quick walkthough in setting up Windows Live Writer 2008 to integrate with your blog if you are using BlogEngine.NET as the engine.  Windows Live Writer (WLW) can integrate with many other blog engines but we will be focusing on BlogEngine.NET here. First off, download Windows Live Wri... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: BlogEngine.NET
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Using MailMessage and SmtpClient

December 10, 2007 19:35 by MosesYap
MailMessage and SmtpClient are .NET classes for use to send emails out using any Smtp servers. The MailMessage encapsulates the content of the email while the SmtpClient works to send your MailMessage out using you configured SMTP server. Here is an example snippet on using the MailMessage: MailMe... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: .NET
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed