Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Archives
Archives
February 2011
(1)
June 2010
(2)
May 2010
(3)
April 2010
(2)
March 2010
(4)
November 2009
(1)
October 2009
(2)
September 2009
(5)
August 2009
(1)
July 2009
(1)
June 2009
(1)
April 2009
(5)
March 2009
(2)
October 2008
(1)
September 2008
(2)
August 2008
(2)
June 2008
(2)
May 2008
(4)
April 2008
(8)
March 2008
(13)
February 2008
(8)
January 2008
(7)
December 2007
(10)
November 2007
(16)
October 2007
(18)
September 2007
(8)
August 2007
(16)
July 2007
(22)
June 2007
(3)
May 2007
(7)
April 2007
(9)
March 2007
(9)
February 2007
(20)
January 2007
(3)
December 2006
(16)
November 2006
(20)
October 2006
(9)
September 2006
(6)
August 2006
(15)
Tags
.NET Framework
ASP.NET
ASP.NET AJAX
C#
Cool Stuff
Daily .Net Feeds
Fotografie
Get the BASICs
Grundlagen
HTML
JavaScript
Level 100
Level 200
Level 300
MSDN Solve
Silverlight
SQL
SQL Server
Various
VB.NET
Virtual Earth
Visual Studio
Webcast
Windows Live
Windows Vista
Common Tasks
Blog Home
Email Blog Author
RSS for posts
RSS for comments
MSDN Blogs
>
<dw:daniel_walzenbach runat="server" />
>
All Tags
>
daily .net feeds
Tagged Content List
Blog Post:
Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 15
Daniel_Walzenbach
Hi Everyone, Welcome back!!! As mentioned yesterday, today we will be wrapping up with the discussion about the ASP.Net 2.0 compilation machinery with the discussion about virtual path providers. Virtual Path Providers: Before the advent of ASP.NET 2.0, a source ASP.NET page could be only...
on
27 Jul 2007
Blog Post:
Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 14
Daniel_Walzenbach
Hi Everyone, Welcome back!!! Yeah, we skipped a few days again, just got a bit busy with my cases. As mentioned earlier, today we will be taking up the discussion about ASP.Net 2.0 Build Providers. Build Providers: In ASP.NET 1.x, only a few file types are dynamically compiled into assemblies...
on
26 Jul 2007
Blog Post:
Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 13
Daniel_Walzenbach
Hi Everyone, Welcome back!!! As mentioned earlier, today we will be wrapping up with the discussion about the ASP.Net 2.0 reserved folders. Let's take a look and understand the other ASP.Net special folders that we didn't consider yesterday. The App_Data Folder: The App_Data folder is expected...
on
25 Jul 2007
Blog Post:
Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 12
Daniel_Walzenbach
Hi Everyone, Welcome back!!! As mentioned earlier, today we will discuss about the ASP.Net 2.0 reserved folders. There a number of reserved folders that you will see applicable to an ASP.Net 2.0 application. We will now try to understand what each of these is and what their respective purposes...
on
24 Jul 2007
Blog Post:
Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 11
Daniel_Walzenbach
Hi Everyone, Welcome back!!! Let's continue the discussions around the ASP.Net compilation mechanisms. We discussed the overall dynamic compilation concepts (what happens when resources get updated) and pre-compilation (techniques to avoid first hit delay and preserving intellectual property by...
on
23 Jul 2007
Blog Post:
Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 10
Daniel_Walzenbach
Hi Everyone, Welcome back!!! Let's continue the discussion about ASP.Net site pre-compilation. We talked about in-place pre-compilation yesterday; another flavor of pre-compilation is deployment pre-compilation. Pre-compilation for deployment: Pre-compilation for deployment pursues different...
on
20 Jul 2007
Blog Post:
Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 9
Daniel_Walzenbach
Hi Everyone, Welcome back!!! We again missed a couple of days and most of you know what most of us were busy with in the last 2 days :-) :-). So, as mentioned earlier, today we talk about ASP.Net site pre-compilation. Application Pre-compilation: By default, each public resource of an ASP...
on
18 Jul 2007
Blog Post:
Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 8
Daniel_Walzenbach
Hi Everyone, Welcome back!!! The feed is delayed a lot today but today will be our last session on dynamic page compilation. To revisit all concepts we learnt and understand how the dynamic compilation process works end to end, we will consider an example. Since all that we discuss today is in...
on
17 Jul 2007
Blog Post:
Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 7
Daniel_Walzenbach
Hi Everyone, Welcome back!!! Again, continuing to discuss the automatic dynamic page compilation further. Now we have been saying all the while that ASP.Net will detect automatically at runtime when ASP.Net resources change and will dynamically create new assemblies. Let's see how this replacement...
on
16 Jul 2007
Blog Post:
Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 6
Daniel_Walzenbach
Hi Everyone, Welcome back!!! Again, continuing to discuss the automatic dynamic page compilation further. Let's understand how is the page assembly generated with respect to what files are involved. Generating an assembly for a particular .aspx resource is a 2 step process. First, a class file...
on
15 Jul 2007
Blog Post:
Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 5
Daniel_Walzenbach
Hi Everyone, Welcome back!!! As mentioned, we are continuing to discuss the automatic dynamic page compilation further. Now, if you notice the way the final page class gets prepared is a bit different in ASP.Net 2.0 compared to how it happened in ASP.Net 1.x, this is typically because of the...
on
12 Jul 2007
Blog Post:
Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 4
Daniel_Walzenbach
Hi Everyone, Welcome back!!! Today and in next few days we will discuss the automatic dynamic page compilation. Each web application has its own copy of the Http runtime and runs in a separate AppDomain. The runtime object creates the Http context for the request, and it initializes the cache and...
on
11 Jul 2007
Blog Post:
Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 3
Daniel_Walzenbach
Hi Everyone, After having seen the overall process models that ASP.Net can possibly run under, we will now discuss the components of the ASP.Net pipeline – steps that ASP.Net performs on each request before it serves its response, these don't differ based on process model. The process model just determines...
on
10 Jul 2007
Blog Post:
Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 2
Daniel_Walzenbach
We skimmed through some basics of ASP.Net compilation model and the ASP.Net runtime environment yesterday. We mentioned the 2 process models that ASP.Net supports; we will see more inside these 2 models today. ASP.Net Process Models IIS 5.0 Process Model On IIS 5.x all ASP.Net applications run...
on
10 Jul 2007
Blog Post:
Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 1
Daniel_Walzenbach
Es ist unglaublich! Ich bin immer wieder fasziniert wie viele interessante Informationen innerhalb von Microsoft ausgetauscht werden! Zusätzlich zu internen Seiten der Produktgruppen, Mailinglisten, Blogs, Wikis, etc. hat mein Kollege Sukesh Khare angefangen täglich Informationen rund um das Thema ASP...
on
8 Jul 2007
Page 1 of 1 (15 items)