| Next Tip?
Home » Archive

Articles Archive for October 2008

Interview Questions »

[30 Oct 2008 | No Comment | 240 views]

1. Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.
Ans. inetinfo.exe is theMicrosoft IIS server running, handling ASP.NET requests among other things.When an ASP.NET request is received (usually a file with .aspx extension),the ISAPI filter aspnet_isapi.dll takes care of it by passing the request tothe actual worker process aspnet_wp.exe.
2. What’s the difference between Response.Write() andResponse.Output.Write()?
Ans. The latter one allows you to write formattedoutput.
3. What methods are fired during the page load?
Ans. Init() – when the pageis instantiated,
Load() – when the page is loaded into server …

Asp.net, Tutorial »

[30 Oct 2008 | One Comment | 115 views]

b>Send Email Using Asp.Net and C#
The following is the Sample code which can be used to send emails through ASP.Net C#…. it is a working code, I have tested several times. and using it in many live sites….
This is the aspx page
<%@ Page Language=”C#” AutoEventWireup=”true” CodeFile=”Enquiry.aspx.cs” Inherits=”Enquiry” %>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” >
<head runat=”server”>
<title>Send Email –Meetu Choudhary</title> <style type=”text/css”>
<!–.style3 { font-size: 16px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; }
.style4 { font-weight: bold; font-size: 12px; }
.style8 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style10 {font-size: …

CSharp, Interview Questions, Tutorial »

[28 Oct 2008 | One Comment | 718 views]

Threading Monitoring in C# – Easier to write
It’s a subsequent Code-Snippet of Article : Threading – A Step Ahead Story.
/* This Example is a part of different
* examples shown in Book:
* C#2005 Beginners: A Step Ahead
* Written by: Gaurav Arora
* Reach at : gaurav.aroraose@yahoo.co.in */
// File name : threadingmonitor.cs
using System;
using System.Threading;
namespace CSharp.AStepAhead.threadingmonitor
{
class Alpha
{
public static string name,name1;
public void Beta()

Get Adobe Flash playerPlugin by wpburn.com wordpress themes