Home All Groups Group Topic Archive Search About

Low Level View of .Net FrameWork

Author
14 Oct 2005 12:49 PM
Amit
Hi Friends,

I am curious to know how actually .Net executes the requests. I mean both
web form and windows form. Actually i have gone thru all the theoritical
stuff but i want to actually see how .Net engine executes the requests coming
to it.
Any kind of resources are welcome.

Thanks Alot,
Amit

Author
14 Oct 2005 1:03 PM
Patrice
What kind of "requests" are you talking about ? Basically it uses the
underlying Win32 API....

--
Patrice

Show quote
"Amit" <A***@discussions.microsoft.com> a écrit dans le message de
news:DCFEF0A3-DAA4-4046-843F-BEBC6B27E490@microsoft.com...
> Hi Friends,
>
> I am curious to know how actually .Net executes the requests. I mean both
> web form and windows form. Actually i have gone thru all the theoritical
> stuff but i want to actually see how .Net engine executes the requests
coming
> to it.
> Any kind of resources are welcome.
>
> Thanks Alot,
> Amit
Author
14 Oct 2005 1:51 PM
Amit
Hi Patrice,

I am talking about ASP.NET requests, i mean how the process fo receiving the
request from IIS and returning the rendered html is carried out. In fact i
want to see what are all the components that takes part in the execution of
ASP.NET request.

Best Regards,
Amit

Show quote
"Patrice" wrote:

> What kind of "requests" are you talking about ? Basically it uses the
> underlying Win32 API....
>
> --
> Patrice
>
> "Amit" <A***@discussions.microsoft.com> a écrit dans le message de
> news:DCFEF0A3-DAA4-4046-843F-BEBC6B27E490@microsoft.com...
> > Hi Friends,
> >
> > I am curious to know how actually .Net executes the requests. I mean both
> > web form and windows form. Actually i have gone thru all the theoritical
> > stuff but i want to actually see how .Net engine executes the requests
> coming
> > to it.
> > Any kind of resources are welcome.
> >
> > Thanks Alot,
> > Amit
>
>
>
Author
14 Oct 2005 2:30 PM
Patrice
Ok a bit confused as you were talking also about WinForms (thought rather UI
related).

For the ASP.NET pipeline try :
http://www.west-wind.com/presentations/howaspnetworks/howaspnetworks.asp

--

Show quote
"Amit" <A***@discussions.microsoft.com> a écrit dans le message de
news:85B8309B-102D-429A-A5A2-518D0F08DEC4@microsoft.com...
> Hi Patrice,
>
> I am talking about ASP.NET requests, i mean how the process fo receiving
the
> request from IIS and returning the rendered html is carried out. In fact i
> want to see what are all the components that takes part in the execution
of
> ASP.NET request.
>
> Best Regards,
> Amit
>
> "Patrice" wrote:
>
> > What kind of "requests" are you talking about ? Basically it uses the
> > underlying Win32 API....
> >
> > --
> > Patrice
> >
> > "Amit" <A***@discussions.microsoft.com> a écrit dans le message de
> > news:DCFEF0A3-DAA4-4046-843F-BEBC6B27E490@microsoft.com...
> > > Hi Friends,
> > >
> > > I am curious to know how actually .Net executes the requests. I mean
both
> > > web form and windows form. Actually i have gone thru all the
theoritical
> > > stuff but i want to actually see how .Net engine executes the requests
> > coming
> > > to it.
> > > Any kind of resources are welcome.
> > >
> > > Thanks Alot,
> > > Amit
> >
> >
> >
Author
14 Oct 2005 2:41 PM
Amit
Thanks Patrice,

I will go thru tihs article and come back if  i have any doubts related to
the execution process.

Once again thanks alot, further more any more links will be welcome.
Amit

Show quote
"Patrice" wrote:

