DotNetNuke: Send Email Using DotNetNuke Core API

Use the method specified below to send email using DotNetNuke Core API:

DotNetNuke.Services.Mail.Mail.SendMail

Courtesy: http://woaychee.wordpress.com/2008/01/22/send-email-using-dotnetnuke-framework/

,

No Comments

Performing Browser Detection Using ASP.NET

An excellent article about browser detection in ASP.NET

http://www.4guysfromrolla.com/articles/120402-1.aspx

,

No Comments

DotNetNuke: find if User is logged in or Not

Check the property:

HttpContext.Current.User.Identity.IsAuthenticated

to find whether user is logged in or not.

Courtesy: http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/118/threadid/222268/scope/posts/Default.aspx

, ,

No Comments

Run Scheduled Tasks in ASP.NET

http://www.codeproject.com/KB/aspnet/ASPNETService.aspx

, ,

No Comments

ASP.NET Caching - OnDotNet.com

A very good article on ASP.NET Caching:

http://www.ondotnet.com/pub/a/dotnet/2002/12/30/cachingaspnet.html

No Comments

ASP.NET Machine Key Generator

http://www.codeproject.com/KB/aspnet/machineKey.aspx

No Comments