live wid knowledge :)

Browse by Tags

All Tags » TIP » ASP.NET (RSS)
function with n number of arguments
rarely we could need of such function but i m sure whilst programming, programmers have used such functions of their framework functions/base library functions e.g, in case of c language you must have used printf() function (if u didn’t use it i can say...
Asp.net email sending (priority, reply to, read notification)
Usually web developers need to write code for sending email (me 2 :P) but normally we just setup To,From, Subject, Body and login credentials and simply call Send() method ;), what if our boss ask for such features like he want our Emails Should be at...
Conditional Breakpoint
You know how to put conditional breakpoint or do u know what conditional breakpoints are .. no? anyhow conditional breakpoints are such breakpoints which stop debugging execution conditionally i.e, either condition “is true” or “has changed” if criteria...
More Posts