> Ok a bit confused as you were talking also about WinForms (thought rather UI
> related).
>
> For the ASP.NET pipeline try :
> http://www.west-wind.com/presentations/howaspnetworks/howaspnetworks.asp
>
> --
>
> "Amit" <A***@discussions.microsoft.com> a écrit dans le message de
> news:85B8309B-102D-429A-A5A2-518D0F08DEC4@microsoft.com...
> > Hi Patrice,
> >
> > I am talking about ASP.NET requests, i mean how the process fo receiving
> the
> > request from IIS and returning the rendered html is carried out. In fact i
> > want to see what are all the components that takes part in the execution
> of
> > ASP.NET request.
> >
> > Best Regards,
> > Amit
> >
> > "Patrice" wrote:
> >
> > > What kind of "requests" are you talking about ? Basically it uses the
> > > underlying Win32 API....
> > >
> > > --
> > > Patrice
> > >
> > > "Amit" <A***@discussions.microsoft.com> a écrit dans le message de
> > > news:DCFEF0A3-DAA4-4046-843F-BEBC6B27E490@microsoft.com...
> > > > Hi Friends,
> > > >
> > > > I am curious to know how actually .Net executes the requests. I mean
> both
> > > > web form and windows form. Actually i have gone thru all the
> theoritical
> > > > stuff but i want to actually see how .Net engine executes the requests
> > > coming
> > > > to it.
> > > > Any kind of resources are welcome.
> > > >
> > > > Thanks Alot,
> > > > Amit
> > >
> > >
> > >
>
>
>
Author
14 Oct 2005 4:54 PM
Kevin Spencer
You can download the entire CLI from Microsoft if you wish. It has all the
code in it, all the way down to the Win32 API calls:

http://www.microsoft.com/downloads/details.aspx?FamilyID=526e5bd2-0890-4ef3-a8ae-913c1b28e7e0&displaylang=en

It's about 60 MB in size once decompressed.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.

Show quote
"Amit" <A***@discussions.microsoft.com> wrote in message
news:DCFEF0A3-DAA4-4046-843F-BEBC6B27E490@microsoft.com...
> Hi Friends,
>
> I am curious to know how actually .Net executes the requests. I mean both
> web form and windows form. Actually i have gone thru all the theoritical
> stuff but i want to actually see how .Net engine executes the requests
> coming
> to it.
> Any kind of resources are welcome.
>
> Thanks Alot,
> Amit
Author
17 Oct 2005 7:03 AM
Amit
Hi Kevin,

Thanks alot for such a huge bulk of knowledge, i need one more help as the
information that i got is too huge so it will be very kind of you if you can
tell me where to start with this.

Thanks,
Amit

Show quote
"Kevin Spencer" wrote:

> You can download the entire CLI from Microsoft if you wish. It has all the
> code in it, all the way down to the Win32 API calls:
>
> http://www.microsoft.com/downloads/details.aspx?FamilyID=526e5bd2-0890-4ef3-a8ae-913c1b28e7e0&displaylang=en
>
> It's about 60 MB in size once decompressed.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> ..Net Developer
> Ambiguity has a certain quality to it.
>
> "Amit" <A***@discussions.microsoft.com> wrote in message
> news:DCFEF0A3-DAA4-4046-843F-BEBC6B27E490@microsoft.com...
> > Hi Friends,
> >
> > I am curious to know how actually .Net executes the requests. I mean both
> > web form and windows form. Actually i have gone thru all the theoritical
> > stuff but i want to actually see how .Net engine executes the requests
> > coming
> > to it.
> > Any kind of resources are welcome.
> >
> > Thanks Alot,
> > Amit
>
>
>
Author
17 Oct 2005 3:49 PM
Kevin Spencer
Hi Amit,

You start by downloading, and then read the readme.htm file. :-D

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.

Show quote
"Amit" <A***@discussions.microsoft.com> wrote in message
news:7A121B0F-3C56-4A28-9A5D-7A3F983B5277@microsoft.com...
> Hi Kevin,
>
> Thanks alot for such a huge bulk of knowledge, i need one more help as the
> information that i got is too huge so it will be very kind of you if you
> can
> tell me where to start with this.
>
> Thanks,
> Amit
>
> "Kevin Spencer" wrote:
>
>> You can download the entire CLI from Microsoft if you wish. It has all
>> the
>> code in it, all the way down to the Win32 API calls:
>>
>> http://www.microsoft.com/downloads/details.aspx?FamilyID=526e5bd2-0890-4ef3-a8ae-913c1b28e7e0&displaylang=en
>>
>> It's about 60 MB in size once decompressed.
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>> ..Net Developer
>> Ambiguity has a certain quality to it.
>>
>> "Amit" <A***@discussions.microsoft.com> wrote in message
>> news:DCFEF0A3-DAA4-4046-843F-BEBC6B27E490@microsoft.com...
>> > Hi Friends,
>> >
>> > I am curious to know how actually .Net executes the requests. I mean
>> > both
>> > web form and windows form. Actually i have gone thru all the
>> > theoritical
>> > stuff but i want to actually see how .Net engine executes the requests
>> > coming
>> > to it.
>> > Any kind of resources are welcome.
>> >
>> > Thanks Alot,
>> > Amit
>>
>>
>>

AddThis Social Bookmark Button