Community Page
- www.emadibrahim.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Excellent post! I've been looking for a way to DRY up my own code as well and your post led me on the right way.
- Thanks a lot.It works also with SQL Server 2008 Express and NetworkService instead of LocalSystem.
- There is another validation toolkit called Validator Toolkit for ASP.NET on Codeplex.com. See http://www.codeplex.com/MvcValidatorToolkit
- Is that a compile error or runtime error? Did you copy & paste the code correctly? Sometimes the browser messes up the code formatting. Other than that you should add a breakpoint and examine...
- Hi Emad I just tried your code, but it is throwing me an error at this part: var x = (from result in resultXml.Descendants("nodeKeyVal") ... It tells me : error CS1026: ) expected Do you...
Jump to original thread »
I have a method that handles sending of emails. I wrote it so that it would run asynchronously, so that it won’t slow down the web app. It looks like this:
protected static void SendMail(string to, string subject, string body)
{
try
%7 ... Continue reading »
protected static void SendMail(string to, string subject, string body)
{
try
%7 ... Continue reading »
1 year ago