Showing posts with label FAQ. Show all posts
Showing posts with label FAQ. Show all posts

Thursday, October 2, 2008

WebResource.axd ?

If you are a developer who works extensively with COM controls, you might find this article useful in addressing some of the key issues that you may face while developing controls. Previously, in Microsoft ASP.NET 1.1, if you wanted to deploy static files such as .html files, .css files, image files, and script files by using a COM control, you had to create an installer and bundle these files together with the COM control. Although this worked, it presented many problems while deploying the control. For example, you may have had problems with version conflicts, with making sure that files such as images were deployed to the same location, or with corrupted or deleted static files that could cause the control to fail.

Web Resources in Microsoft ASP.NET 2.0 addresses these issues by letting the developer embed these resources in the assembly as .resources. To access these static resources, you can just call a method in the control's code.

Working with Web Resources in ASP.NET 2.0
  • http://support.microsoft.com/kb/910442
  • Monday, September 8, 2008

    W3 Scools, HTML, CSS Javascript, XML, Etc..

    Full Web Building Tutorials - All Free
    The Largest Web Developer Site on the Net.

    At W3Schools you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced XML, SQL, Database, Multimedia and WAP.

    More...
    http://www.w3schools.com/

    The Unoffical Cookie FAQ

    Contributed to Cookie Central by David Whalen

    1. INTRODUCTION
    1.1 What is a cookie?
    1.2 Where did the term cookies come from?
    1.3 Why do sites use cookies?
    1.4 Where can I get more information?
    2. GENERAL QUESTIONS/MISCELLANEOUS
    2.1 Introduction
    2.2 Can I delete cookies?
    2.3 How do I set my browser to reject cookies?
    2.4 Are cookies dangerous to my computer?
    2.5 Will cookies fill up my hard drive?
    2.6 Are cookies a threat to my privacy?
    2.7 Sites are telling me I need to turn on cookies, but they are on. What's wrong?
    2.8 I deleted my cookies, and I can't log-on to my favorite site anymore. What can I do?
    2.9 How did I get a cookie from doubleclick? I've never been there!
    2.10 I looked at my Internet Explorer cookies, and they had my username on them! Can servers see my username?
    2.11 There are two extra files in my Cookies folder called Mm256.dat and Mm2048.dat. What are they?
    3. COOKIE FUNDAMENTALS
    3.1 Introduction
    3.2 How does a cookie really work?
    3.3 Breakdown of Cookie Parameters
    3.4 How do cookies end up on my hard drive?
    3.5 What are all those entries in my cookies.txt file?
    3.6 Where does MSIE keep its cookies?
    3.7 Are cookies Year 2000 Compliant?
    4. ADVANCED TOPICS
    4.1 Introduction
    4.2 Creating a cookie value
    4.3 Retrieving a cookie value
    4.4 Clearing a cookie value
    4.5 Detecting if cookies are accepted
    4.6 Compact Privacy Policies and IE6

    More...
    http://www.cookiecentral.com/faq/

    System.Net.Mail FAQ

    Frequently Asked Questions for System.Net.Mail
    By Dave Wanta

    This FAQ addresses the System.Net.Mail (SNM) namespace found in the 2.0 .NET Framework.

    It starts with an Introduction and Programming Samples.

    If you need to support the 1.x .NET Framework, be sure to check out my System.Web.Mail website here.

    1 Introduction
    1.1 What is System.Net.Mail?
    1.2 What is the .NET Framework ?
    1.3 What do I need to send email in .NET?
    1.4 What is a relay server?
    1.5 What is the IIS SMTP Service?
    1.6 Can System.Net.Mail read email?
    2 Exploring System.Net.Mail Classes
    2.1 MailMessage Class
    2.2 MailAddress Class
    2.3 Attachment Class
    2.4 SmtpClient Class
    2.5 AlternateView Class
    2.6 Linked Resource
    3 Quickstart Programming Samples
    3.1 Working with the Body
    3.1.1 How do I send a plain text email?
    3.1.2 How do I send a simple Html email?
    3.1.3 How do I create a Multi-Part mime message?
    3.2 Working with Addresses
    3.2.1 How do I change the FROM address to a friendly name?
    3.2.2 How do I change the TO address to a friendly name?
    3.2.3 How do I specify multiple recipients?
    3.2.4 How do I create a friendly non-ascii display name?
    3.3 Working with Headers
    3.3.1 How do I change the email priority?
    3.3.2 How do I add the Reply-To header to the MailMessage?
    3.3.3 How do I request a read receipt?
    3.3.4 How do I add custom headers to the MailMessage?
    3.4 Working with Attachments
    3.4.1 How do I send an email with attachments?
    3.4.2 How do I create an attachment from a stream?
    3.5 Accessing Config File Mail Settings Programmatically
    4 Advanced Programming Samples
    4.1 How do I read SMTP configuration data?
    4.10 How do I create a log file of the SMTP session?
    4.11 How do I encrypt messages using s/mime or pgp?
    4.2 How do I authenticate to send an email?
    4.3 How do I change the SMTP port number?
    4.4 How do I embed images in an email?
    4.5 How do I send an email over SSL?
    4.6 How do I send email asynchronously?
    4.7 How do I write to the Pickup directory?
    4.8 How do I send a web page?
    4.9 How do I send non US-ASCII emails?
    5 Troubleshooting System.Net.Mail
    5.1 Bccs are not so blind.
    5.2 Cannot enable SSL with a username and password.
    6 Additional Help

    More...
    http://www.systemnetmail.com/

    ASP.Net Feeds