anov

Stories submitted by anov

Easiest way of global error handling in an ASP.NET application(sunali.com)

submitted by anovanov(30) 1 year ago

Just put the following code in your project’s Global.asax file and it is supposed to work in case you have your SMTP server settings set correctly in the web.config file or you should modify the email sending part depending on your SMTP configuration. Hope it is going to be useful for you. read more...

add a comment |category: |Views: 3

tags: another

What is the single most effective thing you did to improve your...(programmers.stackexchange.com)

submitted by anovanov(30) 1 year, 3 months ago

My question is: What is the most effective thing you have done that improved your programming skills? What would you recommend to others that want to improve? read more...

add a comment |category: |Views: 2

tags: another

How to update an xml file with XmlDocument?(weblogs.asp.net)

submitted by anovanov(30) 1 year, 3 months ago

Very simple code sample about updating an xml document. read more...

add a comment |category: |Views: 6

tags: another

Effective Email Address Validation(www.codeproject.com)

submitted by anovanov(30) 1 year, 4 months ago

Email validation with SMTP handshakes. read more...

add a comment |category: |Views: 19

tags: another

Write Less Code and Play More Golf—Getting to Know Enterprise Library(msdn.microsoft.com)

submitted by anovanov(30) 1 year, 4 months ago

This article provides an overview of Microsoft Enterprise Library. It discusses why you should consider using this useful set of routines and components in your applications, what Enterprise Library actually is, and how you can get started using it. read more...

add a comment |category: |Views: 6

tags: another

ASP.NET Routing Debugger(haacked.com)

submitted by anovanov(30) 1 year, 5 months ago

This utility displays the route data pulled from the request of the current request in the address bar. So you can type in various URLs in the address bar to see which route matches. At the bottom, it shows a list of all defined routes in your application. This allows you to see which of your routes would match the current URL. read more...

add a comment |category: |Views: 8

tags: another