Welcome to MSDN Blogs Sign in | Join | Help

July 2007 - Posts

Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 15

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,

Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 14

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

Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 13

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

CSS in Visual Studio 2008 rockt!!!

An CSS geht kein Weg vorbei und mit Visual Studio 2008 gibt es es nun endlich den passenden Support. Ein kleines, einfaches Beispiel: < body > < form id ="form1" runat ="server"> < div > < asp : Label ID ="Label1" runat ="server"
Posted by Walzenbach | 2 Comments
Filed under: , ,

Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 12

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

Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 11

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

Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 10

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

Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 9

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,

Bücher zu verschenken (bis Ende August)

So… ich brauche Platz in meiner Bücherei und verschenke hiermit die folgenden Bücher und Zeitschriften (teils neu, teils gebraucht): · Windows Server 2003. Taschenratgeber für Administratoren (Sondereinband), ISBN-10: 3860636464 · Microsoft Office 2003.
Posted by Walzenbach | 3 Comments
Filed under:

Die Einsamkeit im Web 2.0

http://www.alleinr.de/ :-) fast so gut wie http://www.kommandozeile.de/ ;-) (danke Frank )
Posted by Walzenbach | 0 Comments
Filed under:

Genealogy made easy - Announcing Family.Show 2.0

Family.Show is a genealogy program that demonstrates the usage of WPF for a complex, realistic scenario. If you're a fledgling WPF developer who wants to pore over some code that demonstrates best practices for application construction, there's nothing
Posted by Walzenbach | 1 Comments
Filed under: ,

Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 8

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.

Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 7

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

Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 6

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

Wie parse ich einen beliebigen String in ein DateTime-Objekt?

Eigentlich ganz einfach, wie alles, wenn man weiß wie es geht aber dennoch immer wieder gerne nachgefragt. Und so einfach geht's: Dim culture As Globalization.CultureInfo = New Globalization.CultureInfo( "de-DE" , True ) Dim dateAsString As String = "2007-0712

Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 5

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

Tools für Webentwickler

Auf http://blogs.msdn.com/ie/archive/2007/06/22/from-microsoft-teched-2007-web-development-tools-for-internet-explorer.aspx findet sich eine gute Übersicht an Tools für Webentwickler. Besonders gelungen und unverzichtbar sind meiner Meinung nach die IE
Posted by Walzenbach | 0 Comments
Filed under: , , ,

Wie optimiere ich Zugriff auf JavaScript (White Spaces, Kommentare, …)?

In einem ersten Schritt solle der JavaScript Code aus der Webseite in eine eigene Datei ausgelagert werden. Ist dies geschehen kann diese Datei vom Browser gecacht werden und braucht nicht bei jedem Zugriff erneut geladen werden. Überprüft werden kann

Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 4

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

Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 3

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

Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 2

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

Daily .Net Feeds - ASP.Net 2.0 - Advanced - Day 1

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
 
Page view tracker